Changeset 3205154
- Timestamp:
- 12/09/2024 11:55:00 PM (15 months ago)
- Location:
- acf-stylizer/trunk
- Files:
-
- 3 edited
-
acf-stylizer.php (modified) (1 diff)
-
includes/static/class-constants.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-stylizer/trunk/acf-stylizer.php
r3067870 r3205154 4 4 * Plugin URI: https://wordpress.org/plugins/acf-stylizer/ 5 5 * Description: Simple plugin that stylizes Advanced Custom Fields meta boxes to make them more obvious. 6 * Version: 2.1. 46 * Version: 2.1.5 7 7 * Author: Robert Noakes 8 8 * Author URI: https://robertnoakes.com/ -
acf-stylizer/trunk/includes/static/class-constants.php
r3067870 r3205154 48 48 * @var string 49 49 */ 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'; 52 52 53 53 /** -
acf-stylizer/trunk/readme.txt
r3067870 r3205154 4 4 Tags: acf, advanced, boxes, colorize, custom, fields, meta, obvious, standout, stylize 5 5 Requires at least: 5.0 6 Tested up to: 6. 57 Stable tag: 2.1. 46 Tested up to: 6.7 7 Stable tag: 2.1.5 8 8 Copyright: (c) 2018-2024 Robert Noakes (mr@robertnoakes.com) 9 9 License: GNU General Public License v3.0 … … 57 57 58 58 == Changelog == 59 60 = 2.1.5 = 61 62 * Verified: Functionality for WordPress 6.7 59 63 60 64 = 2.1.4 =
Note: See TracChangeset
for help on using the changeset viewer.