Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.2 Improvements read me file changed #65 #67

Merged
merged 1 commit into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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