| @@ -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.51.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.51.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() |