Changeset 3067870
- Timestamp:
- 04/09/2024 06:59:36 PM (2 years 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
r2885828 r3067870 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. 36 * Version: 2.1.4 7 7 * Author: Robert Noakes 8 8 * Author URI: https://robertnoakes.com/ 9 9 * Text Domain: acf-stylizer 10 10 * Domain Path: /languages/ 11 * Copyright: (c) 2018-202 3Robert Noakes (mr@robertnoakes.com)11 * Copyright: (c) 2018-2024 Robert Noakes (mr@robertnoakes.com) 12 12 * License: GNU General Public License v3.0 13 13 * License URI: https://www.gnu.org/licenses/gpl-3.0.html -
acf-stylizer/trunk/includes/static/class-constants.php
r2885828 r3067870 48 48 * @var string 49 49 */ 50 const VERSION = '2.1. 3';51 const VERSION_PREVIOUS = '2.1. 2';50 const VERSION = '2.1.4'; 51 const VERSION_PREVIOUS = '2.1.3'; 52 52 53 53 /** -
acf-stylizer/trunk/readme.txt
r2885828 r3067870 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. 27 Stable tag: 2.1. 38 Copyright: (c) 2018-202 3Robert Noakes (mr@robertnoakes.com)6 Tested up to: 6.5 7 Stable tag: 2.1.4 8 Copyright: (c) 2018-2024 Robert Noakes (mr@robertnoakes.com) 9 9 License: GNU General Public License v3.0 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 58 58 == Changelog == 59 59 60 = 2.1.4 = 61 62 * Verified: Functionality for WordPress 6.5 63 60 64 = 2.1.3 = 61 65
Note: See TracChangeset
for help on using the changeset viewer.