Changeset 3483169
- Timestamp:
- 03/15/2026 03:11:55 PM (3 weeks ago)
- Location:
- bb-content-types
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.4 (copied) (copied from bb-content-types/trunk)
-
tags/1.0.4/bb-content-types.php (modified) (2 diffs)
-
tags/1.0.4/readme.txt (modified) (2 diffs)
-
trunk/bb-content-types.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bb-content-types/tags/1.0.4/bb-content-types.php
r3483141 r3483169 4 4 * Plugin URI: https://betterbuilds.app 5 5 * Description: Manage custom post types, taxonomies, and rewrite rules via admin UI. 6 * Version: 1.0. 26 * Version: 1.0.4 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 8.0 … … 21 21 } 22 22 23 define( 'BB_CT_VERSION', '1.0. 2' );23 define( 'BB_CT_VERSION', '1.0.4' ); 24 24 define( 'BB_CT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'BB_CT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
bb-content-types/tags/1.0.4/readme.txt
r3483141 r3483169 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 45 45 * Security: Add nonce verification when displaying redirect messages (`bb_ct_message`) in admin notices. Ensures `$_GET['bb_ct_message']` is only shown after a valid nonce check and capability check (WP.org review fix). 46 46 47 = 1.0. 1=47 = 1.0.2 = 48 48 * Added Screenshots 49 50 = 1.0.3 = 51 * Corrected the icon svg 49 52 50 53 = 1.0.0 = -
bb-content-types/trunk/bb-content-types.php
r3483141 r3483169 4 4 * Plugin URI: https://betterbuilds.app 5 5 * Description: Manage custom post types, taxonomies, and rewrite rules via admin UI. 6 * Version: 1.0. 26 * Version: 1.0.4 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 8.0 … … 21 21 } 22 22 23 define( 'BB_CT_VERSION', '1.0. 2' );23 define( 'BB_CT_VERSION', '1.0.4' ); 24 24 define( 'BB_CT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'BB_CT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
bb-content-types/trunk/readme.txt
r3483141 r3483169 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 45 45 * Security: Add nonce verification when displaying redirect messages (`bb_ct_message`) in admin notices. Ensures `$_GET['bb_ct_message']` is only shown after a valid nonce check and capability check (WP.org review fix). 46 46 47 = 1.0. 1=47 = 1.0.2 = 48 48 * Added Screenshots 49 50 = 1.0.3 = 51 * Corrected the icon svg 49 52 50 53 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.