Changeset 3278389
- Timestamp:
- 04/21/2025 06:42:36 PM (12 months ago)
- Location:
- remove-empty-shortcodes/trunk
- Files:
-
- 1 deleted
- 2 edited
-
README.txt (modified) (2 diffs)
-
assets (deleted)
-
remove-empty-shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
remove-empty-shortcodes/trunk/README.txt
r3260826 r3278389 3 3 Tags: shortcodes, content, cleanup, maintenance, content management 4 4 Requires at least: 5.0 5 Tested up to: 6. 76 Stable tag: 0. 6.05 Tested up to: 6.8 6 Stable tag: 0.7.0 7 7 Requires PHP: 7.4 8 8 License: GPL-3.0 … … 73 73 == Changelog == 74 74 75 = 0.7.0 = 76 * Update support for WordPress 6.8 77 75 78 = 0.6.0 = 76 79 * Added support for multi-line shortcode detection -
remove-empty-shortcodes/trunk/remove-empty-shortcodes.php
r3260826 r3278389 15 15 * Plugin URI: https://github.com/tommcfarlin/remove-empty-shortcodes/ 16 16 * Description: Removes empty shortcodes from WordPress standard posts and pages. 17 * Version: 0. 6.017 * Version: 0.7.0 18 18 * Author: Tom McFarlin 19 19 * Author URI: https://tommcfarlin.com 20 * License: GPL-3.0 +20 * License: GPL-3.0 21 21 * License URI: https://www.gnu.org/licenses/gpl-3.0.txt 22 * Requires at least: 5.0 23 * Requires PHP: 7.4 22 24 */ 23 25
Note: See TracChangeset
for help on using the changeset viewer.