Plugin Directory

Changeset 3457781


Ignore:
Timestamp:
02/10/2026 08:56:18 AM (7 weeks ago)
Author:
ZanderZ
Message:

Update to version 6.5.2 from GitHub

Location:
recras
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • recras/tags/6.5.2/changelog.md

    r3447037 r3457781  
    11# Changelog
     2
     3## 6.5.2 (2026-02-10)
     4* Fix for some contact forms not submitting when loaded in a popup
    25
    36## 6.5.1 (2026-01-26)
    47* Gutenberg editor: Add ID to book processes list
    58* Gutenberg editor: sort selectable items by name instead of creation date
    6 *
     9
    710## 6.5.0 (2026-01-08)
    811* Add anti-spam check to contact forms
  • recras/tags/6.5.2/composer.json

    r3369571 r3457781  
    1515    },
    1616    "require-dev": {
    17         "phpunit/phpunit": "9.6.20",
    18         "wp-cli/wp-cli": "2.10.0"
     17        "phpunit/phpunit": "9.6.*",
     18        "wp-cli/wp-cli": "2.12.0"
    1919    },
    2020    "authors": [
  • recras/tags/6.5.2/composer.lock

    r3127313 r3457781  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "8ef65083647409dcf85567c4237a9b71",
     7    "content-hash": "80d53192dce03cf5cb4e1386e0d260ed",
    88    "packages": [],
    99    "packages-dev": [
    1010        {
    1111            "name": "doctrine/instantiator",
    12             "version": "2.0.0",
     12            "version": "2.1.0",
    1313            "source": {
    1414                "type": "git",
    1515                "url": "https://github.com/doctrine/instantiator.git",
    16                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
    17             },
    18             "dist": {
    19                 "type": "zip",
    20                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
    21                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
    22                 "shasum": ""
    23             },
    24             "require": {
    25                 "php": "^8.1"
    26             },
    27             "require-dev": {
    28                 "doctrine/coding-standard": "^11",
     16                "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7"
     17            },
     18            "dist": {
     19                "type": "zip",
     20                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/23da848e1a2308728fe5fdddabf4be17ff9720c7",
     21                "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7",
     22                "shasum": ""
     23            },
     24            "require": {
     25                "php": "^8.4"
     26            },
     27            "require-dev": {
     28                "doctrine/coding-standard": "^14",
    2929                "ext-pdo": "*",
    3030                "ext-phar": "*",
    3131                "phpbench/phpbench": "^1.2",
    32                 "phpstan/phpstan": "^1.9.4",
    33                 "phpstan/phpstan-phpunit": "^1.3",
    34                 "phpunit/phpunit": "^9.5.27",
    35                 "vimeo/psalm": "^5.4"
     32                "phpstan/phpstan": "^2.1",
     33                "phpstan/phpstan-phpunit": "^2.0",
     34                "phpunit/phpunit": "^10.5.58"
    3635            },
    3736            "type": "library",
     
    6059            "support": {
    6160                "issues": "https://github.com/doctrine/instantiator/issues",
    62                 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
     61                "source": "https://github.com/doctrine/instantiator/tree/2.1.0"
    6362            },
    6463            "funding": [
     
    7675                }
    7776            ],
    78             "time": "2022-12-30T00:23:10+00:00"
    79         },
    80         {
    81             "name": "mustache/mustache",
    82             "version": "v2.14.2",
    83             "source": {
    84                 "type": "git",
    85                 "url": "https://github.com/bobthecow/mustache.php.git",
    86                 "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb"
    87             },
    88             "dist": {
    89                 "type": "zip",
    90                 "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb",
    91                 "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb",
    92                 "shasum": ""
    93             },
    94             "require": {
    95                 "php": ">=5.2.4"
    96             },
    97             "require-dev": {
    98                 "friendsofphp/php-cs-fixer": "~1.11",
    99                 "phpunit/phpunit": "~3.7|~4.0|~5.0"
    100             },
    101             "type": "library",
    102             "autoload": {
    103                 "psr-0": {
    104                     "Mustache": "src/"
    105                 }
    106             },
    107             "notification-url": "https://packagist.org/downloads/",
    108             "license": [
    109                 "MIT"
    110             ],
    111             "authors": [
    112                 {
    113                     "name": "Justin Hileman",
    114                     "email": "justin@justinhileman.info",
    115                     "homepage": "http://justinhileman.com"
    116                 }
    117             ],
    118             "description": "A Mustache implementation in PHP.",
    119             "homepage": "https://github.com/bobthecow/mustache.php",
    120             "keywords": [
    121                 "mustache",
    122                 "templating"
    123             ],
    124             "support": {
    125                 "issues": "https://github.com/bobthecow/mustache.php/issues",
    126                 "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.2"
    127             },
    128             "time": "2022-08-23T13:07:01+00:00"
     77            "time": "2026-01-05T06:47:08+00:00"
    12978        },
    13079        {
    13180            "name": "myclabs/deep-copy",
    132             "version": "1.12.0",
     81            "version": "1.13.4",
    13382            "source": {
    13483                "type": "git",
    13584                "url": "https://github.com/myclabs/DeepCopy.git",
    136                 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
    137             },
    138             "dist": {
    139                 "type": "zip",
    140                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
    141                 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
     85                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
     86            },
     87            "dist": {
     88                "type": "zip",
     89                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
     90                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
    14291                "shasum": ""
    14392            },
     
    178127            "support": {
    179128                "issues": "https://github.com/myclabs/DeepCopy/issues",
    180                 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
     129                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
    181130            },
    182131            "funding": [
     
    186135                }
    187136            ],
    188             "time": "2024-06-12T14:39:25+00:00"
     137            "time": "2025-08-01T08:46:24+00:00"
    189138        },
    190139        {
    191140            "name": "nikic/php-parser",
    192             "version": "v5.1.0",
     141            "version": "v5.7.0",
    193142            "source": {
    194143                "type": "git",
    195144                "url": "https://github.com/nikic/PHP-Parser.git",
    196                 "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
    197             },
    198             "dist": {
    199                 "type": "zip",
    200                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
    201                 "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
     145                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
     146            },
     147            "dist": {
     148                "type": "zip",
     149                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
     150                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
    202151                "shasum": ""
    203152            },
     
    218167            "extra": {
    219168                "branch-alias": {
    220                     "dev-master": "5.0-dev"
     169                    "dev-master": "5.x-dev"
    221170                }
    222171            },
     
    242191            "support": {
    243192                "issues": "https://github.com/nikic/PHP-Parser/issues",
    244                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
    245             },
    246             "time": "2024-07-01T20:03:41+00:00"
     193                "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
     194            },
     195            "time": "2025-12-06T11:56:16+00:00"
    247196        },
    248197        {
     
    366315        {
    367316            "name": "phpunit/php-code-coverage",
    368             "version": "9.2.31",
     317            "version": "9.2.32",
    369318            "source": {
    370319                "type": "git",
    371320                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    372                 "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
    373             },
    374             "dist": {
    375                 "type": "zip",
    376                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
    377                 "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
     321                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
     322            },
     323            "dist": {
     324                "type": "zip",
     325                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
     326                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
    378327                "shasum": ""
    379328            },
     
    382331                "ext-libxml": "*",
    383332                "ext-xmlwriter": "*",
    384                 "nikic/php-parser": "^4.18 || ^5.0",
     333                "nikic/php-parser": "^4.19.1 || ^5.1.0",
    385334                "php": ">=7.3",
    386                 "phpunit/php-file-iterator": "^3.0.3",
    387                 "phpunit/php-text-template": "^2.0.2",
    388                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
    389                 "sebastian/complexity": "^2.0",
    390                 "sebastian/environment": "^5.1.2",
    391                 "sebastian/lines-of-code": "^1.0.3",
    392                 "sebastian/version": "^3.0.1",
    393                 "theseer/tokenizer": "^1.2.0"
    394             },
    395             "require-dev": {
    396                 "phpunit/phpunit": "^9.3"
     335                "phpunit/php-file-iterator": "^3.0.6",
     336                "phpunit/php-text-template": "^2.0.4",
     337                "sebastian/code-unit-reverse-lookup": "^2.0.3",
     338                "sebastian/complexity": "^2.0.3",
     339                "sebastian/environment": "^5.1.5",
     340                "sebastian/lines-of-code": "^1.0.4",
     341                "sebastian/version": "^3.0.2",
     342                "theseer/tokenizer": "^1.2.3"
     343            },
     344            "require-dev": {
     345                "phpunit/phpunit": "^9.6"
    397346            },
    398347            "suggest": {
     
    403352            "extra": {
    404353                "branch-alias": {
    405                     "dev-master": "9.2-dev"
     354                    "dev-main": "9.2.x-dev"
    406355                }
    407356            },
     
    432381                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
    433382                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
    434                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
     383                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
    435384            },
    436385            "funding": [
     
    440389                }
    441390            ],
    442             "time": "2024-03-02T06:37:42+00:00"
     391            "time": "2024-08-22T04:23:01+00:00"
    443392        },
    444393        {
     
    685634        {
    686635            "name": "phpunit/phpunit",
    687             "version": "9.6.20",
     636            "version": "9.6.34",
    688637            "source": {
    689638                "type": "git",
    690639                "url": "https://github.com/sebastianbergmann/phpunit.git",
    691                 "reference": "49d7820565836236411f5dc002d16dd689cde42f"
    692             },
    693             "dist": {
    694                 "type": "zip",
    695                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/49d7820565836236411f5dc002d16dd689cde42f",
    696                 "reference": "49d7820565836236411f5dc002d16dd689cde42f",
     640                "reference": "b36f02317466907a230d3aa1d34467041271ef4a"
     641            },
     642            "dist": {
     643                "type": "zip",
     644                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a",
     645                "reference": "b36f02317466907a230d3aa1d34467041271ef4a",
    697646                "shasum": ""
    698647            },
     
    705654                "ext-xml": "*",
    706655                "ext-xmlwriter": "*",
    707                 "myclabs/deep-copy": "^1.12.0",
     656                "myclabs/deep-copy": "^1.13.4",
    708657                "phar-io/manifest": "^2.0.4",
    709658                "phar-io/version": "^3.2.1",
    710659                "php": ">=7.3",
    711                 "phpunit/php-code-coverage": "^9.2.31",
     660                "phpunit/php-code-coverage": "^9.2.32",
    712661                "phpunit/php-file-iterator": "^3.0.6",
    713662                "phpunit/php-invoker": "^3.1.1",
     
    716665                "sebastian/cli-parser": "^1.0.2",
    717666                "sebastian/code-unit": "^1.0.8",
    718                 "sebastian/comparator": "^4.0.8",
     667                "sebastian/comparator": "^4.0.10",
    719668                "sebastian/diff": "^4.0.6",
    720669                "sebastian/environment": "^5.1.5",
    721                 "sebastian/exporter": "^4.0.6",
    722                 "sebastian/global-state": "^5.0.7",
     670                "sebastian/exporter": "^4.0.8",
     671                "sebastian/global-state": "^5.0.8",
    723672                "sebastian/object-enumerator": "^4.0.4",
    724673                "sebastian/resource-operations": "^3.0.4",
     
    768717                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
    769718                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
    770                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.20"
     719                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.34"
    771720            },
    772721            "funding": [
     
    780729                },
    781730                {
     731                    "url": "https://liberapay.com/sebastianbergmann",
     732                    "type": "liberapay"
     733                },
     734                {
     735                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     736                    "type": "thanks_dev"
     737                },
     738                {
    782739                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
    783740                    "type": "tidelift"
    784741                }
    785742            ],
    786             "time": "2024-07-10T11:45:39+00:00"
     743            "time": "2026-01-27T05:45:00+00:00"
    787744        },
    788745        {
     
    955912        {
    956913            "name": "sebastian/comparator",
    957             "version": "4.0.8",
     914            "version": "4.0.10",
    958915            "source": {
    959916                "type": "git",
    960917                "url": "https://github.com/sebastianbergmann/comparator.git",
    961                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
    962             },
    963             "dist": {
    964                 "type": "zip",
    965                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
    966                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
     918                "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d"
     919            },
     920            "dist": {
     921                "type": "zip",
     922                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d",
     923                "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d",
    967924                "shasum": ""
    968925            },
     
    1017974            "support": {
    1018975                "issues": "https://github.com/sebastianbergmann/comparator/issues",
    1019                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
     976                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.10"
    1020977            },
    1021978            "funding": [
     
    1023980                    "url": "https://github.com/sebastianbergmann",
    1024981                    "type": "github"
    1025                 }
    1026             ],
    1027             "time": "2022-09-14T12:41:17+00:00"
     982                },
     983                {
     984                    "url": "https://liberapay.com/sebastianbergmann",
     985                    "type": "liberapay"
     986                },
     987                {
     988                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     989                    "type": "thanks_dev"
     990                },
     991                {
     992                    "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
     993                    "type": "tidelift"
     994                }
     995            ],
     996            "time": "2026-01-24T09:22:56+00:00"
    1028997        },
    1029998        {
     
    12151184        {
    12161185            "name": "sebastian/exporter",
    1217             "version": "4.0.6",
     1186            "version": "4.0.8",
    12181187            "source": {
    12191188                "type": "git",
    12201189                "url": "https://github.com/sebastianbergmann/exporter.git",
    1221                 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
    1222             },
    1223             "dist": {
    1224                 "type": "zip",
    1225                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
    1226                 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
     1190                "reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c"
     1191            },
     1192            "dist": {
     1193                "type": "zip",
     1194                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c",
     1195                "reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c",
    12271196                "shasum": ""
    12281197            },
     
    12801249            "support": {
    12811250                "issues": "https://github.com/sebastianbergmann/exporter/issues",
    1282                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
     1251                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.8"
    12831252            },
    12841253            "funding": [
     
    12861255                    "url": "https://github.com/sebastianbergmann",
    12871256                    "type": "github"
    1288                 }
    1289             ],
    1290             "time": "2024-03-02T06:33:00+00:00"
     1257                },
     1258                {
     1259                    "url": "https://liberapay.com/sebastianbergmann",
     1260                    "type": "liberapay"
     1261                },
     1262                {
     1263                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1264                    "type": "thanks_dev"
     1265                },
     1266                {
     1267                    "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
     1268                    "type": "tidelift"
     1269                }
     1270            ],
     1271            "time": "2025-09-24T06:03:27+00:00"
    12911272        },
    12921273        {
    12931274            "name": "sebastian/global-state",
    1294             "version": "5.0.7",
     1275            "version": "5.0.8",
    12951276            "source": {
    12961277                "type": "git",
    12971278                "url": "https://github.com/sebastianbergmann/global-state.git",
    1298                 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
    1299             },
    1300             "dist": {
    1301                 "type": "zip",
    1302                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
    1303                 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
     1279                "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6"
     1280            },
     1281            "dist": {
     1282                "type": "zip",
     1283                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
     1284                "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
    13041285                "shasum": ""
    13051286            },
     
    13441325            "support": {
    13451326                "issues": "https://github.com/sebastianbergmann/global-state/issues",
    1346                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
     1327                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.8"
    13471328            },
    13481329            "funding": [
     
    13501331                    "url": "https://github.com/sebastianbergmann",
    13511332                    "type": "github"
    1352                 }
    1353             ],
    1354             "time": "2024-03-02T06:35:11+00:00"
     1333                },
     1334                {
     1335                    "url": "https://liberapay.com/sebastianbergmann",
     1336                    "type": "liberapay"
     1337                },
     1338                {
     1339                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1340                    "type": "thanks_dev"
     1341                },
     1342                {
     1343                    "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
     1344                    "type": "tidelift"
     1345                }
     1346            ],
     1347            "time": "2025-08-10T07:10:35+00:00"
    13551348        },
    13561349        {
     
    15251518        {
    15261519            "name": "sebastian/recursion-context",
    1527             "version": "4.0.5",
     1520            "version": "4.0.6",
    15281521            "source": {
    15291522                "type": "git",
    15301523                "url": "https://github.com/sebastianbergmann/recursion-context.git",
    1531                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
    1532             },
    1533             "dist": {
    1534                 "type": "zip",
    1535                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
    1536                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
     1524                "reference": "539c6691e0623af6dc6f9c20384c120f963465a0"
     1525            },
     1526            "dist": {
     1527                "type": "zip",
     1528                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0",
     1529                "reference": "539c6691e0623af6dc6f9c20384c120f963465a0",
    15371530                "shasum": ""
    15381531            },
     
    15761569            "support": {
    15771570                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
    1578                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
     1571                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.6"
    15791572            },
    15801573            "funding": [
     
    15821575                    "url": "https://github.com/sebastianbergmann",
    15831576                    "type": "github"
    1584                 }
    1585             ],
    1586             "time": "2023-02-03T06:07:39+00:00"
     1577                },
     1578                {
     1579                    "url": "https://liberapay.com/sebastianbergmann",
     1580                    "type": "liberapay"
     1581                },
     1582                {
     1583                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1584                    "type": "thanks_dev"
     1585                },
     1586                {
     1587                    "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
     1588                    "type": "tidelift"
     1589                }
     1590            ],
     1591            "time": "2025-08-10T06:57:39+00:00"
    15871592        },
    15881593        {
     
    17511756        {
    17521757            "name": "symfony/finder",
    1753             "version": "v7.1.1",
     1758            "version": "v8.0.5",
    17541759            "source": {
    17551760                "type": "git",
    17561761                "url": "https://github.com/symfony/finder.git",
    1757                 "reference": "fbb0ba67688b780efbc886c1a0a0948dcf7205d6"
    1758             },
    1759             "dist": {
    1760                 "type": "zip",
    1761                 "url": "https://api.github.com/repos/symfony/finder/zipball/fbb0ba67688b780efbc886c1a0a0948dcf7205d6",
    1762                 "reference": "fbb0ba67688b780efbc886c1a0a0948dcf7205d6",
    1763                 "shasum": ""
    1764             },
    1765             "require": {
    1766                 "php": ">=8.2"
    1767             },
    1768             "require-dev": {
    1769                 "symfony/filesystem": "^6.4|^7.0"
     1762                "reference": "8bd576e97c67d45941365bf824e18dc8538e6eb0"
     1763            },
     1764            "dist": {
     1765                "type": "zip",
     1766                "url": "https://api.github.com/repos/symfony/finder/zipball/8bd576e97c67d45941365bf824e18dc8538e6eb0",
     1767                "reference": "8bd576e97c67d45941365bf824e18dc8538e6eb0",
     1768                "shasum": ""
     1769            },
     1770            "require": {
     1771                "php": ">=8.4"
     1772            },
     1773            "require-dev": {
     1774                "symfony/filesystem": "^7.4|^8.0"
    17701775            },
    17711776            "type": "library",
     
    17951800            "homepage": "https://symfony.com",
    17961801            "support": {
    1797                 "source": "https://github.com/symfony/finder/tree/v7.1.1"
     1802                "source": "https://github.com/symfony/finder/tree/v8.0.5"
    17981803            },
    17991804            "funding": [
     
    18071812                },
    18081813                {
     1814                    "url": "https://github.com/nicolas-grekas",
     1815                    "type": "github"
     1816                },
     1817                {
    18091818                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    18101819                    "type": "tidelift"
    18111820                }
    18121821            ],
    1813             "time": "2024-05-31T14:57:53+00:00"
     1822            "time": "2026-01-26T15:08:38+00:00"
    18141823        },
    18151824        {
    18161825            "name": "theseer/tokenizer",
    1817             "version": "1.2.3",
     1826            "version": "1.3.1",
    18181827            "source": {
    18191828                "type": "git",
    18201829                "url": "https://github.com/theseer/tokenizer.git",
    1821                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
    1822             },
    1823             "dist": {
    1824                 "type": "zip",
    1825                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
    1826                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
     1830                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
     1831            },
     1832            "dist": {
     1833                "type": "zip",
     1834                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
     1835                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
    18271836                "shasum": ""
    18281837            },
     
    18531862            "support": {
    18541863                "issues": "https://github.com/theseer/tokenizer/issues",
    1855                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
     1864                "source": "https://github.com/theseer/tokenizer/tree/1.3.1"
    18561865            },
    18571866            "funding": [
     
    18611870                }
    18621871            ],
    1863             "time": "2024-03-03T12:36:25+00:00"
     1872            "time": "2025-11-17T20:03:58+00:00"
     1873        },
     1874        {
     1875            "name": "wp-cli/mustache",
     1876            "version": "v2.14.99",
     1877            "source": {
     1878                "type": "git",
     1879                "url": "https://github.com/wp-cli/mustache.php.git",
     1880                "reference": "ca23b97ac35fbe01c160549eb634396183d04a59"
     1881            },
     1882            "dist": {
     1883                "type": "zip",
     1884                "url": "https://api.github.com/repos/wp-cli/mustache.php/zipball/ca23b97ac35fbe01c160549eb634396183d04a59",
     1885                "reference": "ca23b97ac35fbe01c160549eb634396183d04a59",
     1886                "shasum": ""
     1887            },
     1888            "require": {
     1889                "php": ">=5.6"
     1890            },
     1891            "replace": {
     1892                "mustache/mustache": "^2.14.2"
     1893            },
     1894            "require-dev": {
     1895                "friendsofphp/php-cs-fixer": "~2.19.3",
     1896                "yoast/phpunit-polyfills": "^2.0"
     1897            },
     1898            "type": "library",
     1899            "autoload": {
     1900                "psr-0": {
     1901                    "Mustache": "src/"
     1902                }
     1903            },
     1904            "notification-url": "https://packagist.org/downloads/",
     1905            "license": [
     1906                "MIT"
     1907            ],
     1908            "authors": [
     1909                {
     1910                    "name": "Justin Hileman",
     1911                    "email": "justin@justinhileman.info",
     1912                    "homepage": "http://justinhileman.com"
     1913                }
     1914            ],
     1915            "description": "A Mustache implementation in PHP.",
     1916            "homepage": "https://github.com/bobthecow/mustache.php",
     1917            "keywords": [
     1918                "mustache",
     1919                "templating"
     1920            ],
     1921            "support": {
     1922                "source": "https://github.com/wp-cli/mustache.php/tree/v2.14.99"
     1923            },
     1924            "time": "2025-05-06T16:15:37+00:00"
    18641925        },
    18651926        {
     
    19161977        {
    19171978            "name": "wp-cli/php-cli-tools",
    1918             "version": "v0.11.22",
     1979            "version": "v0.12.7",
    19191980            "source": {
    19201981                "type": "git",
    19211982                "url": "https://github.com/wp-cli/php-cli-tools.git",
    1922                 "reference": "a6bb94664ca36d0962f9c2ff25591c315a550c51"
    1923             },
    1924             "dist": {
    1925                 "type": "zip",
    1926                 "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/a6bb94664ca36d0962f9c2ff25591c315a550c51",
    1927                 "reference": "a6bb94664ca36d0962f9c2ff25591c315a550c51",
    1928                 "shasum": ""
    1929             },
    1930             "require": {
    1931                 "php": ">= 5.3.0"
     1983                "reference": "5cc6ef2e93cfcd939813eb420ae23bc116d9be2a"
     1984            },
     1985            "dist": {
     1986                "type": "zip",
     1987                "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/5cc6ef2e93cfcd939813eb420ae23bc116d9be2a",
     1988                "reference": "5cc6ef2e93cfcd939813eb420ae23bc116d9be2a",
     1989                "shasum": ""
     1990            },
     1991            "require": {
     1992                "php": ">= 7.2.24"
    19321993            },
    19331994            "require-dev": {
    19341995                "roave/security-advisories": "dev-latest",
    1935                 "wp-cli/wp-cli-tests": "^4"
    1936             },
    1937             "type": "library",
    1938             "extra": {
    1939                 "branch-alias": {
    1940                     "dev-master": "0.11.x-dev"
     1996                "wp-cli/wp-cli-tests": "^5"
     1997            },
     1998            "type": "library",
     1999            "extra": {
     2000                "branch-alias": {
     2001                    "dev-main": "0.12.x-dev"
    19412002                }
    19422003            },
     
    19732034            "support": {
    19742035                "issues": "https://github.com/wp-cli/php-cli-tools/issues",
    1975                 "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.22"
    1976             },
    1977             "time": "2023-12-03T19:25:05+00:00"
     2036                "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.12.7"
     2037            },
     2038            "time": "2026-01-20T20:31:49+00:00"
    19782039        },
    19792040        {
    19802041            "name": "wp-cli/wp-cli",
    1981             "version": "v2.10.0",
     2042            "version": "v2.12.0",
    19822043            "source": {
    19832044                "type": "git",
    19842045                "url": "https://github.com/wp-cli/wp-cli.git",
    1985                 "reference": "a339dca576df73c31af4b4d8054efc2dab9a0685"
    1986             },
    1987             "dist": {
    1988                 "type": "zip",
    1989                 "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/a339dca576df73c31af4b4d8054efc2dab9a0685",
    1990                 "reference": "a339dca576df73c31af4b4d8054efc2dab9a0685",
     2046                "reference": "03d30d4138d12b4bffd8b507b82e56e129e0523f"
     2047            },
     2048            "dist": {
     2049                "type": "zip",
     2050                "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/03d30d4138d12b4bffd8b507b82e56e129e0523f",
     2051                "reference": "03d30d4138d12b4bffd8b507b82e56e129e0523f",
    19912052                "shasum": ""
    19922053            },
    19932054            "require": {
    19942055                "ext-curl": "*",
    1995                 "mustache/mustache": "^2.14.1",
    19962056                "php": "^5.6 || ^7.0 || ^8.0",
    19972057                "symfony/finder": ">2.7",
     2058                "wp-cli/mustache": "^2.14.99",
    19982059                "wp-cli/mustangostang-spyc": "^0.6.3",
    1999                 "wp-cli/php-cli-tools": "~0.11.2"
    2000             },
    2001             "require-dev": {
    2002                 "roave/security-advisories": "dev-latest",
     2060                "wp-cli/php-cli-tools": "~0.12.4"
     2061            },
     2062            "require-dev": {
    20032063                "wp-cli/db-command": "^1.3 || ^2",
    20042064                "wp-cli/entity-command": "^1.2 || ^2",
    20052065                "wp-cli/extension-command": "^1.1 || ^2",
    20062066                "wp-cli/package-command": "^1 || ^2",
    2007                 "wp-cli/wp-cli-tests": "^4.0.1"
     2067                "wp-cli/wp-cli-tests": "^4.3.10"
    20082068            },
    20092069            "suggest": {
     
    20182078            "extra": {
    20192079                "branch-alias": {
    2020                     "dev-main": "2.10.x-dev"
     2080                    "dev-main": "2.12.x-dev"
    20212081                }
    20222082            },
     
    20452105                "source": "https://github.com/wp-cli/wp-cli"
    20462106            },
    2047             "time": "2024-02-08T16:52:43+00:00"
     2107            "time": "2025-05-07T01:16:12+00:00"
    20482108        }
    20492109    ],
    20502110    "aliases": [],
    20512111    "minimum-stability": "stable",
    2052     "stability-flags": [],
     2112    "stability-flags": {},
    20532113    "prefer-stable": false,
    20542114    "prefer-lowest": false,
     
    20592119        "php": ">=7.4"
    20602120    },
    2061     "platform-dev": [],
     2121    "platform-dev": {},
    20622122    "plugin-api-version": "2.6.0"
    20632123}
  • recras/tags/6.5.2/readme.txt

    r3447037 r3457781  
    33Tags: recras, recreation, reservation, booking, voucher
    44Tested up to: 6.9
    5 Stable tag: 6.5.1
     5Stable tag: 6.5.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Changelog ==
    7676
     77= 6.5.2 =
     78* Fix for some contact forms not submitting when loaded in a popup
     79
    7780= 6.5.1 =
    7881* Gutenberg editor: Add ID to book processes list
     
    99102* Plugin now requires WP 6.7 or higher
    100103
    101 = 6.3.8 =
     104= 6.3 (highlights) =
    102105* Update "Fix book process datepicker styling" styles to latest version
    103 * Small technical update
    104 
    105 = 6.3.7 =
    106 * Show error on settings page if subdomain appears invalid
    107 * Add caching hint to book process script
    108 
    109 = 6.3.6 =
    110 * Fix errors when using WP CLI for certain things
    111 
    112 = 6.3.5 =
    113 * Fix warning when using PHP 8.4
    114 
    115 = 6.3.4 =
    116 * Improve choosing a start time when displaying package programme
    117 * Fix display of voucher templates with a validity set to a certain date, instead of a number of days
    118 * Load book process script differently
    119 * Updated "Tested up to" version to 6.8
    120 * Plugin now requires WP 6.6 or higher
    121 
    122 = 6.3.3 =
    123 * Update "Fix book process datepicker styling" styles to latest version
    124 * Remove outdated documentation
    125 
    126 = 6.3.2 =
    127 * Hide "Package availability" widget when it's not available in your Recras instance
    128 * "Package availability" widget: hide packages where availability API is disabled
    129 
    130 = 6.3.1 =
    131 * Fix console message
    132 
    133 = 6.3.0 =
    134 * The plugin now hides certain blocks/editor buttons, when they're not available in your Recras instance
    135 * Plugin now requires WP 6.5 or higher
     106* Several technical updates
     107* Several small fixes
    136108
    137109= Older versions =
  • recras/tags/6.5.2/recras-wordpress-plugin.php

    r3447037 r3457781  
    33Plugin Name: Recras
    44Plugin URI: https://www.recras.com/
    5 Version: 6.5.1
     5Version: 6.5.2
    66Description: Easily integrate your Recras data into your own site
    77Requires at least: 6.7
  • recras/tags/6.5.2/src/ContactForm.php

    r3435083 r3457781  
    443443        $html .= '<input type="submit" value="' . $options['submitText'] . '">';
    444444        $html .= '</form>';
    445         $html .= '<script>document.addEventListener("DOMContentLoaded", function() {
     445        $html .= '<script>
     446const addSubmitListener' . $generatedFormID . ' = function () {
    446447    document.getElementById("recras-form' . $generatedFormID . '").addEventListener("submit", function(e) {
    447448        e.preventDefault();
     
    453454        );
    454455    });
     456};
     457const clearRadioButtons' . $generatedFormID . ' = function () {
    455458    const clearRadioEls = document.querySelectorAll(".clearRadioChoice");
    456459    if (clearRadioEls.length) {
     
    464467        }
    465468    }
    466 });</script>';
     469};
     470
     471if (document.readyState === "loading") {
     472    document.addEventListener("DOMContentLoaded", function() {
     473        addSubmitListener' . $generatedFormID . '();
     474        clearRadioButtons' . $generatedFormID . '();
     475    });
     476} else {
     477    addSubmitListener' . $generatedFormID . '();
     478    clearRadioButtons' . $generatedFormID . '();
     479}
     480</script>';
    467481
    468482        return $html;
  • recras/trunk/changelog.md

    r3447037 r3457781  
    11# Changelog
     2
     3## 6.5.2 (2026-02-10)
     4* Fix for some contact forms not submitting when loaded in a popup
    25
    36## 6.5.1 (2026-01-26)
    47* Gutenberg editor: Add ID to book processes list
    58* Gutenberg editor: sort selectable items by name instead of creation date
    6 *
     9
    710## 6.5.0 (2026-01-08)
    811* Add anti-spam check to contact forms
  • recras/trunk/composer.json

    r3369571 r3457781  
    1515    },
    1616    "require-dev": {
    17         "phpunit/phpunit": "9.6.20",
    18         "wp-cli/wp-cli": "2.10.0"
     17        "phpunit/phpunit": "9.6.*",
     18        "wp-cli/wp-cli": "2.12.0"
    1919    },
    2020    "authors": [
  • recras/trunk/composer.lock

    r3127313 r3457781  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "8ef65083647409dcf85567c4237a9b71",
     7    "content-hash": "80d53192dce03cf5cb4e1386e0d260ed",
    88    "packages": [],
    99    "packages-dev": [
    1010        {
    1111            "name": "doctrine/instantiator",
    12             "version": "2.0.0",
     12            "version": "2.1.0",
    1313            "source": {
    1414                "type": "git",
    1515                "url": "https://github.com/doctrine/instantiator.git",
    16                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
    17             },
    18             "dist": {
    19                 "type": "zip",
    20                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
    21                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
    22                 "shasum": ""
    23             },
    24             "require": {
    25                 "php": "^8.1"
    26             },
    27             "require-dev": {
    28                 "doctrine/coding-standard": "^11",
     16                "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7"
     17            },
     18            "dist": {
     19                "type": "zip",
     20                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/23da848e1a2308728fe5fdddabf4be17ff9720c7",
     21                "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7",
     22                "shasum": ""
     23            },
     24            "require": {
     25                "php": "^8.4"
     26            },
     27            "require-dev": {
     28                "doctrine/coding-standard": "^14",
    2929                "ext-pdo": "*",
    3030                "ext-phar": "*",
    3131                "phpbench/phpbench": "^1.2",
    32                 "phpstan/phpstan": "^1.9.4",
    33                 "phpstan/phpstan-phpunit": "^1.3",
    34                 "phpunit/phpunit": "^9.5.27",
    35                 "vimeo/psalm": "^5.4"
     32                "phpstan/phpstan": "^2.1",
     33                "phpstan/phpstan-phpunit": "^2.0",
     34                "phpunit/phpunit": "^10.5.58"
    3635            },
    3736            "type": "library",
     
    6059            "support": {
    6160                "issues": "https://github.com/doctrine/instantiator/issues",
    62                 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
     61                "source": "https://github.com/doctrine/instantiator/tree/2.1.0"
    6362            },
    6463            "funding": [
     
    7675                }
    7776            ],
    78             "time": "2022-12-30T00:23:10+00:00"
    79         },
    80         {
    81             "name": "mustache/mustache",
    82             "version": "v2.14.2",
    83             "source": {
    84                 "type": "git",
    85                 "url": "https://github.com/bobthecow/mustache.php.git",
    86                 "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb"
    87             },
    88             "dist": {
    89                 "type": "zip",
    90                 "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb",
    91                 "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb",
    92                 "shasum": ""
    93             },
    94             "require": {
    95                 "php": ">=5.2.4"
    96             },
    97             "require-dev": {
    98                 "friendsofphp/php-cs-fixer": "~1.11",
    99                 "phpunit/phpunit": "~3.7|~4.0|~5.0"
    100             },
    101             "type": "library",
    102             "autoload": {
    103                 "psr-0": {
    104                     "Mustache": "src/"
    105                 }
    106             },
    107             "notification-url": "https://packagist.org/downloads/",
    108             "license": [
    109                 "MIT"
    110             ],
    111             "authors": [
    112                 {
    113                     "name": "Justin Hileman",
    114                     "email": "justin@justinhileman.info",
    115                     "homepage": "http://justinhileman.com"
    116                 }
    117             ],
    118             "description": "A Mustache implementation in PHP.",
    119             "homepage": "https://github.com/bobthecow/mustache.php",
    120             "keywords": [
    121                 "mustache",
    122                 "templating"
    123             ],
    124             "support": {
    125                 "issues": "https://github.com/bobthecow/mustache.php/issues",
    126                 "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.2"
    127             },
    128             "time": "2022-08-23T13:07:01+00:00"
     77            "time": "2026-01-05T06:47:08+00:00"
    12978        },
    13079        {
    13180            "name": "myclabs/deep-copy",
    132             "version": "1.12.0",
     81            "version": "1.13.4",
    13382            "source": {
    13483                "type": "git",
    13584                "url": "https://github.com/myclabs/DeepCopy.git",
    136                 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
    137             },
    138             "dist": {
    139                 "type": "zip",
    140                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
    141                 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
     85                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
     86            },
     87            "dist": {
     88                "type": "zip",
     89                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
     90                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
    14291                "shasum": ""
    14392            },
     
    178127            "support": {
    179128                "issues": "https://github.com/myclabs/DeepCopy/issues",
    180                 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
     129                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
    181130            },
    182131            "funding": [
     
    186135                }
    187136            ],
    188             "time": "2024-06-12T14:39:25+00:00"
     137            "time": "2025-08-01T08:46:24+00:00"
    189138        },
    190139        {
    191140            "name": "nikic/php-parser",
    192             "version": "v5.1.0",
     141            "version": "v5.7.0",
    193142            "source": {
    194143                "type": "git",
    195144                "url": "https://github.com/nikic/PHP-Parser.git",
    196                 "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
    197             },
    198             "dist": {
    199                 "type": "zip",
    200                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
    201                 "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
     145                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
     146            },
     147            "dist": {
     148                "type": "zip",
     149                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
     150                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
    202151                "shasum": ""
    203152            },
     
    218167            "extra": {
    219168                "branch-alias": {
    220                     "dev-master": "5.0-dev"
     169                    "dev-master": "5.x-dev"
    221170                }
    222171            },
     
    242191            "support": {
    243192                "issues": "https://github.com/nikic/PHP-Parser/issues",
    244                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
    245             },
    246             "time": "2024-07-01T20:03:41+00:00"
     193                "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
     194            },
     195            "time": "2025-12-06T11:56:16+00:00"
    247196        },
    248197        {
     
    366315        {
    367316            "name": "phpunit/php-code-coverage",
    368             "version": "9.2.31",
     317            "version": "9.2.32",
    369318            "source": {
    370319                "type": "git",
    371320                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    372                 "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
    373             },
    374             "dist": {
    375                 "type": "zip",
    376                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
    377                 "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
     321                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
     322            },
     323            "dist": {
     324                "type": "zip",
     325                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
     326                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
    378327                "shasum": ""
    379328            },
     
    382331                "ext-libxml": "*",
    383332                "ext-xmlwriter": "*",
    384                 "nikic/php-parser": "^4.18 || ^5.0",
     333                "nikic/php-parser": "^4.19.1 || ^5.1.0",
    385334                "php": ">=7.3",
    386                 "phpunit/php-file-iterator": "^3.0.3",
    387                 "phpunit/php-text-template": "^2.0.2",
    388                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
    389                 "sebastian/complexity": "^2.0",
    390                 "sebastian/environment": "^5.1.2",
    391                 "sebastian/lines-of-code": "^1.0.3",
    392                 "sebastian/version": "^3.0.1",
    393                 "theseer/tokenizer": "^1.2.0"
    394             },
    395             "require-dev": {
    396                 "phpunit/phpunit": "^9.3"
     335                "phpunit/php-file-iterator": "^3.0.6",
     336                "phpunit/php-text-template": "^2.0.4",
     337                "sebastian/code-unit-reverse-lookup": "^2.0.3",
     338                "sebastian/complexity": "^2.0.3",
     339                "sebastian/environment": "^5.1.5",
     340                "sebastian/lines-of-code": "^1.0.4",
     341                "sebastian/version": "^3.0.2",
     342                "theseer/tokenizer": "^1.2.3"
     343            },
     344            "require-dev": {
     345                "phpunit/phpunit": "^9.6"
    397346            },
    398347            "suggest": {
     
    403352            "extra": {
    404353                "branch-alias": {
    405                     "dev-master": "9.2-dev"
     354                    "dev-main": "9.2.x-dev"
    406355                }
    407356            },
     
    432381                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
    433382                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
    434                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
     383                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
    435384            },
    436385            "funding": [
     
    440389                }
    441390            ],
    442             "time": "2024-03-02T06:37:42+00:00"
     391            "time": "2024-08-22T04:23:01+00:00"
    443392        },
    444393        {
     
    685634        {
    686635            "name": "phpunit/phpunit",
    687             "version": "9.6.20",
     636            "version": "9.6.34",
    688637            "source": {
    689638                "type": "git",
    690639                "url": "https://github.com/sebastianbergmann/phpunit.git",
    691                 "reference": "49d7820565836236411f5dc002d16dd689cde42f"
    692             },
    693             "dist": {
    694                 "type": "zip",
    695                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/49d7820565836236411f5dc002d16dd689cde42f",
    696                 "reference": "49d7820565836236411f5dc002d16dd689cde42f",
     640                "reference": "b36f02317466907a230d3aa1d34467041271ef4a"
     641            },
     642            "dist": {
     643                "type": "zip",
     644                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a",
     645                "reference": "b36f02317466907a230d3aa1d34467041271ef4a",
    697646                "shasum": ""
    698647            },
     
    705654                "ext-xml": "*",
    706655                "ext-xmlwriter": "*",
    707                 "myclabs/deep-copy": "^1.12.0",
     656                "myclabs/deep-copy": "^1.13.4",
    708657                "phar-io/manifest": "^2.0.4",
    709658                "phar-io/version": "^3.2.1",
    710659                "php": ">=7.3",
    711                 "phpunit/php-code-coverage": "^9.2.31",
     660                "phpunit/php-code-coverage": "^9.2.32",
    712661                "phpunit/php-file-iterator": "^3.0.6",
    713662                "phpunit/php-invoker": "^3.1.1",
     
    716665                "sebastian/cli-parser": "^1.0.2",
    717666                "sebastian/code-unit": "^1.0.8",
    718                 "sebastian/comparator": "^4.0.8",
     667                "sebastian/comparator": "^4.0.10",
    719668                "sebastian/diff": "^4.0.6",
    720669                "sebastian/environment": "^5.1.5",
    721                 "sebastian/exporter": "^4.0.6",
    722                 "sebastian/global-state": "^5.0.7",
     670                "sebastian/exporter": "^4.0.8",
     671                "sebastian/global-state": "^5.0.8",
    723672                "sebastian/object-enumerator": "^4.0.4",
    724673                "sebastian/resource-operations": "^3.0.4",
     
    768717                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
    769718                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
    770                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.20"
     719                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.34"
    771720            },
    772721            "funding": [
     
    780729                },
    781730                {
     731                    "url": "https://liberapay.com/sebastianbergmann",
     732                    "type": "liberapay"
     733                },
     734                {
     735                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     736                    "type": "thanks_dev"
     737                },
     738                {
    782739                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
    783740                    "type": "tidelift"
    784741                }
    785742            ],
    786             "time": "2024-07-10T11:45:39+00:00"
     743            "time": "2026-01-27T05:45:00+00:00"
    787744        },
    788745        {
     
    955912        {
    956913            "name": "sebastian/comparator",
    957             "version": "4.0.8",
     914            "version": "4.0.10",
    958915            "source": {
    959916                "type": "git",
    960917                "url": "https://github.com/sebastianbergmann/comparator.git",
    961                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
    962             },
    963             "dist": {
    964                 "type": "zip",
    965                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
    966                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
     918                "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d"
     919            },
     920            "dist": {
     921                "type": "zip",
     922                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d",
     923                "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d",
    967924                "shasum": ""
    968925            },
     
    1017974            "support": {
    1018975                "issues": "https://github.com/sebastianbergmann/comparator/issues",
    1019                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
     976                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.10"
    1020977            },
    1021978            "funding": [
     
    1023980                    "url": "https://github.com/sebastianbergmann",
    1024981                    "type": "github"
    1025                 }
    1026             ],
    1027             "time": "2022-09-14T12:41:17+00:00"
     982                },
     983                {
     984                    "url": "https://liberapay.com/sebastianbergmann",
     985                    "type": "liberapay"
     986                },
     987                {
     988                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     989                    "type": "thanks_dev"
     990                },
     991                {
     992                    "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
     993                    "type": "tidelift"
     994                }
     995            ],
     996            "time": "2026-01-24T09:22:56+00:00"
    1028997        },
    1029998        {
     
    12151184        {
    12161185            "name": "sebastian/exporter",
    1217             "version": "4.0.6",
     1186            "version": "4.0.8",
    12181187            "source": {
    12191188                "type": "git",
    12201189                "url": "https://github.com/sebastianbergmann/exporter.git",
    1221                 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
    1222             },
    1223             "dist": {
    1224                 "type": "zip",
    1225                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
    1226                 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
     1190                "reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c"
     1191            },
     1192            "dist": {
     1193                "type": "zip",
     1194                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c",
     1195                "reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c",
    12271196                "shasum": ""
    12281197            },
     
    12801249            "support": {
    12811250                "issues": "https://github.com/sebastianbergmann/exporter/issues",
    1282                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
     1251                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.8"
    12831252            },
    12841253            "funding": [
     
    12861255                    "url": "https://github.com/sebastianbergmann",
    12871256                    "type": "github"
    1288                 }
    1289             ],
    1290             "time": "2024-03-02T06:33:00+00:00"
     1257                },
     1258                {
     1259                    "url": "https://liberapay.com/sebastianbergmann",
     1260                    "type": "liberapay"
     1261                },
     1262                {
     1263                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1264                    "type": "thanks_dev"
     1265                },
     1266                {
     1267                    "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
     1268                    "type": "tidelift"
     1269                }
     1270            ],
     1271            "time": "2025-09-24T06:03:27+00:00"
    12911272        },
    12921273        {
    12931274            "name": "sebastian/global-state",
    1294             "version": "5.0.7",
     1275            "version": "5.0.8",
    12951276            "source": {
    12961277                "type": "git",
    12971278                "url": "https://github.com/sebastianbergmann/global-state.git",
    1298                 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
    1299             },
    1300             "dist": {
    1301                 "type": "zip",
    1302                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
    1303                 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
     1279                "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6"
     1280            },
     1281            "dist": {
     1282                "type": "zip",
     1283                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
     1284                "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
    13041285                "shasum": ""
    13051286            },
     
    13441325            "support": {
    13451326                "issues": "https://github.com/sebastianbergmann/global-state/issues",
    1346                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
     1327                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.8"
    13471328            },
    13481329            "funding": [
     
    13501331                    "url": "https://github.com/sebastianbergmann",
    13511332                    "type": "github"
    1352                 }
    1353             ],
    1354             "time": "2024-03-02T06:35:11+00:00"
     1333                },
     1334                {
     1335                    "url": "https://liberapay.com/sebastianbergmann",
     1336                    "type": "liberapay"
     1337                },
     1338                {
     1339                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1340                    "type": "thanks_dev"
     1341                },
     1342                {
     1343                    "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
     1344                    "type": "tidelift"
     1345                }
     1346            ],
     1347            "time": "2025-08-10T07:10:35+00:00"
    13551348        },
    13561349        {
     
    15251518        {
    15261519            "name": "sebastian/recursion-context",
    1527             "version": "4.0.5",
     1520            "version": "4.0.6",
    15281521            "source": {
    15291522                "type": "git",
    15301523                "url": "https://github.com/sebastianbergmann/recursion-context.git",
    1531                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
    1532             },
    1533             "dist": {
    1534                 "type": "zip",
    1535                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
    1536                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
     1524                "reference": "539c6691e0623af6dc6f9c20384c120f963465a0"
     1525            },
     1526            "dist": {
     1527                "type": "zip",
     1528                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0",
     1529                "reference": "539c6691e0623af6dc6f9c20384c120f963465a0",
    15371530                "shasum": ""
    15381531            },
     
    15761569            "support": {
    15771570                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
    1578                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
     1571                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.6"
    15791572            },
    15801573            "funding": [
     
    15821575                    "url": "https://github.com/sebastianbergmann",
    15831576                    "type": "github"
    1584                 }
    1585             ],
    1586             "time": "2023-02-03T06:07:39+00:00"
     1577                },
     1578                {
     1579                    "url": "https://liberapay.com/sebastianbergmann",
     1580                    "type": "liberapay"
     1581                },
     1582                {
     1583                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1584                    "type": "thanks_dev"
     1585                },
     1586                {
     1587                    "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
     1588                    "type": "tidelift"
     1589                }
     1590            ],
     1591            "time": "2025-08-10T06:57:39+00:00"
    15871592        },
    15881593        {
     
    17511756        {
    17521757            "name": "symfony/finder",
    1753             "version": "v7.1.1",
     1758            "version": "v8.0.5",
    17541759            "source": {
    17551760                "type": "git",
    17561761                "url": "https://github.com/symfony/finder.git",
    1757                 "reference": "fbb0ba67688b780efbc886c1a0a0948dcf7205d6"
    1758             },
    1759             "dist": {
    1760                 "type": "zip",
    1761                 "url": "https://api.github.com/repos/symfony/finder/zipball/fbb0ba67688b780efbc886c1a0a0948dcf7205d6",
    1762                 "reference": "fbb0ba67688b780efbc886c1a0a0948dcf7205d6",
    1763                 "shasum": ""
    1764             },
    1765             "require": {
    1766                 "php": ">=8.2"
    1767             },
    1768             "require-dev": {
    1769                 "symfony/filesystem": "^6.4|^7.0"
     1762                "reference": "8bd576e97c67d45941365bf824e18dc8538e6eb0"
     1763            },
     1764            "dist": {
     1765                "type": "zip",
     1766                "url": "https://api.github.com/repos/symfony/finder/zipball/8bd576e97c67d45941365bf824e18dc8538e6eb0",
     1767                "reference": "8bd576e97c67d45941365bf824e18dc8538e6eb0",
     1768                "shasum": ""
     1769            },
     1770            "require": {
     1771                "php": ">=8.4"
     1772            },
     1773            "require-dev": {
     1774                "symfony/filesystem": "^7.4|^8.0"
    17701775            },
    17711776            "type": "library",
     
    17951800            "homepage": "https://symfony.com",
    17961801            "support": {
    1797                 "source": "https://github.com/symfony/finder/tree/v7.1.1"
     1802                "source": "https://github.com/symfony/finder/tree/v8.0.5"
    17981803            },
    17991804            "funding": [
     
    18071812                },
    18081813                {
     1814                    "url": "https://github.com/nicolas-grekas",
     1815                    "type": "github"
     1816                },
     1817                {
    18091818                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    18101819                    "type": "tidelift"
    18111820                }
    18121821            ],
    1813             "time": "2024-05-31T14:57:53+00:00"
     1822            "time": "2026-01-26T15:08:38+00:00"
    18141823        },
    18151824        {
    18161825            "name": "theseer/tokenizer",
    1817             "version": "1.2.3",
     1826            "version": "1.3.1",
    18181827            "source": {
    18191828                "type": "git",
    18201829                "url": "https://github.com/theseer/tokenizer.git",
    1821                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
    1822             },
    1823             "dist": {
    1824                 "type": "zip",
    1825                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
    1826                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
     1830                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
     1831            },
     1832            "dist": {
     1833                "type": "zip",
     1834                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
     1835                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
    18271836                "shasum": ""
    18281837            },
     
    18531862            "support": {
    18541863                "issues": "https://github.com/theseer/tokenizer/issues",
    1855                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
     1864                "source": "https://github.com/theseer/tokenizer/tree/1.3.1"
    18561865            },
    18571866            "funding": [
     
    18611870                }
    18621871            ],
    1863             "time": "2024-03-03T12:36:25+00:00"
     1872            "time": "2025-11-17T20:03:58+00:00"
     1873        },
     1874        {
     1875            "name": "wp-cli/mustache",
     1876            "version": "v2.14.99",
     1877            "source": {
     1878                "type": "git",
     1879                "url": "https://github.com/wp-cli/mustache.php.git",
     1880                "reference": "ca23b97ac35fbe01c160549eb634396183d04a59"
     1881            },
     1882            "dist": {
     1883                "type": "zip",
     1884                "url": "https://api.github.com/repos/wp-cli/mustache.php/zipball/ca23b97ac35fbe01c160549eb634396183d04a59",
     1885                "reference": "ca23b97ac35fbe01c160549eb634396183d04a59",
     1886                "shasum": ""
     1887            },
     1888            "require": {
     1889                "php": ">=5.6"
     1890            },
     1891            "replace": {
     1892                "mustache/mustache": "^2.14.2"
     1893            },
     1894            "require-dev": {
     1895                "friendsofphp/php-cs-fixer": "~2.19.3",
     1896                "yoast/phpunit-polyfills": "^2.0"
     1897            },
     1898            "type": "library",
     1899            "autoload": {
     1900                "psr-0": {
     1901                    "Mustache": "src/"
     1902                }
     1903            },
     1904            "notification-url": "https://packagist.org/downloads/",
     1905            "license": [
     1906                "MIT"
     1907            ],
     1908            "authors": [
     1909                {
     1910                    "name": "Justin Hileman",
     1911                    "email": "justin@justinhileman.info",
     1912                    "homepage": "http://justinhileman.com"
     1913                }
     1914            ],
     1915            "description": "A Mustache implementation in PHP.",
     1916            "homepage": "https://github.com/bobthecow/mustache.php",
     1917            "keywords": [
     1918                "mustache",
     1919                "templating"
     1920            ],
     1921            "support": {
     1922                "source": "https://github.com/wp-cli/mustache.php/tree/v2.14.99"
     1923            },
     1924            "time": "2025-05-06T16:15:37+00:00"
    18641925        },
    18651926        {
     
    19161977        {
    19171978            "name": "wp-cli/php-cli-tools",
    1918             "version": "v0.11.22",
     1979            "version": "v0.12.7",
    19191980            "source": {
    19201981                "type": "git",
    19211982                "url": "https://github.com/wp-cli/php-cli-tools.git",
    1922                 "reference": "a6bb94664ca36d0962f9c2ff25591c315a550c51"
    1923             },
    1924             "dist": {
    1925                 "type": "zip",
    1926                 "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/a6bb94664ca36d0962f9c2ff25591c315a550c51",
    1927                 "reference": "a6bb94664ca36d0962f9c2ff25591c315a550c51",
    1928                 "shasum": ""
    1929             },
    1930             "require": {
    1931                 "php": ">= 5.3.0"
     1983                "reference": "5cc6ef2e93cfcd939813eb420ae23bc116d9be2a"
     1984            },
     1985            "dist": {
     1986                "type": "zip",
     1987                "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/5cc6ef2e93cfcd939813eb420ae23bc116d9be2a",
     1988                "reference": "5cc6ef2e93cfcd939813eb420ae23bc116d9be2a",
     1989                "shasum": ""
     1990            },
     1991            "require": {
     1992                "php": ">= 7.2.24"
    19321993            },
    19331994            "require-dev": {
    19341995                "roave/security-advisories": "dev-latest",
    1935                 "wp-cli/wp-cli-tests": "^4"
    1936             },
    1937             "type": "library",
    1938             "extra": {
    1939                 "branch-alias": {
    1940                     "dev-master": "0.11.x-dev"
     1996                "wp-cli/wp-cli-tests": "^5"
     1997            },
     1998            "type": "library",
     1999            "extra": {
     2000                "branch-alias": {
     2001                    "dev-main": "0.12.x-dev"
    19412002                }
    19422003            },
     
    19732034            "support": {
    19742035                "issues": "https://github.com/wp-cli/php-cli-tools/issues",
    1975                 "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.22"
    1976             },
    1977             "time": "2023-12-03T19:25:05+00:00"
     2036                "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.12.7"
     2037            },
     2038            "time": "2026-01-20T20:31:49+00:00"
    19782039        },
    19792040        {
    19802041            "name": "wp-cli/wp-cli",
    1981             "version": "v2.10.0",
     2042            "version": "v2.12.0",
    19822043            "source": {
    19832044                "type": "git",
    19842045                "url": "https://github.com/wp-cli/wp-cli.git",
    1985                 "reference": "a339dca576df73c31af4b4d8054efc2dab9a0685"
    1986             },
    1987             "dist": {
    1988                 "type": "zip",
    1989                 "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/a339dca576df73c31af4b4d8054efc2dab9a0685",
    1990                 "reference": "a339dca576df73c31af4b4d8054efc2dab9a0685",
     2046                "reference": "03d30d4138d12b4bffd8b507b82e56e129e0523f"
     2047            },
     2048            "dist": {
     2049                "type": "zip",
     2050                "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/03d30d4138d12b4bffd8b507b82e56e129e0523f",
     2051                "reference": "03d30d4138d12b4bffd8b507b82e56e129e0523f",
    19912052                "shasum": ""
    19922053            },
    19932054            "require": {
    19942055                "ext-curl": "*",
    1995                 "mustache/mustache": "^2.14.1",
    19962056                "php": "^5.6 || ^7.0 || ^8.0",
    19972057                "symfony/finder": ">2.7",
     2058                "wp-cli/mustache": "^2.14.99",
    19982059                "wp-cli/mustangostang-spyc": "^0.6.3",
    1999                 "wp-cli/php-cli-tools": "~0.11.2"
    2000             },
    2001             "require-dev": {
    2002                 "roave/security-advisories": "dev-latest",
     2060                "wp-cli/php-cli-tools": "~0.12.4"
     2061            },
     2062            "require-dev": {
    20032063                "wp-cli/db-command": "^1.3 || ^2",
    20042064                "wp-cli/entity-command": "^1.2 || ^2",
    20052065                "wp-cli/extension-command": "^1.1 || ^2",
    20062066                "wp-cli/package-command": "^1 || ^2",
    2007                 "wp-cli/wp-cli-tests": "^4.0.1"
     2067                "wp-cli/wp-cli-tests": "^4.3.10"
    20082068            },
    20092069            "suggest": {
     
    20182078            "extra": {
    20192079                "branch-alias": {
    2020                     "dev-main": "2.10.x-dev"
     2080                    "dev-main": "2.12.x-dev"
    20212081                }
    20222082            },
     
    20452105                "source": "https://github.com/wp-cli/wp-cli"
    20462106            },
    2047             "time": "2024-02-08T16:52:43+00:00"
     2107            "time": "2025-05-07T01:16:12+00:00"
    20482108        }
    20492109    ],
    20502110    "aliases": [],
    20512111    "minimum-stability": "stable",
    2052     "stability-flags": [],
     2112    "stability-flags": {},
    20532113    "prefer-stable": false,
    20542114    "prefer-lowest": false,
     
    20592119        "php": ">=7.4"
    20602120    },
    2061     "platform-dev": [],
     2121    "platform-dev": {},
    20622122    "plugin-api-version": "2.6.0"
    20632123}
  • recras/trunk/readme.txt

    r3447037 r3457781  
    33Tags: recras, recreation, reservation, booking, voucher
    44Tested up to: 6.9
    5 Stable tag: 6.5.1
     5Stable tag: 6.5.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Changelog ==
    7676
     77= 6.5.2 =
     78* Fix for some contact forms not submitting when loaded in a popup
     79
    7780= 6.5.1 =
    7881* Gutenberg editor: Add ID to book processes list
     
    99102* Plugin now requires WP 6.7 or higher
    100103
    101 = 6.3.8 =
     104= 6.3 (highlights) =
    102105* Update "Fix book process datepicker styling" styles to latest version
    103 * Small technical update
    104 
    105 = 6.3.7 =
    106 * Show error on settings page if subdomain appears invalid
    107 * Add caching hint to book process script
    108 
    109 = 6.3.6 =
    110 * Fix errors when using WP CLI for certain things
    111 
    112 = 6.3.5 =
    113 * Fix warning when using PHP 8.4
    114 
    115 = 6.3.4 =
    116 * Improve choosing a start time when displaying package programme
    117 * Fix display of voucher templates with a validity set to a certain date, instead of a number of days
    118 * Load book process script differently
    119 * Updated "Tested up to" version to 6.8
    120 * Plugin now requires WP 6.6 or higher
    121 
    122 = 6.3.3 =
    123 * Update "Fix book process datepicker styling" styles to latest version
    124 * Remove outdated documentation
    125 
    126 = 6.3.2 =
    127 * Hide "Package availability" widget when it's not available in your Recras instance
    128 * "Package availability" widget: hide packages where availability API is disabled
    129 
    130 = 6.3.1 =
    131 * Fix console message
    132 
    133 = 6.3.0 =
    134 * The plugin now hides certain blocks/editor buttons, when they're not available in your Recras instance
    135 * Plugin now requires WP 6.5 or higher
     106* Several technical updates
     107* Several small fixes
    136108
    137109= Older versions =
  • recras/trunk/recras-wordpress-plugin.php

    r3447037 r3457781  
    33Plugin Name: Recras
    44Plugin URI: https://www.recras.com/
    5 Version: 6.5.1
     5Version: 6.5.2
    66Description: Easily integrate your Recras data into your own site
    77Requires at least: 6.7
  • recras/trunk/src/ContactForm.php

    r3435083 r3457781  
    443443        $html .= '<input type="submit" value="' . $options['submitText'] . '">';
    444444        $html .= '</form>';
    445         $html .= '<script>document.addEventListener("DOMContentLoaded", function() {
     445        $html .= '<script>
     446const addSubmitListener' . $generatedFormID . ' = function () {
    446447    document.getElementById("recras-form' . $generatedFormID . '").addEventListener("submit", function(e) {
    447448        e.preventDefault();
     
    453454        );
    454455    });
     456};
     457const clearRadioButtons' . $generatedFormID . ' = function () {
    455458    const clearRadioEls = document.querySelectorAll(".clearRadioChoice");
    456459    if (clearRadioEls.length) {
     
    464467        }
    465468    }
    466 });</script>';
     469};
     470
     471if (document.readyState === "loading") {
     472    document.addEventListener("DOMContentLoaded", function() {
     473        addSubmitListener' . $generatedFormID . '();
     474        clearRadioButtons' . $generatedFormID . '();
     475    });
     476} else {
     477    addSubmitListener' . $generatedFormID . '();
     478    clearRadioButtons' . $generatedFormID . '();
     479}
     480</script>';
    467481
    468482        return $html;
Note: See TracChangeset for help on using the changeset viewer.