Changeset 3114016
- Timestamp:
- 07/08/2024 06:47:14 AM (20 months ago)
- Location:
- auto-submenu
- Files:
-
- 16 added
- 2 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/auto-submenu.php (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/screenshot-1.png (added)
-
tags/1.0.2/screenshot-2.png (added)
-
tags/1.0.2/screenshot-3.png (added)
-
tags/1.0.2/src (added)
-
tags/1.0.2/src/asm-functions.php (added)
-
tags/1.0.2/src/asm.css (added)
-
tags/1.0.2/src/blocks (added)
-
tags/1.0.2/src/blocks/asm_core_navigation_link (added)
-
tags/1.0.2/src/blocks/asm_core_navigation_link/build (added)
-
tags/1.0.2/src/blocks/asm_core_navigation_link/build/block.json (added)
-
tags/1.0.2/src/blocks/asm_core_navigation_link/build/index.asset.php (added)
-
tags/1.0.2/src/blocks/asm_core_navigation_link/build/index.js (added)
-
tags/1.0.2/src/blocks/asm_core_navigation_link/build/index.js.map (added)
-
trunk/auto-submenu.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-submenu/trunk/auto-submenu.php
r3100331 r3114016 4 4 * Plugin URI: https://wordpress.telodelic.nl/auto-submenu 5 5 * Description: Dynamic menus: Add a page to your menu and then let WordPress automatically add the child pages. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: Diana van de Laarschot 8 8 * Author URI: https://wordpress.telodelic.nl 9 * License: GPL v2 orlater9 * License: GPL-2.0-or-later 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 * Requires at least: 5.4 12 * Tested up to: 6. 412 * Tested up to: 6.6 13 13 * Requires PHP: 7.4 14 14 * Text Domain: auto-submenu -
auto-submenu/trunk/readme.txt
r3100331 r3114016 2 2 Contributors: jamocreations, anaid 3 3 Tags: menu, submenu, subpages, pages, navigation 4 License: GPL v2 orlater4 License: GPL-2.0-or-later 5 5 Requires at least: 3.0 6 Tested up to: 6. 56 Tested up to: 6.6 7 7 Requires PHP: 7.4 8 Stable Tag: 1.0. 18 Stable Tag: 1.0.2 9 9 10 10 Dynamic menus: Add a page to your menu and then let WordPress automatically add the child pages. … … 64 64 65 65 == Changelog == 66 67 = 1.0.2 = 68 69 * Confirmed compatibility with WordPress 6.6 66 70 67 71 = 1.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.