Changeset 3486865
- Timestamp:
- 03/19/2026 10:52:58 PM (12 days ago)
- Location:
- dynamic-menu-items/trunk
- Files:
-
- 2 edited
-
dynamic-menu-items.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-menu-items/trunk/dynamic-menu-items.php
r3486852 r3486865 6 6 * @author Bright Bridge Web 7 7 * @license gplv2 8 * @version 1.0. 18 * @version 1.0.2 9 9 * 10 10 * @wordpress-plugin … … 12 12 * Plugin URI: https://brightbridgeweb.com/custom-plugins/dynamic-menu-items 13 13 * Description: Add posts, pages, or custom post types specific to a category, tag, or custom taxonomy dynamically to any menu. 14 * Version: 1.0. 114 * Version: 1.0.2 15 15 * Author: Bright Bridge Web 16 16 * Author URI: https://brightbridgeweb.com … … 25 25 define('BBWDDYNOMNUITM_PATH', plugin_dir_path(__FILE__)); 26 26 define('BBWDDYNOMNUITM_URL', plugin_dir_url(__FILE__)); 27 define('BBWDDYNOMNUITM_VERSION', '1.0. 1');27 define('BBWDDYNOMNUITM_VERSION', '1.0.2'); 28 28 define('BBWDDYNOMNUITM_P_SLUG', dirname( plugin_basename( __FILE__ ) ) ); 29 29 define('BBWDDYNOMNUITM_NONCE', 'B@14B23@#W34532D'); -
dynamic-menu-items/trunk/readme.txt
r3486862 r3486865 50 50 * 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) 51 51 52 = 1.0. 1: March 12, 2026 =52 = 1.0.2: March 12, 2026 = 53 53 * Adding support link 54 54 * updating versions
Note: See TracChangeset
for help on using the changeset viewer.