PluginProbe
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms / 3.54.0
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms v3.54.0
3.54.0 3.53.0 3.52.0 3.51.0 3.50.0 3.45.0 3.38.0 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.40.0 3.40.1 3.41.0 3.42.0 3.43.0 3.44.0 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 All 178 releases
← All changes | simple-tags.php +2 -2 3.50.03.54.0 View file →
@@ -3,9 +3,9 @@
3 3 /**
4 4 * Plugin Name: TaxoPress
5 5 * Plugin URI: https://wordpress.org/plugins/simple-tags/
6 6 * Description: TaxoPress allows you to create and manage Tags, Categories, and all your WordPress taxonomy terms.
7 - * Version: 3.50.0
7 + * Version: 3.54.0
8 8 * Author: TaxoPress
9 9 * Author URI: https://taxopress.com
10 10 * Text Domain: simple-tags
11 11 * Domain Path: /languages
@@ -51,9 +51,9 @@
51 51 die('-1');
52 52 }
53 53
54 54 if (!defined('STAGS_VERSION')) {
55 - define('STAGS_VERSION', '3.50.0');
55 + define('STAGS_VERSION', '3.54.0');
56 56 }
57 57
58 58 if (! function_exists('taxopress_free_is_pro_active')) {
59 59 function taxopress_free_is_pro_active()