Plugin Directory

Changeset 2885828


Ignore:
Timestamp:
03/23/2023 05:34:05 PM (3 years ago)
Author:
rnoakes3rd
Message:

v2.1.3

Location:
acf-stylizer/trunk
Files:
4 edited

Legend:

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

    r2810228 r2885828  
    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.2
     6 * Version:     2.1.3
    77 * Author:      Robert Noakes
    88 * Author URI:  https://robertnoakes.com/
    99 * Text Domain: acf-stylizer
    1010 * Domain Path: /languages/
    11  * Copyright:   (c) 2018-2022 Robert Noakes (mr@robertnoakes.com)
     11 * Copyright:   (c) 2018-2023 Robert Noakes (mr@robertnoakes.com)
    1212 * License:     GNU General Public License v3.0
    1313 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • acf-stylizer/trunk/includes/static/class-constants.php

    r2810228 r2885828  
    4848     * @var string
    4949     */
    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';
    5252   
    5353    /**
  • acf-stylizer/trunk/languages/acf-stylizer.pot

    r2569623 r2885828  
    22msgid ""
    33msgstr ""
    4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    54"Project-Id-Version: ACF Stylizer\n"
    6 "POT-Creation-Date: 2021-07-21 08:47-0700\n"
     5"POT-Creation-Date: 2023-03-23 10:31-0700\n"
    76"PO-Revision-Date: 2020-05-07 15:52-0700\n"
    87"Last-Translator: \n"
     
    1110"Content-Type: text/plain; charset=UTF-8\n"
    1211"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"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
     
    2626msgstr ""
    2727
    28 #: includes/core/class-ajax.php:77
     28#: includes/core/class-ajax.php:78
    2929msgid "You are not authorized to save settings."
    3030msgstr ""
    3131
    32 #: includes/core/class-ajax.php:81
     32#: includes/core/class-ajax.php:82
    3333msgid "Settings could not be saved."
    3434msgstr ""
    3535
    36 #: includes/core/class-base.php:210
     36#: includes/core/class-base.php:211
    3737msgid "Advanced Custom Fields"
    3838msgstr ""
    3939
    40 #: includes/core/class-base.php:210
     40#: includes/core/class-base.php:211
    4141msgid "ACF Required"
    4242msgstr ""
    4343
    44 #: includes/core/class-base.php:238 includes/standalone/class-meta-box.php:339
     44#: includes/core/class-base.php:239 includes/standalone/class-meta-box.php:339
    4545msgid "Support"
    4646msgstr ""
    4747
    48 #: includes/core/class-base.php:239
     48#: includes/core/class-base.php:240
    4949msgid "Review"
    5050msgstr ""
    5151
    52 #: includes/core/class-base.php:240
     52#: includes/core/class-base.php:241
    5353msgid "Translate"
    5454msgstr ""
    5555
    56 #: includes/core/class-base.php:241
     56#: includes/core/class-base.php:242
    5757msgid "Donate"
    5858msgstr ""
     
    6666msgstr ""
    6767
    68 #: includes/core/class-settings.php:242
     68#: includes/core/class-settings.php:243
    6969msgid "Save All Settings"
    7070msgstr ""
    7171
    72 #: includes/core/class-settings.php:250
     72#: includes/core/class-settings.php:251
    7373msgid "General Settings"
    7474msgstr ""
    7575
    76 #: includes/core/class-settings.php:257
     76#: includes/core/class-settings.php:258
    7777msgid ""
    7878"If checked, seamless meta boxes will be styled to be more obvious as well."
    7979msgstr ""
    8080
    81 #: includes/core/class-settings.php:258
     81#: includes/core/class-settings.php:259
    8282msgid "Include Seamless"
    8383msgstr ""
    8484
    85 #: includes/core/class-settings.php:273
     85#: includes/core/class-settings.php:274
    8686msgid "Uninstall Settings"
    8787msgstr ""
    8888
    89 #: includes/core/class-settings.php:279
     89#: includes/core/class-settings.php:280
    9090#, php-format
    9191msgctxt "Plugin Name"
     
    9393msgstr ""
    9494
    95 #: includes/core/class-settings.php:283
     95#: includes/core/class-settings.php:284
    9696msgid "Delete Settings"
    9797msgstr ""
    9898
    99 #: includes/core/class-settings.php:294
     99#: includes/core/class-settings.php:295
    100100#, php-format
    101101msgctxt "Plugin Name"
     
    103103msgstr ""
    104104
    105 #: includes/core/class-settings.php:298
     105#: includes/core/class-settings.php:299
    106106msgid "Delete User Meta"
    107107msgstr ""
  • acf-stylizer/trunk/readme.txt

    r2810228 r2885828  
    44Tags: acf, advanced, boxes, colorize, custom, fields, meta, obvious, standout, stylize
    55Requires at least: 5.0
    6 Tested up to: 6.1
    7 Stable tag: 2.1.2
    8 Copyright: (c) 2018-2022 Robert Noakes (mr@robertnoakes.com)
     6Tested up to: 6.2
     7Stable tag: 2.1.3
     8Copyright: (c) 2018-2023 Robert Noakes (mr@robertnoakes.com)
    99License: GNU General Public License v3.0
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5858== Changelog ==
    5959
     60= 2.1.3 =
     61
     62* Verified: Functionality for WordPress 6.2
     63
    6064= 2.1.2 =
    6165
Note: See TracChangeset for help on using the changeset viewer.