Version Description
Download this release
Release Info
Developer | yani.iliev |
Plugin | All-in-One Event Calendar |
Version | 1.8.1 |
Comparing to | |
See all releases |
Code changes from version 1.8 to 1.8.1
- all-in-one-event-calendar.php +3 -3
- readme.txt +5 -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.8
|
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.8' );
|
28 |
|
29 |
// ====================
|
30 |
// = Database Version =
|
@@ -42,7 +42,7 @@ define( 'AI1EC_THEMES_VERSION', 5 );
|
|
42 |
define( 'AI1EC_CRON_VERSION', 102 );
|
43 |
define( 'AI1EC_N_CRON_VERSION', 101 );
|
44 |
define( 'AI1EC_N_CRON_FREQ', 'daily' );
|
45 |
-
define( 'AI1EC_UPDATES_URL', 'http://time.ly/assets/timely-all-in-one-calendar-1.8.zip' );
|
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.8.1
|
9 |
*/
|
10 |
@set_time_limit( 0 );
|
11 |
@ini_set( 'memory_limit', '256M' );
|
24 |
// ==================
|
25 |
// = Plugin Version =
|
26 |
// ==================
|
27 |
+
define( 'AI1EC_VERSION', '1.8.1' );
|
28 |
|
29 |
// ====================
|
30 |
// = Database Version =
|
42 |
define( 'AI1EC_CRON_VERSION', 102 );
|
43 |
define( 'AI1EC_N_CRON_VERSION', 101 );
|
44 |
define( 'AI1EC_N_CRON_FREQ', 'daily' );
|
45 |
+
define( 'AI1EC_UPDATES_URL', 'http://time.ly/assets/timely-all-in-one-calendar-1.8.2.zip' );
|
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.4.1
|
7 |
-
Stable tag: 1.8
|
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,10 @@ 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.8 =
|
85 |
* Branding switch from Then.ly to Timely
|
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.4.1
|
7 |
+
Stable tag: 1.8.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 |
+
|
85 |
+
= Version 1.8.1 =
|
86 |
+
* Fixed problems that were affecting some hosts
|
87 |
+
|
88 |
= Version 1.8 =
|
89 |
* Branding switch from Then.ly to Timely
|
90 |
|