Skip to content

Commit

Permalink
Merge pull request #67 from wpeventmanager/1.0.2
Browse files Browse the repository at this point in the history
1.0.2 Improvements  read me file changed #65
  • Loading branch information
tamanna-ahuja committed May 18, 2022
2 parents 4ee67e5 + 6f4c7ce commit 2ad5d40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: event manager, Event, events, event manager api , listings
Requires at least: 4.1
Tested up to: 5.9
Stable tag: 1.0.0
Stable tag: 1.0.2
Requires PHP: 5.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -14,6 +14,10 @@ WP Event Manager Rest API

== Changelog ==

= 1.0.2 [ May 18th, 2022 ] =

Fixed - Ecosystem Controller file.

= 1.0.1 [ May 17th, 2022 ] =

Fixed - Past events search.
Expand Down
4 changes: 2 additions & 2 deletions wpem-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Text Domain: wpem-rest-api
Domain Path: /languages
Version: 1.0.0
Version: 1.0.2
Since: 1.0.0
Requires WordPress Version at least: 4.1
Expand Down Expand Up @@ -45,7 +45,7 @@ public function __construct()
}

// Define constants
define('WPEM_REST_API_VERSION', '1.0.1');
define('WPEM_REST_API_VERSION', '1.0.2');
define('WPEM_REST_API_FILE', __FILE__);
define('WPEM_REST_API_PLUGIN_DIR', untrailingslashit(plugin_dir_path(__FILE__)));
define('WPEM_REST_API_PLUGIN_URL', untrailingslashit(plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__))));
Expand Down

0 comments on commit 2ad5d40

Please sign in to comment.