Version Description
Download this release
Release Info
Developer | nicola.peluchetti |
Plugin | All-in-One Event Calendar |
Version | 1.10.5 |
Comparing to | |
See all releases |
Code changes from version 1.10.4 to 1.10.5
- all-in-one-event-calendar.php +2 -2
- readme.txt +5 -2
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: Timely
|
7 |
* Author URI: http://time.ly/
|
8 |
-
* Version: 1.10.
|
9 |
*/
|
10 |
@set_time_limit( 0 );
|
11 |
@ini_set( 'memory_limit', '256M' );
|
@@ -24,7 +24,7 @@ define( 'AI1EC_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
|
24 |
// ==================
|
25 |
// = Plugin Version =
|
26 |
// ==================
|
27 |
-
define( 'AI1EC_VERSION', '1.10.
|
28 |
|
29 |
// ====================
|
30 |
// = Database Version =
|
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: Timely
|
7 |
* Author URI: http://time.ly/
|
8 |
+
* Version: 1.10.5
|
9 |
*/
|
10 |
@set_time_limit( 0 );
|
11 |
@ini_set( 'memory_limit', '256M' );
|
24 |
// ==================
|
25 |
// = Plugin Version =
|
26 |
// ==================
|
27 |
+
define( 'AI1EC_VERSION', '1.10.5' );
|
28 |
|
29 |
// ====================
|
30 |
// = Database Version =
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: hubrik, jbutkus, nicola.peluchetti, vtowel, jeffrey wilcox
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9JJMUW48W2ED8
|
4 |
Tags: calendar, events, ics, ics feed, wordpress ical importer, google calendar, ical, iCalendar, all-in-one, events sync, events widget, calendar widget
|
5 |
Requires at least: 3.2
|
6 |
-
Tested up to: 3.7
|
7 |
-
Stable tag: 1.10.
|
8 |
License: GNU General Public License, version 3 (GPL-3.0)
|
9 |
|
10 |
A calendar system with month, week, day, agenda views; upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
@@ -81,6 +81,9 @@ http://www.youtube.com/watch?v=XJ-KHOqBKuQ
|
|
81 |
* Filter by post ids (separate ids by comma): **[ai1ec post_id="1, 2"]**
|
82 |
|
83 |
== Changelog ==
|
|
|
|
|
|
|
84 |
= Version 1.10.4 =
|
85 |
* Loads css/js/view files directly from our plugin theme folder to
|
86 |
fix problems in 3.7 upgrade procedure that deletes one of our files.
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9JJMUW48W2ED8
|
4 |
Tags: calendar, events, ics, ics feed, wordpress ical importer, google calendar, ical, iCalendar, all-in-one, events sync, events widget, calendar widget
|
5 |
Requires at least: 3.2
|
6 |
+
Tested up to: 3.7.1
|
7 |
+
Stable tag: 1.10.5
|
8 |
License: GNU General Public License, version 3 (GPL-3.0)
|
9 |
|
10 |
A calendar system with month, week, day, agenda views; upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
|
81 |
* Filter by post ids (separate ids by comma): **[ai1ec post_id="1, 2"]**
|
82 |
|
83 |
== Changelog ==
|
84 |
+
= Version 1.10.5 =
|
85 |
+
Version bump for Wordpress 3.7 compatibility
|
86 |
+
|
87 |
= Version 1.10.4 =
|
88 |
* Loads css/js/view files directly from our plugin theme folder to
|
89 |
fix problems in 3.7 upgrade procedure that deletes one of our files.
|