Plugin Directory

Changeset 3486868


Ignore:
Timestamp:
03/19/2026 11:04:26 PM (12 days ago)
Author:
benjerminp
Message:

Updating alternative version tags 3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamic-menu-items/tags/1.0.2/dynamic-menu-items.php

    r3486853 r3486868  
    66 * @author        Bright Bridge Web
    77 * @license       gplv2
    8  * @version       1.0.1
     8 * @version       1.0.2
    99 *
    1010 * @wordpress-plugin
     
    1212 * Plugin URI:    https://brightbridgeweb.com/custom-plugins/dynamic-menu-items
    1313 * Description:   Add posts, pages, or custom post types specific to a category, tag, or custom taxonomy dynamically to any menu.
    14  * Version:       1.0.1
     14 * Version:       1.0.2
    1515 * Author:        Bright Bridge Web
    1616 * Author URI:    https://brightbridgeweb.com
     
    2525define('BBWDDYNOMNUITM_PATH', plugin_dir_path(__FILE__));
    2626define('BBWDDYNOMNUITM_URL', plugin_dir_url(__FILE__));
    27 define('BBWDDYNOMNUITM_VERSION', '1.0.1');
     27define('BBWDDYNOMNUITM_VERSION', '1.0.2');
    2828define('BBWDDYNOMNUITM_P_SLUG', dirname( plugin_basename( __FILE__ ) ) );
    2929define('BBWDDYNOMNUITM_NONCE', 'B@14B23@#W34532D');
Note: See TracChangeset for help on using the changeset viewer.