Editorial Calendar - Version 3.6.8

Version Description

The calendar now properly shows scrollbars for individual days when there are too many posts in a single day.

The calendar is now showing the correct left to right orientation in Turkish.

Download this release

Release Info

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

Code changes from version 3.6.7 to 3.6.8

edcal.css CHANGED
@@ -615,3 +615,13 @@ div.metabox-prefs {
615
  .tablenav .tablenav-pages a {
616
  background-position-y: -380px;
617
  }
 
 
 
 
 
 
 
 
 
 
615
  .tablenav .tablenav-pages a {
616
  background-position-y: -380px;
617
  }
618
+
619
+ .postlist::-webkit-scrollbar {
620
+ -webkit-appearance: none;
621
+ width: 7px;
622
+ }
623
+ .postlist::-webkit-scrollbar-thumb {
624
+ border-radius: 4px;
625
+ background-color: rgba(0, 0, 0, .5);
626
+ -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
627
+ }
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.7
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.8
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
languages/editorial-calendar-tr_TR.mo CHANGED
Binary file
languages/editorial-calendar-tr_TR.po CHANGED
@@ -3,24 +3,24 @@ msgstr ""
3
  "Project-Id-Version: WordPress Editorial Calendar\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: Fri Feb 26 2016 23:06:19 GMT+0200 (EET)\n"
7
  "Last-Translator: adnan <auludag@mac.com>\n"
8
  "Language-Team: \n"
9
- "Language: Turkish\n"
10
- "Plural-Forms: nplurals=1; plural=0\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Loco - https://localise.biz/\n"
16
  "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
  "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
  "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
- "X-Loco-Target-Locale: tr_TR"
 
24
 
25
  #. Name of the plugin
26
  msgid "WordPress Editorial Calendar"
@@ -46,13 +46,13 @@ msgstr "http://www.zackgrossbart.com"
46
  msgid "http://stresslimitdesign.com/editorial-calendar-plugin"
47
  msgstr "http://stresslimitdesign.com/editorial-calendar-plugin"
48
 
49
- #: ../edcal.php:101 ../edcal.php:101 ../edcal.php:126 ../edcal.php:126
50
  msgid "Calendar"
51
  msgstr "Takvim"
52
 
53
  #: ../edcal.php:196 ../edcal.php:281
54
  msgid "ltr"
55
- msgstr "soldan sağa"
56
 
57
  #: ../edcal.php:269 ../edcal.php:539
58
  msgid "en-US"
@@ -181,8 +181,7 @@ msgstr "Yazıları düzenleme yetkiniz yok"
181
  #: ../edcal.php:313
182
  msgid "Invalid checksum for post. This is commonly a cross-site scripting error."
183
  msgstr ""
184
- "Yazı için geçersiz sınama. Bu genelde siteler arası komut çalıştırma "
185
- "hatasıdır."
186
 
187
  #: ../edcal.php:314
188
  msgid "There was an error contacting your blog."
@@ -235,12 +234,12 @@ msgstr "Takvim yüklenirken bir hata oluştu"
235
  #: ../edcal.php:327
236
  msgid ""
237
  "<br /><br />The calendar was not able to parse the data your blog returned "
238
- "about the posts. This error is most likely caused by a conflict with "
239
- "another plugin on your blog. The actual parse error was:<br/><br/> "
240
  msgstr ""
241
  "<br /><br />Takvim yazılarınız hakkında, blogunuzun gönderdiği veriyi "
242
- "ayrıştıramadı. Bu genelde blogunuzdaki diğer bir eklentiden kaynaklanır. "
243
- "Esas ayrıştırma hatası:<br/><br/> "
244
 
245
  #: ../edcal.php:329
246
  msgid "The calendar can only show between 1 and 8 weeks at a time."
3
  "Project-Id-Version: WordPress Editorial Calendar\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: 2018-05-28 08:22-0400\n"
7
  "Last-Translator: adnan <auludag@mac.com>\n"
8
  "Language-Team: \n"
9
+ "Language: tr\n"
10
+ "Plural-Forms: nplurals=1; plural=0;\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 2.0.7\n"
16
  "X-Poedit-Basepath: .\n"
 
17
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
  "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
19
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
20
  "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
21
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
22
+ "X-Loco-Target-Locale: tr_TR\n"
23
+ "X-Poedit-SearchPath-0: ..\n"
24
 
25
  #. Name of the plugin
26
  msgid "WordPress Editorial Calendar"
46
  msgid "http://stresslimitdesign.com/editorial-calendar-plugin"
47
  msgstr "http://stresslimitdesign.com/editorial-calendar-plugin"
48
 
49
+ #: ../edcal.php:101 ../edcal.php:126
50
  msgid "Calendar"
51
  msgstr "Takvim"
52
 
53
  #: ../edcal.php:196 ../edcal.php:281
54
  msgid "ltr"
55
+ msgstr "ltr"
56
 
57
  #: ../edcal.php:269 ../edcal.php:539
58
  msgid "en-US"
181
  #: ../edcal.php:313
182
  msgid "Invalid checksum for post. This is commonly a cross-site scripting error."
183
  msgstr ""
184
+ "Yazı için geçersiz sınama. Bu genelde siteler arası komut çalıştırma hatasıdır."
 
185
 
186
  #: ../edcal.php:314
187
  msgid "There was an error contacting your blog."
234
  #: ../edcal.php:327
235
  msgid ""
236
  "<br /><br />The calendar was not able to parse the data your blog returned "
237
+ "about the posts. This error is most likely caused by a conflict with another "
238
+ "plugin on your blog. The actual parse error was:<br/><br/> "
239
  msgstr ""
240
  "<br /><br />Takvim yazılarınız hakkında, blogunuzun gönderdiği veriyi "
241
+ "ayrıştıramadı. Bu genelde blogunuzdaki diğer bir eklentiden kaynaklanır. Esas "
242
+ "ayrıştırma hatası:<br/><br/> "
243
 
244
  #: ../edcal.php:329
245
  msgid "The calendar can only show between 1 and 8 weeks at a time."
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.7
7
 
8
  The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
9
 
@@ -195,6 +195,12 @@ The `edcal_default_status` property controls the default status for new posts in
195
 
196
  == Changelog ==
197
 
 
 
 
 
 
 
198
  = 3.6.7 =
199
 
200
  The calendar is now showing in the correct left to right orientation in Japanese.
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.8
7
 
8
  The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog.
9
 
195
 
196
  == Changelog ==
197
 
198
+ = 3.6.8 =
199
+
200
+ The calendar now properly shows scrollbars for individual days when there are too many posts in a single day.
201
+
202
+ The calendar is now showing the correct left to right orientation in Turkish.
203
+
204
  = 3.6.7 =
205
 
206
  The calendar is now showing in the correct left to right orientation in Japanese.