Plugin Directory

Changeset 3278389


Ignore:
Timestamp:
04/21/2025 06:42:36 PM (12 months ago)
Author:
tommcfarlin
Message:

Update for Wordpress 6.8

Location:
remove-empty-shortcodes/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • remove-empty-shortcodes/trunk/README.txt

    r3260826 r3278389  
    33Tags: shortcodes, content, cleanup, maintenance, content management
    44Requires at least: 5.0
    5 Tested up to: 6.7
    6 Stable tag: 0.6.0
     5Tested up to: 6.8
     6Stable tag: 0.7.0
    77Requires PHP: 7.4
    88License: GPL-3.0
     
    7373== Changelog ==
    7474
     75= 0.7.0 =
     76* Update support for WordPress 6.8
     77
    7578= 0.6.0 =
    7679* Added support for multi-line shortcode detection
  • remove-empty-shortcodes/trunk/remove-empty-shortcodes.php

    r3260826 r3278389  
    1515 * Plugin URI:        https://github.com/tommcfarlin/remove-empty-shortcodes/
    1616 * Description:       Removes empty shortcodes from WordPress standard posts and pages.
    17  * Version:           0.6.0
     17 * Version:           0.7.0
    1818 * Author:            Tom McFarlin
    1919 * Author URI:        https://tommcfarlin.com
    20  * License:           GPL-3.0+
     20 * License:           GPL-3.0
    2121 * License URI:       https://www.gnu.org/licenses/gpl-3.0.txt
     22 * Requires at least: 5.0
     23 * Requires PHP:     7.4
    2224 */
    2325
Note: See TracChangeset for help on using the changeset viewer.