All-in-One Event Calendar - Version 1.10.2

Version Description

Download this release

Release Info

Developer nicola.peluchetti
Plugin Icon 128x128 All-in-One Event Calendar
Version 1.10.2
Comparing to
See all releases

Code changes from version 1.10.1 to 1.10.2

Files changed (2) hide show
  1. all-in-one-event-calendar.php +3 -3
  2. readme.txt +4 -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: Timely
7
  * Author URI: http://time.ly/
8
- * Version: 1.10.1
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.1' );
28
 
29
  // ====================
30
  // = Database Version =
@@ -42,7 +42,7 @@ define( 'AI1EC_THEMES_VERSION', 8 );
42
  define( 'AI1EC_CRON_VERSION', 104 );
43
  define( 'AI1EC_N_CRON_VERSION', 103 );
44
  define( 'AI1EC_N_CRON_FREQ', 'daily' );
45
- define( 'AI1EC_UPDATES_URL', 'http://time.ly/plugin/standard/latest' );
46
 
47
  // ===============
48
  // = Plugin Path =
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.2
9
  */
10
  @set_time_limit( 0 );
11
  @ini_set( 'memory_limit', '256M' );
24
  // ==================
25
  // = Plugin Version =
26
  // ==================
27
+ define( 'AI1EC_VERSION', '1.10.2' );
28
 
29
  // ====================
30
  // = Database Version =
42
  define( 'AI1EC_CRON_VERSION', 104 );
43
  define( 'AI1EC_N_CRON_VERSION', 103 );
44
  define( 'AI1EC_N_CRON_FREQ', 'daily' );
45
+ define( 'AI1EC_UPDATES_URL', 'http://time.ly/standard-calendar' );
46
 
47
  // ===============
48
  // = Plugin Path =
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: calendar, event, events, ics, ics calendar, ical-feed, ics feed, wordpress ics importer, wordpress ical importer, upcoming events, todo, notes, journal, freebusy, availability, web calendar, web events, webcal, google calendar, ical, iCalendar, all-in-one, ai1ec, google calendar sync, ical sync, events sync, holiday calendar, calendar 2011, events 2011, widget, events widget, upcoming events widget, calendar widget, agenda widget
5
  Requires at least: 3.2
6
  Tested up to: 3.6
7
- Stable tag: 1.10.1
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.1 =
85
  * Fixed issue with jQuery blockUI
86
 
4
  Tags: calendar, event, events, ics, ics calendar, ical-feed, ics feed, wordpress ics importer, wordpress ical importer, upcoming events, todo, notes, journal, freebusy, availability, web calendar, web events, webcal, google calendar, ical, iCalendar, all-in-one, ai1ec, google calendar sync, ical sync, events sync, holiday calendar, calendar 2011, events 2011, widget, events widget, upcoming events widget, calendar widget, agenda widget
5
  Requires at least: 3.2
6
  Tested up to: 3.6
7
+ Stable tag: 1.10.2
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.2
85
+ * Fixed issue with upgrading to standard. Now it downloads latest standard
86
+
87
  = Version 1.10.1 =
88
  * Fixed issue with jQuery blockUI
89