Plugin Directory

Changeset 3486865


Ignore:
Timestamp:
03/19/2026 10:52:58 PM (12 days ago)
Author:
benjerminp
Message:

Updating alternative version tags

Location:
dynamic-menu-items/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynamic-menu-items/trunk/dynamic-menu-items.php

    r3486852 r3486865  
    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');
  • dynamic-menu-items/trunk/readme.txt

    r3486862 r3486865  
    5050* resolving error when adding unique post types to menu items. Adjustments made to stay up to date with most recent WordPress version (6.9.4)
    5151
    52 = 1.0.1: March 12, 2026 =
     52= 1.0.2: March 12, 2026 =
    5353* Adding support link
    5454* updating versions
Note: See TracChangeset for help on using the changeset viewer.