Version Description
Download this release
Release Info
Developer | jbutkus |
Plugin | All-in-One Event Calendar |
Version | 2.3.2 |
Comparing to | |
See all releases |
Code changes from version 2.3.1 to 2.3.2
- all-in-one-event-calendar.php +1 -1
- app/config/constants.php +1 -1
- 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: Time.ly Network Inc.
|
7 |
* Author URI: http://time.ly/
|
8 |
-
* Version: 2.3.
|
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.3.2
|
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.3.
|
54 |
}
|
55 |
|
56 |
// ================
|
50 |
// = Plugin Version =
|
51 |
// ==================
|
52 |
if ( ! defined( 'AI1EC_VERSION' ) ) {
|
53 |
+
define( 'AI1EC_VERSION', '2.3.2' );
|
54 |
}
|
55 |
|
56 |
// ================
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Tags: calendar, events, ics, ics feed, wordpress ical importer, google
|
|
4 |
calendar, ical, iCalendar, all-in-one, events sync, events widget,
|
5 |
calendar widget
|
6 |
Requires WordPress at least: 3.5
|
7 |
-
Tested up to: 4.
|
8 |
-
Stable tag: 2.3.
|
9 |
License: GNU General Public License, version 3 (GPL-3.0)
|
10 |
|
11 |
A calendar system with many views, upcoming events widget, color-coded
|
@@ -137,6 +137,9 @@ https://vimeo.com/135004810
|
|
137 |
|
138 |
== Changelog ==
|
139 |
|
|
|
|
|
|
|
140 |
= Version 2.3.1 =
|
141 |
* Fixing piece of code that was incompatible with PHP versions prior
|
142 |
to 5.3 while we strive to provide good experience to all WordPress
|
4 |
calendar, ical, iCalendar, all-in-one, events sync, events widget,
|
5 |
calendar widget
|
6 |
Requires WordPress at least: 3.5
|
7 |
+
Tested up to: 4.3
|
8 |
+
Stable tag: 2.3.2
|
9 |
License: GNU General Public License, version 3 (GPL-3.0)
|
10 |
|
11 |
A calendar system with many views, upcoming events widget, color-coded
|
137 |
|
138 |
== Changelog ==
|
139 |
|
140 |
+
= Version 2.3.2 =
|
141 |
+
* Confirmed compatibility with WordPress 4.3
|
142 |
+
|
143 |
= Version 2.3.1 =
|
144 |
* Fixing piece of code that was incompatible with PHP versions prior
|
145 |
to 5.3 while we strive to provide good experience to all WordPress
|