Plugin Directory

Changeset 2993742

Timestamp:
11/10/2023 08:23:06 AM (9 months ago)
Author:
xlthlx
Message:

Version 1.6.3

Location:
wp-inci
Files:
637 added
23 edited

Legend:

Unmodified
Added
Removed
  • wp-inci/trunk/.wp-env.json

    r2942399 r2993742  
    11{
    2   "core":  "https://downloads.wordpress.org/release/wordpress-6.3-RC1.zip",
     2  "core": null,
     3  "themes": [
     4    "https://downloads.wordpress.org/theme/twentytwentyfour.zip"
     5  ],
    36  "plugins": [
    47    "https://downloads.wordpress.org/plugin/wordpress-beta-tester.zip",
     
    710  ],
    811  "mappings": {
    9     "wp-content": "./content"
     12    "wp-content": "./content"
    1013  },
    11   "port": 2000,
    12   "testsPort": 2001,
     14  "port": 0,
     15  "testsPort": 1,
    1316  "config": {
    1417    "WP_DEBUG": true,
  • wp-inci/trunk/class-wp-inci.php

    r2942387 r2993742  
    3939         * @var   string
    4040         */
    41         public $version = '1.6.3';
     41        public $version = '1.6.';
    4242
    4343        /**
     
    6161         * @var   string
    6262         */
    63         public $revision = 3;
     63        public $revision = ;
    6464
    6565        /**
  • wp-inci/trunk/composer.json

    r2942387 r2993742  
    2929  },
    3030  "scripts": {
    31     "lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --ignore=vendor/*,node_modules/*,content/* --extensions=php . -n -v --report-file=report.txt",
    32     "lint:wpcs:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --ignore=vendor/*,node_modules/*,content/* --extensions=php .",
     31    "lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --ignore=vendor/*,node_modules/*,/* --extensions=php . -n -v --report-file=report.txt",
     32    "lint:wpcs:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --ignore=vendor/*,node_modules/*,/* --extensions=php .",
    3333    "lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
    34     "make-pot": "wp i18n make-pot . languages/wp-inci.pot",
     34    "makepot": "wp i18n make-pot . languages/wp-inci.pot",
    3535    "readme": "@php ./vendor/wpreadme2markdown/wp2md/bin/wp2md -i readme.txt -o README.md"
    3636  },
     
    4545    "cmb2/cmb2": "^2.10",
    4646    "johnbillion/extended-cpts": "^5.0",
    47     "composer/installers": "^2.1",
    48     "htmlburger/carbon-fields": "^3.3"
     47    "composer/installers": "^2.2"
    4948  }
    5049}
  • wp-inci/trunk/languages/wp-inci.pot

    r2942387 r2993742  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP INCI 1.6.2\n"
     5"Project-Id-Version: WP INCI 1.6.\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-inci\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-07-24T08:54:16+01:00\n"
     12"POT-Creation-Date: 2023-:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.8.1\n"
     14"X-Generator: WP-CLI 2.\n"
    1515"X-Domain: wp-inci\n"
    1616
     
    152152msgstr ""
    153153
    154 #: blocks/product.php:60
    155 msgid "Select a product"
    156 msgstr ""
    157 
    158 #: blocks/product.php:77
    159 #: class-wp-inci.php:466
    160 #: class-wp-inci.php:511
    161 #: class-wp-inci.php:544
    162 msgid "Product"
    163 msgstr ""
    164 
    165 #: blocks/product.php:80
    166 msgid "Custom title"
    167 msgstr ""
    168 
    169 #: blocks/product.php:81
    170 msgid "Select product"
    171 msgstr ""
    172 
    173 #: blocks/product.php:82
    174 msgid "Show link"
    175 msgstr ""
    176 
    177 #: blocks/product.php:83
    178 msgid "Hide ingredient list"
    179 msgstr ""
    180 
    181 #: blocks/product.php:84
    182 msgid "Hide safety"
    183 msgstr ""
    184 
    185 #: blocks/product.php:94
    186 msgid "A block to insert a Product into content."
    187 msgstr ""
    188 
    189 #: blocks/product.php:96
    190 #: class-wp-inci.php:546
    191 msgid "product"
    192 msgstr ""
    193 
    194 #: blocks/product.php:96
    195 msgid "inci"
    196 msgstr ""
    197 
    198 #: blocks/product.php:96
    199 msgid "ingredients"
    200 msgstr ""
    201 
    202154#: class-wp-inci-fields.php:196
    203155msgid "Search"
     
    552504msgstr ""
    553505
     506
     507
     508
     509
     510
     511
    554512#: class-wp-inci.php:467
    555513msgid "All Products"
     
    647605#: class-wp-inci.php:556
    648606msgid "All Brands"
     607
     608
     609
     610
     611
    649612msgstr ""
    650613
     
    986949msgid "MAY CONTAIN"
    987950msgstr ""
     951
     952
     953
     954
     955
     956
     957
     958
     959
     960
     961
     962
     963
     964
     965
     966
     967
     968
     969
     970
     971
     972
     973
     974
     975
     976
     977
     978
     979
     980
     981
     982
  • wp-inci/trunk/package.json

    r2942387 r2993742  
    11{
    22  "name": "wp-inci",
    3   "version": "2.0.0",
     3  "version": "",
    44  "description": "WP INCI plugin",
    55  "author": "xlthlx",
  • wp-inci/trunk/readme.txt

    r2942387 r2993742  
    44Tags: INCI, ingredients, cosmetics, makeup
    55Requires at least: 5.9
    6 Tested up to: 6.3
    7 Stable tag: 1.6.3
     6Tested up to: 6.
     7Stable tag: 1.6.
    88Requires PHP: 7.4
    99License: GPLv3 or later
     
    1515
    1616A WordPress plugin to manage INCI (International Nomenclature of Cosmetic Ingredients). You can set up your database of ingredients and products and easily insert a product table into posts and pages using a shortcode.
    17 There is an example product with ingredients into the `data` directory that can be imported using the standard WordPress Importer.
     17There with ingredients into the `data` directory that can be imported using the standard WordPress Importer.
    1818
    1919= Plugin Features =
     
    5050
    5151== Changelog ==
     52
     53
     54
     55
     56
     57
    5258
    5359= 1.6.3 =
     
    126132== Upgrade Notice ==
    127133
    128 N/A
     134= 1.6.4 =
     135* If you were using the Product Gutenberg block,
     136you should change every block into a shortcode before upgrading.
    129137
    130138== Installation ==
     
    137145* [CMB2](https://en-gb.wordpress.org/plugins/cmb2/) by [CMB2 team](https://cmb2.io/)
    138146* [Extended CPTs](https://github.com/johnbillion/extended-cpts) by [John Blackbourn](https://johnblackbourn.com/)
    139 * [Carbon Fields](https://github.com/htmlburger/carbon-fields) by [htmlBurger](https://htmlburger.com/)
    140147
    141148== Frequently Asked Questions ==
  • wp-inci/trunk/vendor/composer/ClassLoader.php

    r2942387 r2993742  
    4646    private static $includeFile;
    4747
    48     /** @var ?string */
     48    /** @var */
    4949    private $vendorDir;
    5050
    5151    // PSR-4
    5252    /**
    53      * @var array[]
    54      * @psalm-var array<string, array<string, int>>
     53     * @var array<string, array<string, int>>
    5554     */
    5655    private $prefixLengthsPsr4 = array();
    5756    /**
    58      * @var array[]
    59      * @psalm-var array<string, array<int, string>>
     57     * @var array<string, list<string>>
    6058     */
    6159    private $prefixDirsPsr4 = array();
    6260    /**
    63      * @var array[]
    64      * @psalm-var array<string, string>
     61     * @var list<string>
    6562     */
    6663    private $fallbackDirsPsr4 = array();
     
    6865    // PSR-0
    6966    /**
    70      * @var array[]
    71      * @psalm-var array<string, array<string, string[]>>
     67     * List of PSR-0 prefixes
     68     *
     69     * Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
     70     *
     71     * @var array<string, array<string, list<string>>>
    7272     */
    7373    private $prefixesPsr0 = array();
    7474    /**
    75      * @var array[]
    76      * @psalm-var array<string, string>
     75     * @var list<string>
    7776     */
    7877    private $fallbackDirsPsr0 = array();
     
    8281
    8382    /**
    84      * @var string[]
    85      * @psalm-var array<string, string>
     83     * @var array<string, string>
    8684     */
    8785    private $classMap = array();
     
    9189
    9290    /**
    93      * @var bool[]
    94      * @psalm-var array<string, bool>
     91     * @var array<string, bool>
    9592     */
    9693    private $missingClasses = array();
    9794
    98     /** @var ?string */
     95    /** @var */
    9996    private $apcuPrefix;
    10097
    10198    /**
    102      * @var self[]
     99     * @var
    103100     */
    104101    private static $registeredLoaders = array();
    105102
    106103    /**
    107      * @param ?string $vendorDir
     104     * @param $vendorDir
    108105     */
    109106    public function __construct($vendorDir = null)
     
    114111
    115112    /**
    116      * @return string[]
     113     * @return
    117114     */
    118115    public function getPrefixes()
     
    126123
    127124    /**
    128      * @return array[]
    129      * @psalm-return array<string, array<int, string>>
     125     * @return array<string, list<string>>
    130126     */
    131127    public function getPrefixesPsr4()
     
    135131
    136132    /**
    137      * @return array[]
    138      * @psalm-return array<string, string>
     133     * @return list<string>
    139134     */
    140135    public function getFallbackDirs()
     
    144139
    145140    /**
    146      * @return array[]
    147      * @psalm-return array<string, string>
     141     * @return list<string>
    148142     */
    149143    public function getFallbackDirsPsr4()
     
    153147
    154148    /**
    155      * @return string[] Array of classname => path
    156      * @psalm-return array<string, string>
     149     * @return array<string, string> Array of classname => path
    157150     */
    158151    public function getClassMap()
     
    162155
    163156    /**
    164      * @param string[] $classMap Class to filename map
    165      * @psalm-param array<string, string> $classMap
     157     * @param array<string, string> $classMap Class to filename map
    166158     *
    167159     * @return void
     
    180172     * appending or prepending to the ones previously set for this prefix.
    181173     *
    182      * @param string          $prefix  The prefix
    183      * @param string[]|string $paths   The PSR-0 root directories
    184      * @param bool            $prepend Whether to prepend the directories
     174     * @param string          $prefix  The prefix
     175     * @param |string $paths   The PSR-0 root directories
     176     * @param bool            $prepend Whether to prepend the directories
    185177     *
    186178     * @return void
     
    188180    public function add($prefix, $paths, $prepend = false)
    189181    {
     182
    190183        if (!$prefix) {
    191184            if ($prepend) {
    192185                $this->fallbackDirsPsr0 = array_merge(
    193                     (array) $paths,
     186                    $paths,
    194187                    $this->fallbackDirsPsr0
    195188                );
     
    197190                $this->fallbackDirsPsr0 = array_merge(
    198191                    $this->fallbackDirsPsr0,
    199                     (array) $paths
     192                    $paths
    200193                );
    201194            }
     
    206199        $first = $prefix[0];
    207200        if (!isset($this->prefixesPsr0[$first][$prefix])) {
    208             $this->prefixesPsr0[$first][$prefix] = (array) $paths;
     201            $this->prefixesPsr0[$first][$prefix] = $paths;
    209202
    210203            return;
     
    212205        if ($prepend) {
    213206            $this->prefixesPsr0[$first][$prefix] = array_merge(
    214                 (array) $paths,
     207                $paths,
    215208                $this->prefixesPsr0[$first][$prefix]
    216209            );
     
    218211            $this->prefixesPsr0[$first][$prefix] = array_merge(
    219212                $this->prefixesPsr0[$first][$prefix],
    220                 (array) $paths
     213                $paths
    221214            );
    222215        }
     
    227220     * appending or prepending to the ones previously set for this namespace.
    228221     *
    229      * @param string          $prefix  The prefix/namespace, with trailing '\\'
    230      * @param string[]|string $paths   The PSR-4 base directories
    231      * @param bool            $prepend Whether to prepend the directories
     222     * @param string          $prefix  The prefix/namespace, with trailing '\\'
     223     * @param |string $paths   The PSR-4 base directories
     224     * @param bool            $prepend Whether to prepend the directories
    232225     *
    233226     * @throws \InvalidArgumentException
     
    237230    public function addPsr4($prefix, $paths, $prepend = false)
    238231    {
     232
    239233        if (!$prefix) {
    240234            // Register directories for the root namespace.
    241235            if ($prepend) {
    242236                $this->fallbackDirsPsr4 = array_merge(
    243                     (array) $paths,
     237                    $paths,
    244238                    $this->fallbackDirsPsr4
    245239                );
     
    247241                $this->fallbackDirsPsr4 = array_merge(
    248242                    $this->fallbackDirsPsr4,
    249                     (array) $paths
     243                    $paths
    250244                );
    251245            }
     
    257251            }
    258252            $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
    259             $this->prefixDirsPsr4[$prefix] = (array) $paths;
     253            $this->prefixDirsPsr4[$prefix] = $paths;
    260254        } elseif ($prepend) {
    261255            // Prepend directories for an already registered namespace.
    262256            $this->prefixDirsPsr4[$prefix] = array_merge(
    263                 (array) $paths,
     257                $paths,
    264258                $this->prefixDirsPsr4[$prefix]
    265259            );
     
    268262            $this->prefixDirsPsr4[$prefix] = array_merge(
    269263                $this->prefixDirsPsr4[$prefix],
    270                 (array) $paths
     264                $paths
    271265            );
    272266        }
     
    277271     * replacing any others previously set for this prefix.
    278272     *
    279      * @param string          $prefix The prefix
    280      * @param string[]|string $paths  The PSR-0 base directories
     273     * @param string          $prefix The prefix
     274     * @param |string $paths  The PSR-0 base directories
    281275     *
    282276     * @return void
     
    295289     * replacing any others previously set for this namespace.
    296290     *
    297      * @param string          $prefix The prefix/namespace, with trailing '\\'
    298      * @param string[]|string $paths  The PSR-4 base directories
     291     * @param string          $prefix The prefix/namespace, with trailing '\\'
     292     * @param |string $paths  The PSR-4 base directories
    299293     *
    300294     * @throws \InvalidArgumentException
     
    482476
    483477    /**
    484      * Returns the currently registered loaders indexed by their corresponding vendor directories.
    485      *
    486      * @return self[]
     478     * Returns the currently registered loaders ed by their corresponding vendor directories.
     479     *
     480     * @return
    487481     */
    488482    public static function getRegisteredLoaders()
  • wp-inci/trunk/vendor/composer/autoload_psr4.php

    r2851432 r2993742  
    1010    'ExtCPTs\\' => array($vendorDir . '/johnbillion/extended-cpts/src'),
    1111    'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'),
    12     'Carbon_Fields\\' => array($vendorDir . '/htmlburger/carbon-fields/core'),
    1312    'Args\\' => array($vendorDir . '/johnbillion/args/src'),
    1413);
  • wp-inci/trunk/vendor/composer/autoload_static.php

    r2884717 r2993742  
    2020        array (
    2121            'Composer\\Installers\\' => 20,
    22             'Carbon_Fields\\' => 14,
    2322        ),
    2423        'A' =>
     
    4039        array (
    4140            0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
    42         ),
    43         'Carbon_Fields\\' =>
    44         array (
    45             0 => __DIR__ . '/..' . '/htmlburger/carbon-fields/core',
    4641        ),
    4742        'Args\\' =>
  • wp-inci/trunk/vendor/composer/installed.json

    r2942387 r2993742  
    212212        },
    213213        {
    214             "name": "htmlburger/carbon-fields",
    215             "version": "v3.6.0",
    216             "version_normalized": "3.6.0.0",
    217             "source": {
    218                 "type": "git",
    219                 "url": "https://github.com/htmlburger/carbon-fields.git",
    220                 "reference": "47f1538cca6cd2860d1b37a040a42c59eb798d76"
    221             },
    222             "dist": {
    223                 "type": "zip",
    224                 "url": "https://api.github.com/repos/htmlburger/carbon-fields/zipball/47f1538cca6cd2860d1b37a040a42c59eb798d76",
    225                 "reference": "47f1538cca6cd2860d1b37a040a42c59eb798d76",
    226                 "shasum": ""
    227             },
    228             "require": {
    229                 "php": ">=5.6.20"
    230             },
    231             "require-dev": {
    232                 "mockery/mockery": "1.3.6",
    233                 "phpunit/phpunit": "7.5.20|9.6.3",
    234                 "yoast/phpunit-polyfills": "^1.0"
    235             },
    236             "time": "2023-04-04T08:41:31+00:00",
    237             "type": "library",
    238             "installation-source": "dist",
    239             "autoload": {
    240                 "psr-4": {
    241                     "Carbon_Fields\\": "core/"
    242                 }
    243             },
    244             "notification-url": "https://packagist.org/downloads/",
    245             "license": [
    246                 "GPL-2.0-only"
    247             ],
    248             "authors": [
    249                 {
    250                     "name": "htmlBurger",
    251                     "email": "wordpress@htmlburger.com",
    252                     "homepage": "https://htmlburger.com/",
    253                     "role": "Developer"
    254                 },
    255                 {
    256                     "name": "Miroslav Mitev",
    257                     "email": "mmitev.2create@gmail.com",
    258                     "role": "Developer"
    259                 },
    260                 {
    261                     "name": "Atanas Angelov",
    262                     "email": "atanas.angelov.dev@gmail.com",
    263                     "role": "Developer"
    264                 },
    265                 {
    266                     "name": "Georgi Stoyanov",
    267                     "email": "stoyanov.gs@gmail.com",
    268                     "role": "Developer"
    269                 },
    270                 {
    271                     "name": "Plamen Kostadinov",
    272                     "email": "pkostadinov.2create@gmail.com",
    273                     "homepage": "http://plasmen.info/",
    274                     "role": "Developer"
    275                 },
    276                 {
    277                     "name": "Stanimir Panchev",
    278                     "email": "Stan4omir@gmail.com",
    279                     "role": "Developer"
    280                 },
    281                 {
    282                     "name": "Marin Atanasov",
    283                     "email": "contact@marinatanasov.com",
    284                     "homepage": "http://marinatanasov.com/",
    285                     "role": "Developer"
    286                 },
    287                 {
    288                     "name": "Siyan Panayotov",
    289                     "homepage": "http://siyanpanayotov.com/",
    290                     "role": "Developer"
    291                 },
    292                 {
    293                     "name": "Peter Petrov",
    294                     "email": "peter.petrov89@gmail.com",
    295                     "role": "Developer"
    296                 },
    297                 {
    298                     "name": "Stanimir Stoyanov",
    299                     "email": "stanimir.k.stoyanov@gmail.com",
    300                     "role": "Developer"
    301                 },
    302                 {
    303                     "name": "Kaloyan Ivanov",
    304                     "email": "kaloyanxivanov@gmail.com",
    305                     "homepage": "http://vilepixels.com/",
    306                     "role": "Developer"
    307                 },
    308                 {
    309                     "name": "Georgi Popov",
    310                     "homepage": "http://magadanski.com/",
    311                     "role": "Developer"
    312                 },
    313                 {
    314                     "name": "German Velchev",
    315                     "email": "germozy@gmail.com",
    316                     "role": "Developer"
    317                 },
    318                 {
    319                     "name": "Rashko Petrov",
    320                     "email": "brutalenemy666@gmail.com",
    321                     "homepage": "http://errorfactory.com/",
    322                     "role": "Developer"
    323                 },
    324                 {
    325                     "name": "Alexander Panayotov",
    326                     "email": "alexander.panayotov@gmail.com",
    327                     "homepage": "http://alexanderpanayotov.com/",
    328                     "role": "Developer"
    329                 },
    330                 {
    331                     "name": "Viktor Vasilev",
    332                     "email": "liberalcho@gmail.com",
    333                     "role": "Developer"
    334                 },
    335                 {
    336                     "name": "Georgi Georgiev",
    337                     "email": "george.georgiev96@gmail.com",
    338                     "role": "Developer"
    339                 },
    340                 {
    341                     "name": "Atanas Vasilev",
    342                     "email": "atanasvasilev91@gmail.com",
    343                     "role": "Developer"
    344                 }
    345             ],
    346             "description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options and more.",
    347             "homepage": "http://carbonfields.net/",
    348             "support": {
    349                 "docs": "http://carbonfields.net/docs/",
    350                 "email": "wordpress@htmlburger.com",
    351                 "issues": "https://github.com/htmlburger/carbon-fields/issues",
    352                 "source": "https://github.com/htmlburger/carbon-fields"
    353             },
    354             "install-path": "../htmlburger/carbon-fields"
    355         },
    356         {
    357214            "name": "johnbillion/args",
    358             "version": "1.7.2",
    359             "version_normalized": "1.7.2.0",
     215            "version": "1.",
     216            "version_normalized": "1..0",
    360217            "source": {
    361218                "type": "git",
    362219                "url": "https://github.com/johnbillion/args.git",
    363                 "reference": "1aa5ff807b096a8e449f1401d2ebfba53b3258bc"
     220                "reference": "c"
    364221            },
    365222            "dist": {
    366223                "type": "zip",
    367                 "url": "https://api.github.com/repos/johnbillion/args/zipball/1aa5ff807b096a8e449f1401d2ebfba53b3258bc",
    368                 "reference": "1aa5ff807b096a8e449f1401d2ebfba53b3258bc",
     224                "url": "https://api.github.com/repos/johnbillion/args/zipball/c",
     225                "reference": "c",
    369226                "shasum": ""
    370227            },
     
    383240                "phpunit/phpunit": "^9.0",
    384241                "roots/wordpress-core-installer": "^1.0.0",
    385                 "roots/wordpress-full": "~6.2.0"
    386             },
    387             "time": "2023-05-01T22:34:53+00:00",
     242                "roots/wordpress-full": "~6..0"
     243            },
     244            "time": "2023-+00:00",
    388245            "type": "library",
    389246            "extra": {
     
    448305            "notification-url": "https://packagist.org/downloads/",
    449306            "license": [
    450                 "GPL-2.0+"
     307                "GPL-2.0"
    451308            ],
    452309            "authors": [
     
    459316            "support": {
    460317                "issues": "https://github.com/johnbillion/args/issues",
    461                 "source": "https://github.com/johnbillion/args/tree/1.7.2"
     318                "source": "https://github.com/johnbillion/args/tree/1."
    462319            },
    463320            "funding": [
     
    471328        {
    472329            "name": "johnbillion/extended-cpts",
    473             "version": "5.0.4",
    474             "version_normalized": "5.0.4.0",
    ��330            "version": "5.0.",
     331            "version_normalized": "5.0..0",
    475332            "source": {
    476333                "type": "git",
    477334                "url": "https://github.com/johnbillion/extended-cpts.git",
    478                 "reference": "9188059dc74eb38ea8513bc093f640f78ade486c"
     335                "reference": ""
    479336            },
    480337            "dist": {
    481338                "type": "zip",
    482                 "url": "https://api.github.com/repos/johnbillion/extended-cpts/zipball/9188059dc74eb38ea8513bc093f640f78ade486c",
    483                 "reference": "9188059dc74eb38ea8513bc093f640f78ade486c",
     339                "url": "https://api.github.com/repos/johnbillion/extended-cpts/zipball/",
     340                "reference": "",
    484341                "shasum": ""
    485342            },
     
    509366                "wpackagist-plugin/rewrite-testing": "Rewrite Rule Testing"
    510367            },
    511             "time": "2023-06-23T20:59:13+00:00",
     368            "time": "2023-0+00:00",
    512369            "type": "library",
    513370            "extra": {
     
    538395            "support": {
    539396                "issues": "https://github.com/johnbillion/extended-cpts/issues",
    540                 "source": "https://github.com/johnbillion/extended-cpts/tree/5.0.4"
     397                "source": "https://github.com/johnbillion/extended-cpts/tree/5.0."
    541398            },
    542399            "funding": [
  • wp-inci/trunk/vendor/composer/installed.php

    r2942387 r2993742  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => 'fdb6579f9ce6ad2d8628e36952204375bd7c7082',
     6        'reference' => '',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    2929            'dev_requirement' => false,
    3030        ),
    31         'htmlburger/carbon-fields' => array(
    32             'pretty_version' => 'v3.6.0',
    33             'version' => '3.6.0.0',
    34             'reference' => '47f1538cca6cd2860d1b37a040a42c59eb798d76',
    35             'type' => 'library',
    36             'install_path' => __DIR__ . '/../htmlburger/carbon-fields',
    37             'aliases' => array(),
    38             'dev_requirement' => false,
    39         ),
    4031        'johnbillion/args' => array(
    41             'pretty_version' => '1.7.2',
    42             'version' => '1.7.2.0',
    43             'reference' => '1aa5ff807b096a8e449f1401d2ebfba53b3258bc',
     32            'pretty_version' => '1.',
     33            'version' => '1..0',
     34            'reference' => 'c',
    4435            'type' => 'library',
    4536            'install_path' => __DIR__ . '/../johnbillion/args',
     
    4839        ),
    4940        'johnbillion/extended-cpts' => array(
    50             'pretty_version' => '5.0.4',
    51             'version' => '5.0.4.0',
    52             'reference' => '9188059dc74eb38ea8513bc093f640f78ade486c',
     41            'pretty_version' => '5.0.',
     42            'version' => '5.0..0',
     43            'reference' => '',
    5344            'type' => 'library',
    5445            'install_path' => __DIR__ . '/../johnbillion/extended-cpts',
     
    5950            'pretty_version' => 'dev-main',
    6051            'version' => 'dev-main',
    61             'reference' => 'fdb6579f9ce6ad2d8628e36952204375bd7c7082',
     52            'reference' => '',
    6253            'type' => 'library',
    6354            'install_path' => __DIR__ . '/../../',
  • wp-inci/trunk/vendor/johnbillion/args/README.md

    r2942387 r2993742  
    1919## Current Status
    2020
    21 Last updated for WordPress 6.2.
     21Last updated for WordPress 6..
    2222
    2323## Requirements
  • wp-inci/trunk/vendor/johnbillion/args/composer.json

    r2942387 r2993742  
    33    "description": "I don't want to get into an argument about this.",
    44    "type": "library",
    5     "license": "GPL-2.0+",
     5    "license": "GPL-2.0",
    66    "authors": [
    77        {
     
    116116        "phpunit/phpunit": "^9.0",
    117117        "roots/wordpress-core-installer": "^1.0.0",
    118         "roots/wordpress-full": "~6.2.0"
     118        "roots/wordpress-full": "~6..0"
    119119    },
    120120    "funding": [
  • wp-inci/trunk/vendor/johnbillion/args/src/WP_Block_Type.php

    r2942387 r2993742  
    7171     *   name: string,
    7272     *   label: string,
    73      *   inline_style: string,
    74      *   style_handle: string,
    75      *   is_default: bool,
     73     *   inline_style: string,
     74     *   style_handle: string,
     75     *   is_default: bool,
    7676     * }>
    7777     */
     
    124124
    125125    /**
     126
     127
     128
     129
     130
     131
     132
     133
    126134     * Block type editor script handle.
    127135     *
     
    150158     */
    151159    public array $script_handles;
     160
     161
     162
     163
     164
     165
     166
    152167
    153168    /**
  • wp-inci/trunk/vendor/johnbillion/args/src/WP_Http.php

    r2942387 r2993742  
    144144     * Whether to stream to a file.
    145145     *
    146      * If set to true and no filename was given, it will be droped it in the WP temp dir and its name will be set using the basename of the URL.
     146     * If set to true and no filename was given, it will be droped it in the WP temp dir and its name will be set using the basename of the URL.
    147147     *
    148148     * Default false.
  • wp-inci/trunk/vendor/johnbillion/args/src/WP_Term_Query.php

    r2851399 r2993742  
    231231
    232232    /**
     233
     234
     235
     236
     237
     238
     239
    233240     * Whether to prime meta caches for matched terms.
    234241     *
  • wp-inci/trunk/vendor/johnbillion/args/src/WP_User_Query.php

    r2851399 r2993742  
    256256
    257257    /**
     258
     259
     260
     261
     262
     263
     264
    258265     * An array or a comma-separated list of capability names that users must match to be included in results.
    259266     *
  • wp-inci/trunk/vendor/johnbillion/args/src/register_meta.php

    r2851399 r2993742  
    8383     */
    8484    public $show_in_rest;
     85
     86
     87
     88
     89
     90
     91
    8592}
  • wp-inci/trunk/vendor/johnbillion/args/src/register_post_type.php

    r2851399 r2993742  
    140140     */
    141141    public string $rest_controller_class;
     142
     143
     144
     145
     146
     147
     148
     149
     150
     151
     152
     153
     154
     155
     156
     157
     158
     159
     160
     161
     162
     163
     164
    142165
    143166    /**
  • wp-inci/trunk/vendor/johnbillion/extended-cpts/README.md

    r2942387 r2993742  
    1 [![Build Status](https://img.shields.io/github/workflow/status/johnbillion/extended-cpts/Test/develop?style=flat-square)](https://github.com/johnbillion/extended-cpts/actions)
     1[![Build Status](https://img.shields.io/github/style=flat-square)](https://github.com/johnbillion/extended-cpts/actions)
    22[![Stable Release](https://img.shields.io/packagist/v/johnbillion/extended-cpts.svg?style=flat-square)](https://packagist.org/packages/johnbillion/extended-cpts)
    33[![License](https://img.shields.io/badge/license-GPL_v2%2B-blue.svg?style=flat-square)](https://github.com/johnbillion/extended-cpts/blob/trunk/LICENSE)
     
    6363  - Tested up to PHP 8.2
    6464* **WordPress:** 5.6 
    65   - Tested up to WP 6.2
     65  - Tested up to WP 6.
    6666
    6767## Installation ##
  • wp-inci/trunk/vendor/johnbillion/extended-cpts/extended-cpts.php

    r2942387 r2993742  
    1010 * @copyright 2012-2023 John Blackbourn
    1111 * @license   GPL v2 or later
    12  * @version   5.0.4
     12 * @version   5.0.
    1313 *
    1414 * This program is free software; you can redistribute it and/or modify
  • wp-inci/trunk/vendor/johnbillion/extended-cpts/src/PostType.php

    r2851399 r2993742  
    187187            'item_link'                => sprintf( '%s Link', $this->post_singular ),
    188188            'item_link_description'    => sprintf( 'A link to a %s.', $this->post_singular_low ),
     189
    189190        ];
    190191
  • wp-inci/trunk/wp-inci.php

    r2942387 r2993742  
    1414 * Plugin URI:        https://wordpress.org/plugins/wp-inci/
    1515 * Description:       A WordPress plugin to manage INCI (International Nomenclature of Cosmetic Ingredients).
    16  * Version:           1.6.3
     16 * Version:           1.6.
    1717 * Requires at least: 5.9
    1818 * Requires PHP:      7.4
     
    5454    include_once WPINCI_BASE_PATH . 'public/class-wp-inci-frontend.php';
    5555}
    56 
    57 foreach ( glob( WPINCI_BASE_PATH . 'blocks/*.php' ) as $filename ) {
    58     include_once $filename;
    59 }
Note: See TracChangeset for help on using the changeset viewer.