Events Manager - Version 2.2.2

Version Description

Download this release

Release Info

Developer nutsmuggler
Plugin Icon 128x128 Events Manager
Version 2.2.2
Comparing to
See all releases

Code changes from version 2.2.1 to 2.2.2

Files changed (3) hide show
  1. dbem_events.php +1 -1
  2. events-manager.php +1 -1
  3. readme.txt +5 -2
dbem_events.php CHANGED
@@ -841,7 +841,7 @@ function dbem_get_events($limit = "", $scope = "future", $order = "ASC", $offset
841
  recurrence_id,
842
  location_id,
843
  event_contactperson_id,
844
- event_category_id
845
  event_attributes
846
  FROM $events_table
847
  $where
841
  recurrence_id,
842
  location_id,
843
  event_contactperson_id,
844
+ event_category_id,
845
  event_attributes
846
  FROM $events_table
847
  $where
events-manager.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Events Manager
4
- Version: 2.2.1
5
  Plugin URI: http://davidebenini.it/wordpress-plugins/events-manager/
6
  Description: Manage events specifying precise spatial data (Location, Town, Province, etc).
7
  Author: Davide Benini
1
  <?php
2
  /*
3
  Plugin Name: Events Manager
4
+ Version: 2.2.2
5
  Plugin URI: http://davidebenini.it/wordpress-plugins/events-manager/
6
  Description: Manage events specifying precise spatial data (Location, Town, Province, etc).
7
  Author: Davide Benini
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://davidebenini.it
4
  Tags: events, manager, calendar, gigs, concert, maps, geotagging
5
  Requires at least: 2.7
6
  Tested up to: 2.9.2
7
- Stable tag: 2.2.1
8
 
9
  Manage events and display them in your blog. Includes recurring events, location management, calendar, Google map integration, RSVP.
10
 
@@ -214,4 +214,7 @@ Closed many bugs causing a notices/warning visible only in debug mode
214
  Closed a critical security hole discovered by Danilo Massa (to be released on May 10th)
215
 
216
  2.2.1
217
- newtweblogic fixed a bug in the install routine
 
 
 
4
  Tags: events, manager, calendar, gigs, concert, maps, geotagging
5
  Requires at least: 2.7
6
  Tested up to: 2.9.2
7
+ Stable tag: 2.2.2
8
 
9
  Manage events and display them in your blog. Includes recurring events, location management, calendar, Google map integration, RSVP.
10
 
214
  Closed a critical security hole discovered by Danilo Massa (to be released on May 10th)
215
 
216
  2.2.1
217
+ newtweblogic fixed a bug in the install routine
218
+
219
+ 2.2.2
220
+ small fix that stopped custom fields from showing up in events lists.