All-in-One Event Calendar - Version 1.10.1

Version Description

Download this release

Release Info

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

Code changes from version 1.10 to 1.10.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
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.1
9
  */
10
  @set_time_limit( 0 );
11
  @ini_set( 'memory_limit', '256M' );
24
  // ==================
25
  // = Plugin Version =
26
  // ==================
27
+ define( 'AI1EC_VERSION', '1.10.1' );
28
 
29
  // ====================
30
  // = Database Version =
app/view/admin/js/jquery.blockUI.js CHANGED
@@ -14,10 +14,6 @@
14
 
15
  ;(function($) {
16
 
17
- if (/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery) || /^1.1/.test($.fn.jquery)) {
18
- alert('blockUI requires jQuery v1.2.3 or later! You are using v' + $.fn.jquery);
19
- return;
20
- }
21
 
22
  $.fn._fadeIn = $.fn.fadeIn;
23
 
14
 
15
  ;(function($) {
16
 
 
 
 
 
17
 
18
  $.fn._fadeIn = $.fn.fadeIn;
19
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: theseed, hubrik, vtowel, yani.iliev, jbutkus
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9JJMUW48W2ED8
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.5.2
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,8 @@ 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
 
85
  = Version 1.10 =
86
  * Fixed several possible vulnerabilities (courtesy for finding goes to
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9JJMUW48W2ED8
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
  * 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
 
87
  = Version 1.10 =
88
  * Fixed several possible vulnerabilities (courtesy for finding goes to