diff --git a/readme.txt b/readme.txt index 3b2d7ed..7d5016e 100755 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. diff --git a/wpem-rest-api.php b/wpem-rest-api.php index a4a8702..60cc454 100644 --- a/wpem-rest-api.php +++ b/wpem-rest-api.php @@ -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 @@ -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__))));