Skip to content

Commit d898819

Browse files
authored
chore: update plugin version to 3.0.0-beta.2 (#838)
Move the three version strings: the `Version:` header and the `PLUGIN_VERSION` constant in `antispam_bee.php`, and `Stable tag:` in `readme.txt`. No `## Changelog ##` entry. That changelog is what users read on the Plugin Directory listing, and a prerelease is never published there — the deploy workflow skips any tag containing a hyphen. The notes for this beta belong on the GitHub release; `readme.txt` gets its entry when 3.0.0 goes stable, covering the whole span since 2.11.12.
1 parent 49b7c69 commit d898819

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

antispam_bee.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Antispam Bee
1111
* Plugin URI: https://antispambee.pluginkollektiv.org/
1212
* Description: Antispam plugin with a sophisticated toolset for effective day-to-day comment and trackback spam-fighting. Built with data protection and privacy in mind.
13-
* Version: 3.0.0-beta.1
13+
* Version: 3.0.0-beta.2
1414
* Author: pluginkollektiv
1515
* Author URI: https://pluginkollektiv.org
1616
* Text Domain: antispam-bee
@@ -26,7 +26,7 @@
2626

2727
define( __NAMESPACE__ . '\MAIN_PLUGIN_FILE', __FILE__ );
2828
define( __NAMESPACE__ . '\PLUGIN_PATH', plugin_dir_path( MAIN_PLUGIN_FILE ) );
29-
define( __NAMESPACE__ . '\PLUGIN_VERSION', '3.0.0-beta.1' );
29+
define( __NAMESPACE__ . '\PLUGIN_VERSION', '3.0.0-beta.2' );
3030

3131
// The pre_init function checks the plugin's compatibility and calls the init function if the check was successful.
3232
pre_init();

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Requires at least: 4.7
66
* Tested up to: 7.0
77
* Requires PHP: 7.4
8-
* Stable tag: 3.0.0-beta.1
8+
* Stable tag: 3.0.0-beta.2
99
* License: GPLv2 or later
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)