Plugin Directory

Changeset 3205154


Ignore:
Timestamp:
12/09/2024 11:55:00 PM (15 months ago)
Author:
rnoakes3rd
Message:

v2.1.5

Location:
acf-stylizer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • acf-stylizer/trunk/acf-stylizer.php

    r3067870 r3205154  
    44 * Plugin URI:  https://wordpress.org/plugins/acf-stylizer/
    55 * Description: Simple plugin that stylizes Advanced Custom Fields meta boxes to make them more obvious.
    6  * Version:     2.1.4
     6 * Version:     2.1.5
    77 * Author:      Robert Noakes
    88 * Author URI:  https://robertnoakes.com/
  • acf-stylizer/trunk/includes/static/class-constants.php

    r3067870 r3205154  
    4848     * @var string
    4949     */
    50     const VERSION = '2.1.4';
    51     const VERSION_PREVIOUS = '2.1.3';
     50    const VERSION = '2.1.5';
     51    const VERSION_PREVIOUS = '2.1.4';
    5252   
    5353    /**
  • acf-stylizer/trunk/readme.txt

    r3067870 r3205154  
    44Tags: acf, advanced, boxes, colorize, custom, fields, meta, obvious, standout, stylize
    55Requires at least: 5.0
    6 Tested up to: 6.5
    7 Stable tag: 2.1.4
     6Tested up to: 6.7
     7Stable tag: 2.1.5
    88Copyright: (c) 2018-2024 Robert Noakes (mr@robertnoakes.com)
    99License: GNU General Public License v3.0
     
    5757
    5858== Changelog ==
     59
     60= 2.1.5 =
     61
     62* Verified: Functionality for WordPress 6.7
    5963
    6064= 2.1.4 =
Note: See TracChangeset for help on using the changeset viewer.