Changeset 3486868
- Timestamp:
- 03/19/2026 11:04:26 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamic-menu-items/tags/1.0.2/dynamic-menu-items.php
r3486853 r3486868 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');
Note: See TracChangeset
for help on using the changeset viewer.