Version Description
Download this release
Release Info
Developer | jbutkus |
Plugin | All-in-One Event Calendar |
Version | 2.0.8 |
Comparing to | |
See all releases |
Code changes from version 2.0.7 to 2.0.8
- all-in-one-event-calendar.php +1 -1
- app/config/constants.php +1 -1
- app/model/event/parent.php +1 -1
- app/model/event/trashing.php +1 -1
- app/view/admin/add-new-event.php +2 -2
- language/all-in-one-event-calendar.mo +0 -0
- language/all-in-one-event-calendar.po +5 -5
- language/all-in-one-event-calendar.pot +4 -4
- readme.txt +7 -1
all-in-one-event-calendar.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: A calendar system with month, week, day, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
6 |
* Author: Time.ly Network Inc.
|
7 |
* Author URI: http://time.ly/
|
8 |
-
* Version: 2.0.
|
9 |
* Text Domain: all-in-one-event-calendar
|
10 |
* Domain Path: /language
|
11 |
*/
|
5 |
* Description: A calendar system with month, week, day, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
6 |
* Author: Time.ly Network Inc.
|
7 |
* Author URI: http://time.ly/
|
8 |
+
* Version: 2.0.8
|
9 |
* Text Domain: all-in-one-event-calendar
|
10 |
* Domain Path: /language
|
11 |
*/
|
app/config/constants.php
CHANGED
@@ -50,7 +50,7 @@ function ai1ec_initiate_constants( $ai1ec_base_dir, $ai1ec_base_url ) {
|
|
50 |
// = Plugin Version =
|
51 |
// ==================
|
52 |
if ( ! defined( 'AI1EC_VERSION' ) ) {
|
53 |
-
define( 'AI1EC_VERSION', '2.0.
|
54 |
}
|
55 |
|
56 |
// ================
|
50 |
// = Plugin Version =
|
51 |
// ==================
|
52 |
if ( ! defined( 'AI1EC_VERSION' ) ) {
|
53 |
+
define( 'AI1EC_VERSION', '2.0.8' );
|
54 |
}
|
55 |
|
56 |
// ================
|
app/model/event/parent.php
CHANGED
@@ -104,7 +104,7 @@ class Ai1ec_Event_Parent extends Ai1ec_Base {
|
|
104 |
) {
|
105 |
$objects[$child_id] = $instance;
|
106 |
}
|
107 |
-
} catch (
|
108 |
// ignore
|
109 |
}
|
110 |
}
|
104 |
) {
|
105 |
$objects[$child_id] = $instance;
|
106 |
}
|
107 |
+
} catch ( Ai1ec_Event_Not_Found_Exception $exception ) {
|
108 |
// ignore
|
109 |
}
|
110 |
}
|
app/model/event/trashing.php
CHANGED
@@ -36,7 +36,7 @@ class Ai1ec_Event_Trashing extends Ai1ec_Base {
|
|
36 |
$function( $child->get( 'post_id' ) );
|
37 |
}
|
38 |
}
|
39 |
-
} catch (
|
40 |
// ignore - not an event
|
41 |
}
|
42 |
}
|
36 |
$function( $child->get( 'post_id' ) );
|
37 |
}
|
38 |
}
|
39 |
+
} catch ( Ai1ec_Event_Not_Found_Exception $exception ) {
|
40 |
// ignore - not an event
|
41 |
}
|
42 |
}
|
app/view/admin/add-new-event.php
CHANGED
@@ -101,7 +101,7 @@ class Ai1ec_View_Add_New_Event extends Ai1ec_Base {
|
|
101 |
get_the_ID(),
|
102 |
$instance_id
|
103 |
);
|
104 |
-
} catch (
|
105 |
$ai1ec_localization_helper = $this->_registry
|
106 |
->get( 'p28n.wpml' );
|
107 |
$translatable_id = $ai1ec_localization_helper
|
@@ -329,7 +329,7 @@ class Ai1ec_View_Add_New_Event extends Ai1ec_Base {
|
|
329 |
if ( $parent ) {
|
330 |
try {
|
331 |
$parent = $this->_registry->get( 'model.event', $parent );
|
332 |
-
} catch (
|
333 |
$parent = null;
|
334 |
}
|
335 |
}
|
101 |
get_the_ID(),
|
102 |
$instance_id
|
103 |
);
|
104 |
+
} catch ( Ai1ec_Event_Not_Found_Exception $excpt ) {
|
105 |
$ai1ec_localization_helper = $this->_registry
|
106 |
->get( 'p28n.wpml' );
|
107 |
$translatable_id = $ai1ec_localization_helper
|
329 |
if ( $parent ) {
|
330 |
try {
|
331 |
$parent = $this->_registry->get( 'model.event', $parent );
|
332 |
+
} catch ( Ai1ec_Event_Not_Found_Exception $exception ) { // ignore
|
333 |
$parent = null;
|
334 |
}
|
335 |
}
|
language/all-in-one-event-calendar.mo
CHANGED
Binary file
|
language/all-in-one-event-calendar.po
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
# This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.0.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
-
"POT-Creation-Date: 2014-05-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date: 2014-05-
|
12 |
"Last-Translator: Timely <support@time.ly>\n"
|
13 |
"Language-Team:\n"
|
14 |
|
@@ -2097,9 +2097,9 @@ msgstr "Today background"
|
|
2097 |
msgid "All-in-One Event Calendar by Time.ly"
|
2098 |
msgstr "All-in-One Event Calendar by Time.ly"
|
2099 |
|
2100 |
-
#. #-#-#-#-# all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.
|
2101 |
#. Plugin URI of the plugin/theme
|
2102 |
-
#. #-#-#-#-# all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.
|
2103 |
#. Author URI of the plugin/theme
|
2104 |
msgid "http://time.ly/"
|
2105 |
msgstr "http://time.ly/"
|
2 |
# This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.0.8\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
+
"POT-Creation-Date: 2014-05-14 11:14:47+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2014-05-14 14:14+0300\n"
|
12 |
"Last-Translator: Timely <support@time.ly>\n"
|
13 |
"Language-Team:\n"
|
14 |
|
2097 |
msgid "All-in-One Event Calendar by Time.ly"
|
2098 |
msgstr "All-in-One Event Calendar by Time.ly"
|
2099 |
|
2100 |
+
#. #-#-#-#-# all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.8) #-#-#-#-#
|
2101 |
#. Plugin URI of the plugin/theme
|
2102 |
+
#. #-#-#-#-# all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.8) #-#-#-#-#
|
2103 |
#. Author URI of the plugin/theme
|
2104 |
msgid "http://time.ly/"
|
2105 |
msgstr "http://time.ly/"
|
language/all-in-one-event-calendar.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.0.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
-
"POT-Creation-Date: 2014-05-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -1974,9 +1974,9 @@ msgstr ""
|
|
1974 |
msgid "All-in-One Event Calendar by Time.ly"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
-
#. #-#-#-#-# all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.
|
1978 |
#. Plugin URI of the plugin/theme
|
1979 |
-
#. #-#-#-#-# all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.
|
1980 |
#. Author URI of the plugin/theme
|
1981 |
msgid "http://time.ly/"
|
1982 |
msgstr ""
|
2 |
# This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: All-in-One Event Calendar by Time.ly 2.0.8\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
|
7 |
+
"POT-Creation-Date: 2014-05-14 11:14:47+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
1974 |
msgid "All-in-One Event Calendar by Time.ly"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
+
#. #-#-#-#-# all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.8) #-#-#-#-#
|
1978 |
#. Plugin URI of the plugin/theme
|
1979 |
+
#. #-#-#-#-# all-in-one-event-calendar.pot (All-in-One Event Calendar by Time.ly 2.0.8) #-#-#-#-#
|
1980 |
#. Author URI of the plugin/theme
|
1981 |
msgid "http://time.ly/"
|
1982 |
msgstr ""
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ calendar, ical, iCalendar, all-in-one, events sync, events widget,
|
|
5 |
calendar widget
|
6 |
Requires WorPress at least: 3.5
|
7 |
Tested up to: 3.9.1
|
8 |
-
Stable tag: 2.0.
|
9 |
License: GNU General Public License, version 3 (GPL-3.0)
|
10 |
|
11 |
A calendar system with many views, upcoming events widget, color-coded
|
@@ -172,6 +172,12 @@ http://vimeo.com/55904173
|
|
172 |
|
173 |
== Changelog ==
|
174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
= Version 2.0.7 =
|
176 |
* Restored option to disable GZIP compression;
|
177 |
* Fixed issue where it was impossible to clear default tags/categories
|
5 |
calendar widget
|
6 |
Requires WorPress at least: 3.5
|
7 |
Tested up to: 3.9.1
|
8 |
+
Stable tag: 2.0.8
|
9 |
License: GNU General Public License, version 3 (GPL-3.0)
|
10 |
|
11 |
A calendar system with many views, upcoming events widget, color-coded
|
172 |
|
173 |
== Changelog ==
|
174 |
|
175 |
+
= Version 2.0.8 =
|
176 |
+
* Fixed issue where it was impossible to edit some of the events;
|
177 |
+
* Fixed issue where it was impossible to trash custom post types in
|
178 |
+
some cases;
|
179 |
+
* Fixed issue where it was impossible to edit some recurrent events;
|
180 |
+
|
181 |
= Version 2.0.7 =
|
182 |
* Restored option to disable GZIP compression;
|
183 |
* Fixed issue where it was impossible to clear default tags/categories
|