Plugin Directory

Changeset 3483169


Ignore:
Timestamp:
03/15/2026 03:11:55 PM (3 weeks ago)
Author:
coffeemugger
Message:

Update to version 1.0.4 from GitHub

Location:
bb-content-types
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bb-content-types/tags/1.0.4/bb-content-types.php

    r3483141 r3483169  
    44 * Plugin URI: https://betterbuilds.app
    55 * Description: Manage custom post types, taxonomies, and rewrite rules via admin UI.
    6  * Version: 1.0.2
     6 * Version: 1.0.4
    77 * Requires at least: 6.0
    88 * Requires PHP: 8.0
     
    2121}
    2222
    23 define( 'BB_CT_VERSION', '1.0.2' );
     23define( 'BB_CT_VERSION', '1.0.4' );
    2424define( 'BB_CT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'BB_CT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • bb-content-types/tags/1.0.4/readme.txt

    r3483141 r3483169  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4545* 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).
    4646
    47 = 1.0.1 =
     47= 1.0.2 =
    4848* Added Screenshots
     49
     50= 1.0.3 =
     51* Corrected the icon svg
    4952
    5053= 1.0.0 =
  • bb-content-types/trunk/bb-content-types.php

    r3483141 r3483169  
    44 * Plugin URI: https://betterbuilds.app
    55 * Description: Manage custom post types, taxonomies, and rewrite rules via admin UI.
    6  * Version: 1.0.2
     6 * Version: 1.0.4
    77 * Requires at least: 6.0
    88 * Requires PHP: 8.0
     
    2121}
    2222
    23 define( 'BB_CT_VERSION', '1.0.2' );
     23define( 'BB_CT_VERSION', '1.0.4' );
    2424define( 'BB_CT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'BB_CT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • bb-content-types/trunk/readme.txt

    r3483141 r3483169  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4545* 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).
    4646
    47 = 1.0.1 =
     47= 1.0.2 =
    4848* Added Screenshots
     49
     50= 1.0.3 =
     51* Corrected the icon svg
    4952
    5053= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.