Changeset 2885828
- Timestamp:
- 03/23/2023 05:34:05 PM (3 years ago)
- Location:
- acf-stylizer/trunk
- Files:
-
- 4 edited
-
acf-stylizer.php (modified) (1 diff)
-
includes/static/class-constants.php (modified) (1 diff)
-
languages/acf-stylizer.pot (modified) (6 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-stylizer/trunk/acf-stylizer.php
r2810228 r2885828 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. 26 * Version: 2.1.3 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 2Robert Noakes (mr@robertnoakes.com)11 * Copyright: (c) 2018-2023 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
r2810228 r2885828 48 48 * @var string 49 49 */ 50 const VERSION = '2.1. 2';51 const VERSION_PREVIOUS = '2.1. 1';50 const VERSION = '2.1.3'; 51 const VERSION_PREVIOUS = '2.1.2'; 52 52 53 53 /** -
acf-stylizer/trunk/languages/acf-stylizer.pot
r2569623 r2885828 2 2 msgid "" 3 3 msgstr "" 4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"5 4 "Project-Id-Version: ACF Stylizer\n" 6 "POT-Creation-Date: 202 1-07-21 08:47-0700\n"5 "POT-Creation-Date: 2023-03-23 10:31-0700\n" 7 6 "PO-Revision-Date: 2020-05-07 15:52-0700\n" 8 7 "Last-Translator: \n" … … 11 10 "Content-Type: text/plain; charset=UTF-8\n" 12 11 "Content-Transfer-Encoding: 8bit\n" 13 "X-Generator: Poedit 2.4.3\n" 12 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 13 "X-Generator: Poedit 3.2.2\n" 14 14 "X-Poedit-Basepath: ..\n" 15 15 "X-Poedit-Flags-xgettext: --add-comments=translators:\n" … … 26 26 msgstr "" 27 27 28 #: includes/core/class-ajax.php:7 728 #: includes/core/class-ajax.php:78 29 29 msgid "You are not authorized to save settings." 30 30 msgstr "" 31 31 32 #: includes/core/class-ajax.php:8 132 #: includes/core/class-ajax.php:82 33 33 msgid "Settings could not be saved." 34 34 msgstr "" 35 35 36 #: includes/core/class-base.php:21 036 #: includes/core/class-base.php:211 37 37 msgid "Advanced Custom Fields" 38 38 msgstr "" 39 39 40 #: includes/core/class-base.php:21 040 #: includes/core/class-base.php:211 41 41 msgid "ACF Required" 42 42 msgstr "" 43 43 44 #: includes/core/class-base.php:23 8includes/standalone/class-meta-box.php:33944 #: includes/core/class-base.php:239 includes/standalone/class-meta-box.php:339 45 45 msgid "Support" 46 46 msgstr "" 47 47 48 #: includes/core/class-base.php:2 3948 #: includes/core/class-base.php:240 49 49 msgid "Review" 50 50 msgstr "" 51 51 52 #: includes/core/class-base.php:24 052 #: includes/core/class-base.php:241 53 53 msgid "Translate" 54 54 msgstr "" 55 55 56 #: includes/core/class-base.php:24 156 #: includes/core/class-base.php:242 57 57 msgid "Donate" 58 58 msgstr "" … … 66 66 msgstr "" 67 67 68 #: includes/core/class-settings.php:24 268 #: includes/core/class-settings.php:243 69 69 msgid "Save All Settings" 70 70 msgstr "" 71 71 72 #: includes/core/class-settings.php:25 072 #: includes/core/class-settings.php:251 73 73 msgid "General Settings" 74 74 msgstr "" 75 75 76 #: includes/core/class-settings.php:25 776 #: includes/core/class-settings.php:258 77 77 msgid "" 78 78 "If checked, seamless meta boxes will be styled to be more obvious as well." 79 79 msgstr "" 80 80 81 #: includes/core/class-settings.php:25 881 #: includes/core/class-settings.php:259 82 82 msgid "Include Seamless" 83 83 msgstr "" 84 84 85 #: includes/core/class-settings.php:27 385 #: includes/core/class-settings.php:274 86 86 msgid "Uninstall Settings" 87 87 msgstr "" 88 88 89 #: includes/core/class-settings.php:2 7989 #: includes/core/class-settings.php:280 90 90 #, php-format 91 91 msgctxt "Plugin Name" … … 93 93 msgstr "" 94 94 95 #: includes/core/class-settings.php:28 395 #: includes/core/class-settings.php:284 96 96 msgid "Delete Settings" 97 97 msgstr "" 98 98 99 #: includes/core/class-settings.php:29 499 #: includes/core/class-settings.php:295 100 100 #, php-format 101 101 msgctxt "Plugin Name" … … 103 103 msgstr "" 104 104 105 #: includes/core/class-settings.php:29 8105 #: includes/core/class-settings.php:299 106 106 msgid "Delete User Meta" 107 107 msgstr "" -
acf-stylizer/trunk/readme.txt
r2810228 r2885828 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. 17 Stable tag: 2.1. 28 Copyright: (c) 2018-202 2Robert Noakes (mr@robertnoakes.com)6 Tested up to: 6.2 7 Stable tag: 2.1.3 8 Copyright: (c) 2018-2023 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.3 = 61 62 * Verified: Functionality for WordPress 6.2 63 60 64 = 2.1.2 = 61 65
Note: See TracChangeset
for help on using the changeset viewer.