Changeset 3457781
- Timestamp:
- 02/10/2026 08:56:18 AM (7 weeks ago)
- Location:
- recras
- Files:
-
- 12 edited
- 1 copied
-
tags/6.5.2 (copied) (copied from recras/trunk)
-
tags/6.5.2/changelog.md (modified) (1 diff)
-
tags/6.5.2/composer.json (modified) (1 diff)
-
tags/6.5.2/composer.lock (modified) (38 diffs)
-
tags/6.5.2/readme.txt (modified) (3 diffs)
-
tags/6.5.2/recras-wordpress-plugin.php (modified) (1 diff)
-
tags/6.5.2/src/ContactForm.php (modified) (3 diffs)
-
trunk/changelog.md (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/composer.lock (modified) (38 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/recras-wordpress-plugin.php (modified) (1 diff)
-
trunk/src/ContactForm.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recras/tags/6.5.2/changelog.md
r3447037 r3457781 1 1 # Changelog 2 3 ## 6.5.2 (2026-02-10) 4 * Fix for some contact forms not submitting when loaded in a popup 2 5 3 6 ## 6.5.1 (2026-01-26) 4 7 * Gutenberg editor: Add ID to book processes list 5 8 * Gutenberg editor: sort selectable items by name instead of creation date 6 * 9 7 10 ## 6.5.0 (2026-01-08) 8 11 * Add anti-spam check to contact forms -
recras/tags/6.5.2/composer.json
r3369571 r3457781 15 15 }, 16 16 "require-dev": { 17 "phpunit/phpunit": "9.6. 20",18 "wp-cli/wp-cli": "2.1 0.0"17 "phpunit/phpunit": "9.6.*", 18 "wp-cli/wp-cli": "2.12.0" 19 19 }, 20 20 "authors": [ -
recras/tags/6.5.2/composer.lock
r3127313 r3457781 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": "8 ef65083647409dcf85567c4237a9b71",7 "content-hash": "80d53192dce03cf5cb4e1386e0d260ed", 8 8 "packages": [], 9 9 "packages-dev": [ 10 10 { 11 11 "name": "doctrine/instantiator", 12 "version": "2. 0.0",12 "version": "2.1.0", 13 13 "source": { 14 14 "type": "git", 15 15 "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": "^1 1",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", 29 29 "ext-pdo": "*", 30 30 "ext-phar": "*", 31 31 "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" 36 35 }, 37 36 "type": "library", … … 60 59 "support": { 61 60 "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" 63 62 }, 64 63 "funding": [ … … 76 75 } 77 76 ], 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" 129 78 }, 130 79 { 131 80 "name": "myclabs/deep-copy", 132 "version": "1.1 2.0",81 "version": "1.13.4", 133 82 "source": { 134 83 "type": "git", 135 84 "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", 142 91 "shasum": "" 143 92 }, … … 178 127 "support": { 179 128 "issues": "https://github.com/myclabs/DeepCopy/issues", 180 "source": "https://github.com/myclabs/DeepCopy/tree/1.1 2.0"129 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" 181 130 }, 182 131 "funding": [ … … 186 135 } 187 136 ], 188 "time": "202 4-06-12T14:39:25+00:00"137 "time": "2025-08-01T08:46:24+00:00" 189 138 }, 190 139 { 191 140 "name": "nikic/php-parser", 192 "version": "v5. 1.0",141 "version": "v5.7.0", 193 142 "source": { 194 143 "type": "git", 195 144 "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", 202 151 "shasum": "" 203 152 }, … … 218 167 "extra": { 219 168 "branch-alias": { 220 "dev-master": "5. 0-dev"169 "dev-master": "5.x-dev" 221 170 } 222 171 }, … … 242 191 "support": { 243 192 "issues": "https://github.com/nikic/PHP-Parser/issues", 244 "source": "https://github.com/nikic/PHP-Parser/tree/v5. 1.0"245 }, 246 "time": "202 4-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" 247 196 }, 248 197 { … … 366 315 { 367 316 "name": "phpunit/php-code-coverage", 368 "version": "9.2.3 1",317 "version": "9.2.32", 369 318 "source": { 370 319 "type": "git", 371 320 "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", 378 327 "shasum": "" 379 328 }, … … 382 331 "ext-libxml": "*", 383 332 "ext-xmlwriter": "*", 384 "nikic/php-parser": "^4.1 8 || ^5.0",333 "nikic/php-parser": "^4.19.1 || ^5.1.0", 385 334 "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" 397 346 }, 398 347 "suggest": { … … 403 352 "extra": { 404 353 "branch-alias": { 405 "dev-ma ster": "9.2-dev"354 "dev-main": "9.2.x-dev" 406 355 } 407 356 }, … … 432 381 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 433 382 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 434 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.3 1"383 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32" 435 384 }, 436 385 "funding": [ … … 440 389 } 441 390 ], 442 "time": "2024-0 3-02T06:37:42+00:00"391 "time": "2024-08-22T04:23:01+00:00" 443 392 }, 444 393 { … … 685 634 { 686 635 "name": "phpunit/phpunit", 687 "version": "9.6. 20",636 "version": "9.6.34", 688 637 "source": { 689 638 "type": "git", 690 639 "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", 697 646 "shasum": "" 698 647 }, … … 705 654 "ext-xml": "*", 706 655 "ext-xmlwriter": "*", 707 "myclabs/deep-copy": "^1.1 2.0",656 "myclabs/deep-copy": "^1.13.4", 708 657 "phar-io/manifest": "^2.0.4", 709 658 "phar-io/version": "^3.2.1", 710 659 "php": ">=7.3", 711 "phpunit/php-code-coverage": "^9.2.3 1",660 "phpunit/php-code-coverage": "^9.2.32", 712 661 "phpunit/php-file-iterator": "^3.0.6", 713 662 "phpunit/php-invoker": "^3.1.1", … … 716 665 "sebastian/cli-parser": "^1.0.2", 717 666 "sebastian/code-unit": "^1.0.8", 718 "sebastian/comparator": "^4.0. 8",667 "sebastian/comparator": "^4.0.10", 719 668 "sebastian/diff": "^4.0.6", 720 669 "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", 723 672 "sebastian/object-enumerator": "^4.0.4", 724 673 "sebastian/resource-operations": "^3.0.4", … … 768 717 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 769 718 "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" 771 720 }, 772 721 "funding": [ … … 780 729 }, 781 730 { 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 { 782 739 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 783 740 "type": "tidelift" 784 741 } 785 742 ], 786 "time": "202 4-07-10T11:45:39+00:00"743 "time": "2026-01-27T05:45:00+00:00" 787 744 }, 788 745 { … … 955 912 { 956 913 "name": "sebastian/comparator", 957 "version": "4.0. 8",914 "version": "4.0.10", 958 915 "source": { 959 916 "type": "git", 960 917 "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", 967 924 "shasum": "" 968 925 }, … … 1017 974 "support": { 1018 975 "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" 1020 977 }, 1021 978 "funding": [ … … 1023 980 "url": "https://github.com/sebastianbergmann", 1024 981 "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" 1028 997 }, 1029 998 { … … 1215 1184 { 1216 1185 "name": "sebastian/exporter", 1217 "version": "4.0. 6",1186 "version": "4.0.8", 1218 1187 "source": { 1219 1188 "type": "git", 1220 1189 "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", 1227 1196 "shasum": "" 1228 1197 }, … … 1280 1249 "support": { 1281 1250 "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" 1283 1252 }, 1284 1253 "funding": [ … … 1286 1255 "url": "https://github.com/sebastianbergmann", 1287 1256 "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" 1291 1272 }, 1292 1273 { 1293 1274 "name": "sebastian/global-state", 1294 "version": "5.0. 7",1275 "version": "5.0.8", 1295 1276 "source": { 1296 1277 "type": "git", 1297 1278 "url": "https://github.com/sebastianbergmann/global-state.git", 1298 "reference": "b ca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"1299 }, 1300 "dist": { 1301 "type": "zip", 1302 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b ca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",1303 "reference": "b ca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",1279 "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6" 1280 }, 1281 "dist": { 1282 "type": "zip", 1283 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6", 1284 "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6", 1304 1285 "shasum": "" 1305 1286 }, … … 1344 1325 "support": { 1345 1326 "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" 1347 1328 }, 1348 1329 "funding": [ … … 1350 1331 "url": "https://github.com/sebastianbergmann", 1351 1332 "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" 1355 1348 }, 1356 1349 { … … 1525 1518 { 1526 1519 "name": "sebastian/recursion-context", 1527 "version": "4.0. 5",1520 "version": "4.0.6", 1528 1521 "source": { 1529 1522 "type": "git", 1530 1523 "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", 1537 1530 "shasum": "" 1538 1531 }, … … 1576 1569 "support": { 1577 1570 "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" 1579 1572 }, 1580 1573 "funding": [ … … 1582 1575 "url": "https://github.com/sebastianbergmann", 1583 1576 "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" 1587 1592 }, 1588 1593 { … … 1751 1756 { 1752 1757 "name": "symfony/finder", 1753 "version": "v 7.1.1",1758 "version": "v8.0.5", 1754 1759 "source": { 1755 1760 "type": "git", 1756 1761 "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" 1770 1775 }, 1771 1776 "type": "library", … … 1795 1800 "homepage": "https://symfony.com", 1796 1801 "support": { 1797 "source": "https://github.com/symfony/finder/tree/v 7.1.1"1802 "source": "https://github.com/symfony/finder/tree/v8.0.5" 1798 1803 }, 1799 1804 "funding": [ … … 1807 1812 }, 1808 1813 { 1814 "url": "https://github.com/nicolas-grekas", 1815 "type": "github" 1816 }, 1817 { 1809 1818 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1810 1819 "type": "tidelift" 1811 1820 } 1812 1821 ], 1813 "time": "202 4-05-31T14:57:53+00:00"1822 "time": "2026-01-26T15:08:38+00:00" 1814 1823 }, 1815 1824 { 1816 1825 "name": "theseer/tokenizer", 1817 "version": "1. 2.3",1826 "version": "1.3.1", 1818 1827 "source": { 1819 1828 "type": "git", 1820 1829 "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", 1827 1836 "shasum": "" 1828 1837 }, … … 1853 1862 "support": { 1854 1863 "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" 1856 1865 }, 1857 1866 "funding": [ … … 1861 1870 } 1862 1871 ], 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" 1864 1925 }, 1865 1926 { … … 1916 1977 { 1917 1978 "name": "wp-cli/php-cli-tools", 1918 "version": "v0.1 1.22",1979 "version": "v0.12.7", 1919 1980 "source": { 1920 1981 "type": "git", 1921 1982 "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" 1932 1993 }, 1933 1994 "require-dev": { 1934 1995 "roave/security-advisories": "dev-latest", 1935 "wp-cli/wp-cli-tests": "^ 4"1936 }, 1937 "type": "library", 1938 "extra": { 1939 "branch-alias": { 1940 "dev-ma ster": "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" 1941 2002 } 1942 2003 }, … … 1973 2034 "support": { 1974 2035 "issues": "https://github.com/wp-cli/php-cli-tools/issues", 1975 "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.1 1.22"1976 }, 1977 "time": "202 3-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" 1978 2039 }, 1979 2040 { 1980 2041 "name": "wp-cli/wp-cli", 1981 "version": "v2.1 0.0",2042 "version": "v2.12.0", 1982 2043 "source": { 1983 2044 "type": "git", 1984 2045 "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", 1991 2052 "shasum": "" 1992 2053 }, 1993 2054 "require": { 1994 2055 "ext-curl": "*", 1995 "mustache/mustache": "^2.14.1",1996 2056 "php": "^5.6 || ^7.0 || ^8.0", 1997 2057 "symfony/finder": ">2.7", 2058 "wp-cli/mustache": "^2.14.99", 1998 2059 "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": { 2003 2063 "wp-cli/db-command": "^1.3 || ^2", 2004 2064 "wp-cli/entity-command": "^1.2 || ^2", 2005 2065 "wp-cli/extension-command": "^1.1 || ^2", 2006 2066 "wp-cli/package-command": "^1 || ^2", 2007 "wp-cli/wp-cli-tests": "^4. 0.1"2067 "wp-cli/wp-cli-tests": "^4.3.10" 2008 2068 }, 2009 2069 "suggest": { … … 2018 2078 "extra": { 2019 2079 "branch-alias": { 2020 "dev-main": "2.1 0.x-dev"2080 "dev-main": "2.12.x-dev" 2021 2081 } 2022 2082 }, … … 2045 2105 "source": "https://github.com/wp-cli/wp-cli" 2046 2106 }, 2047 "time": "202 4-02-08T16:52:43+00:00"2107 "time": "2025-05-07T01:16:12+00:00" 2048 2108 } 2049 2109 ], 2050 2110 "aliases": [], 2051 2111 "minimum-stability": "stable", 2052 "stability-flags": [],2112 "stability-flags": {}, 2053 2113 "prefer-stable": false, 2054 2114 "prefer-lowest": false, … … 2059 2119 "php": ">=7.4" 2060 2120 }, 2061 "platform-dev": [],2121 "platform-dev": {}, 2062 2122 "plugin-api-version": "2.6.0" 2063 2123 } -
recras/tags/6.5.2/readme.txt
r3447037 r3457781 3 3 Tags: recras, recreation, reservation, booking, voucher 4 4 Tested up to: 6.9 5 Stable tag: 6.5. 15 Stable tag: 6.5.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 6.5.2 = 78 * Fix for some contact forms not submitting when loaded in a popup 79 77 80 = 6.5.1 = 78 81 * Gutenberg editor: Add ID to book processes list … … 99 102 * Plugin now requires WP 6.7 or higher 100 103 101 = 6.3 .8=104 = 6.3 (highlights) = 102 105 * 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 136 108 137 109 = Older versions = -
recras/tags/6.5.2/recras-wordpress-plugin.php
r3447037 r3457781 3 3 Plugin Name: Recras 4 4 Plugin URI: https://www.recras.com/ 5 Version: 6.5. 15 Version: 6.5.2 6 6 Description: Easily integrate your Recras data into your own site 7 7 Requires at least: 6.7 -
recras/tags/6.5.2/src/ContactForm.php
r3435083 r3457781 443 443 $html .= '<input type="submit" value="' . $options['submitText'] . '">'; 444 444 $html .= '</form>'; 445 $html .= '<script>document.addEventListener("DOMContentLoaded", function() { 445 $html .= '<script> 446 const addSubmitListener' . $generatedFormID . ' = function () { 446 447 document.getElementById("recras-form' . $generatedFormID . '").addEventListener("submit", function(e) { 447 448 e.preventDefault(); … … 453 454 ); 454 455 }); 456 }; 457 const clearRadioButtons' . $generatedFormID . ' = function () { 455 458 const clearRadioEls = document.querySelectorAll(".clearRadioChoice"); 456 459 if (clearRadioEls.length) { … … 464 467 } 465 468 } 466 });</script>'; 469 }; 470 471 if (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>'; 467 481 468 482 return $html; -
recras/trunk/changelog.md
r3447037 r3457781 1 1 # Changelog 2 3 ## 6.5.2 (2026-02-10) 4 * Fix for some contact forms not submitting when loaded in a popup 2 5 3 6 ## 6.5.1 (2026-01-26) 4 7 * Gutenberg editor: Add ID to book processes list 5 8 * Gutenberg editor: sort selectable items by name instead of creation date 6 * 9 7 10 ## 6.5.0 (2026-01-08) 8 11 * Add anti-spam check to contact forms -
recras/trunk/composer.json
r3369571 r3457781 15 15 }, 16 16 "require-dev": { 17 "phpunit/phpunit": "9.6. 20",18 "wp-cli/wp-cli": "2.1 0.0"17 "phpunit/phpunit": "9.6.*", 18 "wp-cli/wp-cli": "2.12.0" 19 19 }, 20 20 "authors": [ -
recras/trunk/composer.lock
r3127313 r3457781 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": "8 ef65083647409dcf85567c4237a9b71",7 "content-hash": "80d53192dce03cf5cb4e1386e0d260ed", 8 8 "packages": [], 9 9 "packages-dev": [ 10 10 { 11 11 "name": "doctrine/instantiator", 12 "version": "2. 0.0",12 "version": "2.1.0", 13 13 "source": { 14 14 "type": "git", 15 15 "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": "^1 1",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", 29 29 "ext-pdo": "*", 30 30 "ext-phar": "*", 31 31 "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" 36 35 }, 37 36 "type": "library", … … 60 59 "support": { 61 60 "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" 63 62 }, 64 63 "funding": [ … … 76 75 } 77 76 ], 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" 129 78 }, 130 79 { 131 80 "name": "myclabs/deep-copy", 132 "version": "1.1 2.0",81 "version": "1.13.4", 133 82 "source": { 134 83 "type": "git", 135 84 "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", 142 91 "shasum": "" 143 92 }, … … 178 127 "support": { 179 128 "issues": "https://github.com/myclabs/DeepCopy/issues", 180 "source": "https://github.com/myclabs/DeepCopy/tree/1.1 2.0"129 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" 181 130 }, 182 131 "funding": [ … … 186 135 } 187 136 ], 188 "time": "202 4-06-12T14:39:25+00:00"137 "time": "2025-08-01T08:46:24+00:00" 189 138 }, 190 139 { 191 140 "name": "nikic/php-parser", 192 "version": "v5. 1.0",141 "version": "v5.7.0", 193 142 "source": { 194 143 "type": "git", 195 144 "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", 202 151 "shasum": "" 203 152 }, … … 218 167 "extra": { 219 168 "branch-alias": { 220 "dev-master": "5. 0-dev"169 "dev-master": "5.x-dev" 221 170 } 222 171 }, … … 242 191 "support": { 243 192 "issues": "https://github.com/nikic/PHP-Parser/issues", 244 "source": "https://github.com/nikic/PHP-Parser/tree/v5. 1.0"245 }, 246 "time": "202 4-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" 247 196 }, 248 197 { … … 366 315 { 367 316 "name": "phpunit/php-code-coverage", 368 "version": "9.2.3 1",317 "version": "9.2.32", 369 318 "source": { 370 319 "type": "git", 371 320 "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", 378 327 "shasum": "" 379 328 }, … … 382 331 "ext-libxml": "*", 383 332 "ext-xmlwriter": "*", 384 "nikic/php-parser": "^4.1 8 || ^5.0",333 "nikic/php-parser": "^4.19.1 || ^5.1.0", 385 334 "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" 397 346 }, 398 347 "suggest": { … … 403 352 "extra": { 404 353 "branch-alias": { 405 "dev-ma ster": "9.2-dev"354 "dev-main": "9.2.x-dev" 406 355 } 407 356 }, … … 432 381 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 433 382 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 434 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.3 1"383 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32" 435 384 }, 436 385 "funding": [ … … 440 389 } 441 390 ], 442 "time": "2024-0 3-02T06:37:42+00:00"391 "time": "2024-08-22T04:23:01+00:00" 443 392 }, 444 393 { … … 685 634 { 686 635 "name": "phpunit/phpunit", 687 "version": "9.6. 20",636 "version": "9.6.34", 688 637 "source": { 689 638 "type": "git", 690 639 "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", 697 646 "shasum": "" 698 647 }, … … 705 654 "ext-xml": "*", 706 655 "ext-xmlwriter": "*", 707 "myclabs/deep-copy": "^1.1 2.0",656 "myclabs/deep-copy": "^1.13.4", 708 657 "phar-io/manifest": "^2.0.4", 709 658 "phar-io/version": "^3.2.1", 710 659 "php": ">=7.3", 711 "phpunit/php-code-coverage": "^9.2.3 1",660 "phpunit/php-code-coverage": "^9.2.32", 712 661 "phpunit/php-file-iterator": "^3.0.6", 713 662 "phpunit/php-invoker": "^3.1.1", … … 716 665 "sebastian/cli-parser": "^1.0.2", 717 666 "sebastian/code-unit": "^1.0.8", 718 "sebastian/comparator": "^4.0. 8",667 "sebastian/comparator": "^4.0.10", 719 668 "sebastian/diff": "^4.0.6", 720 669 "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", 723 672 "sebastian/object-enumerator": "^4.0.4", 724 673 "sebastian/resource-operations": "^3.0.4", … … 768 717 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 769 718 "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" 771 720 }, 772 721 "funding": [ … … 780 729 }, 781 730 { 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 { 782 739 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 783 740 "type": "tidelift" 784 741 } 785 742 ], 786 "time": "202 4-07-10T11:45:39+00:00"743 "time": "2026-01-27T05:45:00+00:00" 787 744 }, 788 745 { … … 955 912 { 956 913 "name": "sebastian/comparator", 957 "version": "4.0. 8",914 "version": "4.0.10", 958 915 "source": { 959 916 "type": "git", 960 917 "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", 967 924 "shasum": "" 968 925 }, … … 1017 974 "support": { 1018 975 "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" 1020 977 }, 1021 978 "funding": [ … … 1023 980 "url": "https://github.com/sebastianbergmann", 1024 981 "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" 1028 997 }, 1029 998 { … … 1215 1184 { 1216 1185 "name": "sebastian/exporter", 1217 "version": "4.0. 6",1186 "version": "4.0.8", 1218 1187 "source": { 1219 1188 "type": "git", 1220 1189 "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", 1227 1196 "shasum": "" 1228 1197 }, … … 1280 1249 "support": { 1281 1250 "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" 1283 1252 }, 1284 1253 "funding": [ … … 1286 1255 "url": "https://github.com/sebastianbergmann", 1287 1256 "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" 1291 1272 }, 1292 1273 { 1293 1274 "name": "sebastian/global-state", 1294 "version": "5.0. 7",1275 "version": "5.0.8", 1295 1276 "source": { 1296 1277 "type": "git", 1297 1278 "url": "https://github.com/sebastianbergmann/global-state.git", 1298 "reference": "b ca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"1299 }, 1300 "dist": { 1301 "type": "zip", 1302 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b ca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",1303 "reference": "b ca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",1279 "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6" 1280 }, 1281 "dist": { 1282 "type": "zip", 1283 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6", 1284 "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6", 1304 1285 "shasum": "" 1305 1286 }, … … 1344 1325 "support": { 1345 1326 "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" 1347 1328 }, 1348 1329 "funding": [ … … 1350 1331 "url": "https://github.com/sebastianbergmann", 1351 1332 "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" 1355 1348 }, 1356 1349 { … … 1525 1518 { 1526 1519 "name": "sebastian/recursion-context", 1527 "version": "4.0. 5",1520 "version": "4.0.6", 1528 1521 "source": { 1529 1522 "type": "git", 1530 1523 "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", 1537 1530 "shasum": "" 1538 1531 }, … … 1576 1569 "support": { 1577 1570 "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" 1579 1572 }, 1580 1573 "funding": [ … … 1582 1575 "url": "https://github.com/sebastianbergmann", 1583 1576 "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" 1587 1592 }, 1588 1593 { … … 1751 1756 { 1752 1757 "name": "symfony/finder", 1753 "version": "v 7.1.1",1758 "version": "v8.0.5", 1754 1759 "source": { 1755 1760 "type": "git", 1756 1761 "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" 1770 1775 }, 1771 1776 "type": "library", … … 1795 1800 "homepage": "https://symfony.com", 1796 1801 "support": { 1797 "source": "https://github.com/symfony/finder/tree/v 7.1.1"1802 "source": "https://github.com/symfony/finder/tree/v8.0.5" 1798 1803 }, 1799 1804 "funding": [ … … 1807 1812 }, 1808 1813 { 1814 "url": "https://github.com/nicolas-grekas", 1815 "type": "github" 1816 }, 1817 { 1809 1818 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1810 1819 "type": "tidelift" 1811 1820 } 1812 1821 ], 1813 "time": "202 4-05-31T14:57:53+00:00"1822 "time": "2026-01-26T15:08:38+00:00" 1814 1823 }, 1815 1824 { 1816 1825 "name": "theseer/tokenizer", 1817 "version": "1. 2.3",1826 "version": "1.3.1", 1818 1827 "source": { 1819 1828 "type": "git", 1820 1829 "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", 1827 1836 "shasum": "" 1828 1837 }, … … 1853 1862 "support": { 1854 1863 "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" 1856 1865 }, 1857 1866 "funding": [ … … 1861 1870 } 1862 1871 ], 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" 1864 1925 }, 1865 1926 { … … 1916 1977 { 1917 1978 "name": "wp-cli/php-cli-tools", 1918 "version": "v0.1 1.22",1979 "version": "v0.12.7", 1919 1980 "source": { 1920 1981 "type": "git", 1921 1982 "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" 1932 1993 }, 1933 1994 "require-dev": { 1934 1995 "roave/security-advisories": "dev-latest", 1935 "wp-cli/wp-cli-tests": "^ 4"1936 }, 1937 "type": "library", 1938 "extra": { 1939 "branch-alias": { 1940 "dev-ma ster": "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" 1941 2002 } 1942 2003 }, … … 1973 2034 "support": { 1974 2035 "issues": "https://github.com/wp-cli/php-cli-tools/issues", 1975 "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.1 1.22"1976 }, 1977 "time": "202 3-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" 1978 2039 }, 1979 2040 { 1980 2041 "name": "wp-cli/wp-cli", 1981 "version": "v2.1 0.0",2042 "version": "v2.12.0", 1982 2043 "source": { 1983 2044 "type": "git", 1984 2045 "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", 1991 2052 "shasum": "" 1992 2053 }, 1993 2054 "require": { 1994 2055 "ext-curl": "*", 1995 "mustache/mustache": "^2.14.1",1996 2056 "php": "^5.6 || ^7.0 || ^8.0", 1997 2057 "symfony/finder": ">2.7", 2058 "wp-cli/mustache": "^2.14.99", 1998 2059 "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": { 2003 2063 "wp-cli/db-command": "^1.3 || ^2", 2004 2064 "wp-cli/entity-command": "^1.2 || ^2", 2005 2065 "wp-cli/extension-command": "^1.1 || ^2", 2006 2066 "wp-cli/package-command": "^1 || ^2", 2007 "wp-cli/wp-cli-tests": "^4. 0.1"2067 "wp-cli/wp-cli-tests": "^4.3.10" 2008 2068 }, 2009 2069 "suggest": { … … 2018 2078 "extra": { 2019 2079 "branch-alias": { 2020 "dev-main": "2.1 0.x-dev"2080 "dev-main": "2.12.x-dev" 2021 2081 } 2022 2082 }, … … 2045 2105 "source": "https://github.com/wp-cli/wp-cli" 2046 2106 }, 2047 "time": "202 4-02-08T16:52:43+00:00"2107 "time": "2025-05-07T01:16:12+00:00" 2048 2108 } 2049 2109 ], 2050 2110 "aliases": [], 2051 2111 "minimum-stability": "stable", 2052 "stability-flags": [],2112 "stability-flags": {}, 2053 2113 "prefer-stable": false, 2054 2114 "prefer-lowest": false, … … 2059 2119 "php": ">=7.4" 2060 2120 }, 2061 "platform-dev": [],2121 "platform-dev": {}, 2062 2122 "plugin-api-version": "2.6.0" 2063 2123 } -
recras/trunk/readme.txt
r3447037 r3457781 3 3 Tags: recras, recreation, reservation, booking, voucher 4 4 Tested up to: 6.9 5 Stable tag: 6.5. 15 Stable tag: 6.5.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 6.5.2 = 78 * Fix for some contact forms not submitting when loaded in a popup 79 77 80 = 6.5.1 = 78 81 * Gutenberg editor: Add ID to book processes list … … 99 102 * Plugin now requires WP 6.7 or higher 100 103 101 = 6.3 .8=104 = 6.3 (highlights) = 102 105 * 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 136 108 137 109 = Older versions = -
recras/trunk/recras-wordpress-plugin.php
r3447037 r3457781 3 3 Plugin Name: Recras 4 4 Plugin URI: https://www.recras.com/ 5 Version: 6.5. 15 Version: 6.5.2 6 6 Description: Easily integrate your Recras data into your own site 7 7 Requires at least: 6.7 -
recras/trunk/src/ContactForm.php
r3435083 r3457781 443 443 $html .= '<input type="submit" value="' . $options['submitText'] . '">'; 444 444 $html .= '</form>'; 445 $html .= '<script>document.addEventListener("DOMContentLoaded", function() { 445 $html .= '<script> 446 const addSubmitListener' . $generatedFormID . ' = function () { 446 447 document.getElementById("recras-form' . $generatedFormID . '").addEventListener("submit", function(e) { 447 448 e.preventDefault(); … … 453 454 ); 454 455 }); 456 }; 457 const clearRadioButtons' . $generatedFormID . ' = function () { 455 458 const clearRadioEls = document.querySelectorAll(".clearRadioChoice"); 456 459 if (clearRadioEls.length) { … … 464 467 } 465 468 } 466 });</script>'; 469 }; 470 471 if (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>'; 467 481 468 482 return $html;
Note: See TracChangeset
for help on using the changeset viewer.