Bump version to 1.6.0 — sync with deployed
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Plugin Name: Beep
|
||||
* Description: A Twitter-style microblog for WordPress, with likes, replies, polls, and Gravatars. Use the [beep_feed] shortcode on any page.
|
||||
* Version: 1.5.0
|
||||
* Version: 1.6.0
|
||||
* Requires at least: 6.0
|
||||
* Requires PHP: 7.4
|
||||
* Author: Sami Ahmed
|
||||
@@ -14,7 +14,7 @@ if (!defined("ABSPATH")) {
|
||||
exit;
|
||||
}
|
||||
|
||||
define("BEEP_VERSION", "1.5.0");
|
||||
define("BEEP_VERSION", "1.6.0");
|
||||
define("BEEP_FILE", __FILE__);
|
||||
define("BEEP_DIR", plugin_dir_path(__FILE__));
|
||||
define("BEEP_URL", plugin_dir_url(__FILE__));
|
||||
|
||||
Reference in New Issue
Block a user