Version Description
Added a new video and did complete testing to make sure the calendar is fully compatible with the latest version of WordPress.
Download this release
Release Info
Developer | zgrossbart |
Plugin | Editorial Calendar |
Version | 3.6.6 |
Comparing to | |
See all releases |
Code changes from version 3.6.5 to 3.6.6
- edcal.php +1 -1
- readme.txt +8 -4
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: 3.6.
|
22 |
Author: Colin Vernon, Justin Evans, Joachim Kudish, Mary Vogt, and Zack Grossbart
|
23 |
Author URI: http://www.zackgrossbart.com
|
24 |
Plugin URI: http://stresslimitdesign.com/editorial-calendar-plugin
|
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: 3.6.6
|
22 |
Author: Colin Vernon, Justin Evans, Joachim Kudish, Mary Vogt, and Zack Grossbart
|
23 |
Author URI: http://www.zackgrossbart.com
|
24 |
Plugin URI: http://stresslimitdesign.com/editorial-calendar-plugin
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Editorial Calendar ===
|
2 |
Contributors: cvernon, justinstresslimit, jkudish, MaryVogt, zgrossbart
|
3 |
Tags: posts, post, calendar, AJAX, admin, administration
|
4 |
-
Requires at least:
|
5 |
-
Tested up to: 4.9.
|
6 |
-
Stable tag: 3.6.
|
7 |
|
8 |
The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
|
9 |
|
@@ -13,7 +13,7 @@ Did you remember to write a post for next Tuesday? What about the Tuesday after
|
|
13 |
|
14 |
<h4>Watch the video</h4>
|
15 |
|
16 |
-
[vimeo
|
17 |
|
18 |
<h4>Try it out</h4>
|
19 |
Try the calendar before you install it. Check out the demo installation at <a href="http://www.zackgrossbart.com/extras/sandbox/wp-admin/edit.php?page=cal">Zack's WordPress Sandbox</a>. You can log in with the username and password test.
|
@@ -195,6 +195,10 @@ The `edcal_default_status` property controls the default status for new posts in
|
|
195 |
|
196 |
== Changelog ==
|
197 |
|
|
|
|
|
|
|
|
|
198 |
= 3.6.5 =
|
199 |
|
200 |
The calendar will no longer prompt new users to collect data about how they use the calendar. We have all the data we need for now.
|
1 |
=== Editorial Calendar ===
|
2 |
Contributors: cvernon, justinstresslimit, jkudish, MaryVogt, zgrossbart
|
3 |
Tags: posts, post, calendar, AJAX, admin, administration
|
4 |
+
Requires at least: 4.0
|
5 |
+
Tested up to: 4.9.6
|
6 |
+
Stable tag: 3.6.6
|
7 |
|
8 |
The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
|
9 |
|
13 |
|
14 |
<h4>Watch the video</h4>
|
15 |
|
16 |
+
[vimeo https://vimeo.com/272028435]
|
17 |
|
18 |
<h4>Try it out</h4>
|
19 |
Try the calendar before you install it. Check out the demo installation at <a href="http://www.zackgrossbart.com/extras/sandbox/wp-admin/edit.php?page=cal">Zack's WordPress Sandbox</a>. You can log in with the username and password test.
|
195 |
|
196 |
== Changelog ==
|
197 |
|
198 |
+
= 3.6.6 =
|
199 |
+
|
200 |
+
Added a new video and did complete testing to make sure the calendar is fully compatible with the latest version of WordPress.
|
201 |
+
|
202 |
= 3.6.5 =
|
203 |
|
204 |
The calendar will no longer prompt new users to collect data about how they use the calendar. We have all the data we need for now.
|