Commit Graph

688 Commits

Author SHA1 Message Date
Alex Saelens 49a829f7c9
Remedy deprecated dynamic variable declaration (#354)
Co-authored-by: Michal Kleiner <mk@011.nz>
2024-01-15 15:24:13 +13:00
Guy Sartorelli cf24b84ad1
Merge branch '3' into 4.0 2023-08-29 10:31:18 +12:00
Guy Sartorelli 23f9210918
Merge branch '3.12' into 3 2023-08-29 10:28:05 +12:00
Guy Sartorelli 47a2a1e1a8
ENH Update translations (#352) 2023-08-21 12:51:35 +12:00
Guy Sartorelli 8ef542d4e4
Merge pull request #351 from LeviWB/fix/remove-undefined-method
FIX Remove call to process::inheritEnvironmentVariables()
2023-08-10 11:26:45 +12:00
Levi Wilson-Brown 526ee734be FIX Remove call to process::inheritEnvironmentVariables()
inheritEnvironmentVariables() was removed from the Symfony Process component in 5.0.0, as enviroment variables are always inherited.
2023-08-09 18:18:54 +12:00
Steve Boyd b2226c0a7e Merge branch '3' into 4.0 2023-05-31 14:37:02 +12:00
Steve Boyd 0aa57c788a Merge branch '3.12' into 3 2023-05-31 14:36:45 +12:00
Sabina Talipova f3c22299b8
Merge pull request #350 from creative-commoners/pulls/3.12/tx-1685417458
ENH Update translations
2023-05-31 11:28:10 +12:00
Steve Boyd 095c2fd785 Merge branch '3' into 4.0 2023-05-31 11:23:24 +12:00
Steve Boyd 39a37d9c41 Merge branch '3.12' into 3 2023-05-31 11:22:51 +12:00
Steve Boyd 157e303228 ENH Update translations 2023-05-30 15:30:58 +12:00
Guy Sartorelli 776c99bbaa
Merge pull request #349 from michalkleiner/bugfix/348
FIX Reset class from the actual SearchVariant instance to respect Injector
2023-05-10 13:04:01 +12:00
Michal Kleiner 831438fe9d FIX Reset class from the actual SearchVariant instance to respect Injector 2023-05-10 12:05:45 +12:00
Guy Sartorelli 2bf73127ce
Merge branch '3' into 4.0 2023-04-27 14:40:35 +12:00
Guy Sartorelli 66321b6e50
Merge branch '3.12' into 3 2023-04-26 12:48:00 +12:00
Sabina Talipova b1ad41d836
Merge pull request #347 from creative-commoners/pulls/4.0/cms5-readme
DOC Update README.md for CMS 5
2023-04-21 16:02:32 +12:00
Guy Sartorelli 6245ec97f8
DOC Update README.md for CMS 5 2023-04-21 15:47:21 +12:00
Steve Boyd 351728401d Merge branch '3' into 4.0 2023-03-30 13:16:25 +13:00
Guy Sartorelli 6fe21430e7
MNT Revert erroneous dependency changes (#346) 2023-03-28 17:17:51 +13:00
Maxime Rainville d75925cc49
Merge pull request #345 from creative-commoners/pulls/3.12/no-deprecations
FIX Don't use deprecated API
2023-03-28 11:21:05 +13:00
Guy Sartorelli 6b9aa83597
FIX Don't use deprecated API 2023-03-28 10:25:00 +13:00
Maxime Rainville 65d53d9918
Merge pull request #344 from creative-commoners/pulls/3/dispatch-ci
MNT Use gha-dispatch-ci
2023-03-23 14:10:57 +13:00
Steve Boyd f6819cbcc6 MNT Use gha-dispatch-ci 2023-03-21 14:31:08 +13:00
Guy Sartorelli 99af1a0d21
MNT Update development dependencies 2023-03-10 16:36:11 +13:00
Guy Sartorelli 5610c56365
MNT Update release dependencies 2023-03-10 16:36:07 +13:00
Guy Sartorelli d067054f72
MNT Update development dependencies 2023-03-10 12:21:31 +13:00
Guy Sartorelli 9b2e9e332c
ENH Update translations (#343)
Also add to transifex
2023-03-09 14:57:13 +13:00
Guy Sartorelli 72dc54b0f8
FIX Always use ?int for subsite state (#341) 2023-02-16 12:33:45 +13:00
Guy Sartorelli 2f56d944c6
Merge pull request #340 from creative-commoners/pulls/4.0/fix-broken-builds
FIX Check type is number before pass to setSubsiteId method
2023-02-16 11:27:01 +13:00
Sabina Talipova 4f92bcdbf5 FIX Broken builds 2023-02-16 11:10:48 +13:00
Guy Sartorelli cf2fa0ab0c
Merge pull request #337 from creative-commoners/pulls/4/php82
ENH PHP 8.2 compatibility
2023-01-26 10:11:19 +13:00
Sabina Talipova 36639967ae
API Remove deprcated code (#336) 2023-01-25 13:49:13 +13:00
Guy Sartorelli d73868f8c0
Merge pull request #338 from creative-commoners/pulls/4/ReturnTypeWillChange
API Strongly type iterator classes and remove ReturnTypeWillChange annotation
2023-01-24 11:52:38 +13:00
Maxime Rainville a9b7295535
Merge pull request #339 from creative-commoners/pulls/4/remove-legacy-upgrader
MNT Remove legacy upgrader config
2023-01-23 10:35:30 +13:00
Steve Boyd 33540fe7bb MNT Remove legacy upgrader config 2023-01-20 17:03:59 +13:00
Maxime Rainville 35340d4005 API Strongly type iterator classes and remove ReturnTypeWillChange annotation 2023-01-20 16:45:34 +13:00
Steve Boyd 723ff530dd ENH PHP 8.2 compatibility 2023-01-20 12:50:48 +13:00
Maxime Rainville fc415c33dd
Merge pull request #335 from creative-commoners/pulls/4/upgrade-cms5
DEP PHP Support in CMS5
2023-01-17 10:21:10 +13:00
Sabina Talipova 525eb9aa24 DEP PHP Support in CMS5 2023-01-16 15:14:55 +13:00
Sabina Talipova d666c4f0bf
Merge pull request #333 from creative-commoners/pulls/3/stop-using-depr
API Stop using deprecated API
2022-12-05 16:39:12 +13:00
Steve Boyd b5ed2dd238 API Stop using deprecated API 2022-11-24 17:34:42 +13:00
Guy Sartorelli 11ec50e03a
Merge pull request #332 from creative-commoners/pulls/3/depr-messages
API Update deprecations
2022-11-21 09:49:27 +13:00
Steve Boyd 47d13600f9 API Update deprecations 2022-11-16 11:36:25 +13:00
Steve Boyd 59d60e6edc Merge branch '3.11' into 3 2022-08-02 18:49:57 +12:00
Steve Boyd 860d8be9fa Merge branch '3.10' into 3.11 2022-08-02 18:49:54 +12:00
Guy Sartorelli 20c2a4efa7
Merge pull request #329 from creative-commoners/pulls/3.10/standardise-modules
MNT Standardise modules
2022-08-02 15:11:26 +12:00
Steve Boyd 03da5016bf MNT Standardise modules 2022-08-01 16:22:01 +12:00
Steve Boyd 74107de9fd Merge branch '3.11' into 3 2022-07-22 11:29:06 +12:00
Steve Boyd c0a3d3a5ba Merge branch '3.10' into 3.11 2022-07-22 11:28:40 +12:00