Skip to content

Commit

Permalink
update to 5.9.58 to reduce confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu committed Apr 8, 2024
1 parent e092605 commit 2da1df8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions events-manager.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: GGG Events Manager
Version: 5.9.57
Version: 5.9.58
Plugin URI: https://github.com/shashachu/ggg-events-manager/
Description: Customized version of the Events Manager plugin by Marcus Sykes, tailored towards trooping signups for the Golden Gate Garrison.
Author: Marcus Sykes, Sha Sha Chu
Expand Down Expand Up @@ -40,7 +40,7 @@
$myUpdateChecker->getVcsApi()->enableReleaseAssets();

// Setting constants
define('EM_VERSION', 5.957); //self expanatory
define('EM_VERSION', 5.958); //self expanatory
define('EM_PRO_MIN_VERSION', 2.64); //self expanatory
define('EM_PRO_MIN_VERSION_CRITICAL', 2.377); //self expanatory
define('EM_DIR', dirname( __FILE__ )); //an absolute path to this directory
Expand Down
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: bookings, calendar, tickets, events, buddypress, event management, google
Text Domain: events-manager
Requires at least: 3.5
Tested up to: 4.9.6
Stable tag: 5.9.57
Stable tag: 5.9.58

Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management

Expand Down Expand Up @@ -110,8 +110,10 @@ See our [FAQ](http://wp-events-plugin.com/documentation/faq/) page, which is upd
6. Manage attendees with various booking reports

== Changelog ==
= 5.9.57 =
= 5.9.58 =
* Added RSVP Date for ECs
* Added `#_RSVPDATE` placeholder
* Added conditionals: `{ggg_has_no_signups}` and `{ggg_is_specops}`

= 5.9.55 =
* More PHP8 support
Expand Down

0 comments on commit 2da1df8

Please sign in to comment.