Editorial Calendar - Version 1.3.4

Version Description

  • The calendar now shows authors properly when they have double quotes in their names
Download this release

Release Info

Developer zgrossbart
Plugin Icon wp plugin Editorial Calendar
Version 1.3.4
Comparing to
See all releases

Code changes from version 1.3.3 to 1.3.4

Files changed (2) hide show
  1. edcal.php +2 -2
  2. readme.txt +4 -1
edcal.php CHANGED
@@ -18,7 +18,7 @@
18
  /*
19
  Plugin Name: WordPress Editorial Calendar
20
  Description: The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
21
- Version: 1.3.3
22
  Author: Colin Vernon, Justin Evans, Mary Vogt, and Zack Grossbart
23
  Author URI: http://www.zackgrossbart.com
24
  Plugin URI: http://stresslimitdesign.com/editorial-calendar-plugin
@@ -670,7 +670,7 @@ function edcal_postJSON($post, $addComma = true, $fullPost = false) {
670
  "url" : "<?php edcal_json_encode(the_permalink()); ?>",
671
  "status" : "<?php echo(get_post_status()); ?>",
672
  "title" : <?php echo(edcal_json_encode(get_the_title())); ?>,
673
- "author" : "<?php the_author(); ?>",
674
  "type" : "<?php echo(get_post_type( $post )); ?>",
675
  "typeTitle" : "<?php echo($postTypeTitle); ?>",
676
 
18
  /*
19
  Plugin Name: WordPress Editorial Calendar
20
  Description: The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
21
+ Version: 1.3.4
22
  Author: Colin Vernon, Justin Evans, Mary Vogt, and Zack Grossbart
23
  Author URI: http://www.zackgrossbart.com
24
  Plugin URI: http://stresslimitdesign.com/editorial-calendar-plugin
670
  "url" : "<?php edcal_json_encode(the_permalink()); ?>",
671
  "status" : "<?php echo(get_post_status()); ?>",
672
  "title" : <?php echo(edcal_json_encode(get_the_title())); ?>,
673
+ "author" : <?php echo(edcal_json_encode(get_the_author())); ?>,
674
  "type" : "<?php echo(get_post_type( $post )); ?>",
675
  "typeTitle" : "<?php echo($postTypeTitle); ?>",
676
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: cvernon, justinstresslimit, MaryVogt, zgrossbart
3
  Tags: posts, post, calendar, AJAX, admin, administration
4
  Requires at least: 2.8.5
5
  Tested up to: 3.1
6
- Stable tag: 1.3.3
7
 
8
  The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
9
 
@@ -152,6 +152,9 @@ Moving published posts can cause problems with some RSS feeds and is generally n
152
 
153
  == Changelog ==
154
 
 
 
 
155
  = 1.3.3 =
156
  * The calendar now supports Dutch. Thanks to Helma Paternostre.
157
  * We are no longer including the thickbox media upload files so the calendar loads faster.
3
  Tags: posts, post, calendar, AJAX, admin, administration
4
  Requires at least: 2.8.5
5
  Tested up to: 3.1
6
+ Stable tag: 1.3.4
7
 
8
  The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
9
 
152
 
153
  == Changelog ==
154
 
155
+ = 1.3.4 =
156
+ * The calendar now shows authors properly when they have double quotes in their names
157
+
158
  = 1.3.3 =
159
  * The calendar now supports Dutch. Thanks to Helma Paternostre.
160
  * We are no longer including the thickbox media upload files so the calendar loads faster.