diff --git a/.github/workflows/split_packages.yml b/.github/workflows/split_packages.yml index 12bd4973d3..f36b5f3c64 100644 --- a/.github/workflows/split_packages.yml +++ b/.github/workflows/split_packages.yml @@ -29,7 +29,7 @@ jobs: matrix: mapping: '${{ fromJson(needs.provide_packages_json.outputs.matrix) }}' tag: - - 3.0.13 + - 3.0.14-alpha1 name: 'Split ${{ matrix.mapping.dir }}' env: DIR: 'packages/${{ matrix.mapping.dir }}' diff --git a/CHANGELOG.md b/CHANGELOG.md index 58be9c996b..ce506e3810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,56 @@ +## [3.0.12] - 2021-03-19 + +- [#504] [EasyBugsnag] Use ShutdownStrategy on WorkerRunningEvent for Messenger + +## [3.0.11] - 2021-03-19 + +- [#503] Feature/git subtree for split 1 + +## [3.0.10] - 2021-03-18 + +- [#500] [EasyStandard] Hotfix/Fix AlphabeticallySortedArrayKeysSniff, Thanks to [@DKeeper] +- [#499] [EasyStandard] Hotfix/Fix PhpDocCommentRector, Thanks to [@DKeeper] + +## [3.0.9] - 2021-03-18 + +- [#502] [EasyWebhook] Clean up + +## [3.0.7] - 2021-03-17 + +- [#497] [CI] Use symfonycorp security checker action +- [#496] [EasyAsync] Implement Batch +- [#501] [EasyWebhook] Refactor statements provider to use dbal schema + +## [3.0.6] - 2021-03-11 + +- [#495] [EasyCore] Delete unused config, Thanks to [@ERuban] + +## [3.0.5] - 2021-03-10 + +- [#494] Merge 2.x into 3.x + +## [3.0.5-alpha4] + +- [#493] [EasyWebhook] Implement rewind on stack + +## [3.0.5-alpha3] + +- [#492] [EasySecurity] Fix symfony bridge for context service + +## [2.5.33] - 2021-03-09 + +- [#477] [EasyStandard] Implement PhpDocCommentRector & SingleLineCommentRector, Thanks to [@DKeeper] + +## 3.0.14-alpha1 - 2021-03-24 + +- [#505] [EasyUtils] Add MathInterface +- [#506] [EasyPagination] Flex compatibility for bundle to be installed auto +- [#507] Improve Symfony Flex integration + + + ## [3.0.12] - 2021-03-19 - [#504] [EasyBugsnag] Use ShutdownStrategy on WorkerRunningEvent for Messenger @@ -2874,3 +2925,6 @@ [3.0.10]: https://github.com/eonx-com/easy-monorepo/compare/3.0.9...3.0.10 [2.5.33]: https://github.com/eonx-com/easy-monorepo/compare/2.5.28...2.5.33 [2.5.28]: https://github.com/eonx-com/easy-monorepo/compare/2.5.27...2.5.28 +[#507]: https://github.com/eonx-com/easy-monorepo/pull/507 +[#506]: https://github.com/eonx-com/easy-monorepo/pull/506 +[#505]: https://github.com/eonx-com/easy-monorepo/pull/505 diff --git a/packages/EasyApiToken/composer.json b/packages/EasyApiToken/composer.json index 3066de4876..466357ce6c 100644 --- a/packages/EasyApiToken/composer.json +++ b/packages/EasyApiToken/composer.json @@ -11,8 +11,8 @@ "phpunit/phpunit": "^8.4 || ^9.5", "ext-openssl": "^7.1", "firebase/php-jwt": "^5.0", - "eonx-com/easy-psr7-factory": "^3.1", - "eonx-com/easy-utils": "^3.1", + "eonx-com/easy-psr7-factory": "^3.0.14", + "eonx-com/easy-utils": "^3.0.14", "auth0/auth0-php": "^5.4", "psr/container": "^1.0", "laravel/lumen-framework": "^5.5", diff --git a/packages/EasyAsync/composer.json b/packages/EasyAsync/composer.json index 3b21e6e968..ec33308056 100644 --- a/packages/EasyAsync/composer.json +++ b/packages/EasyAsync/composer.json @@ -5,9 +5,9 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-event-dispatcher": "^3.1", - "eonx-com/easy-pagination": "^3.1", - "eonx-com/easy-random": "^3.1", + "eonx-com/easy-event-dispatcher": "^3.0.14", + "eonx-com/easy-pagination": "^3.0.14", + "eonx-com/easy-random": "^3.0.14", "nette/utils": "^3.1", "nesbot/carbon": "^2.22" }, diff --git a/packages/EasyAwsCredentialsFinder/composer.json b/packages/EasyAwsCredentialsFinder/composer.json index 25642a7e1f..ad8f83c520 100644 --- a/packages/EasyAwsCredentialsFinder/composer.json +++ b/packages/EasyAwsCredentialsFinder/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-utils": "^3.1", + "eonx-com/easy-utils": "^3.0.14", "symfony/process": "^4.4 || ^5.1.5", "symplify/package-builder": "^8.3.41", "symplify/autowire-array-parameter": "^8.3.41", diff --git a/packages/EasyBankFiles/composer.json b/packages/EasyBankFiles/composer.json index ec07d552b4..2b11c1dd97 100644 --- a/packages/EasyBankFiles/composer.json +++ b/packages/EasyBankFiles/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2", "nette/utils": "^3.1", - "eonx-com/easy-error-handler": "^3.1", + "eonx-com/easy-error-handler": "^3.0.14", "monolog/monolog": "^2.1" }, "require-dev": { diff --git a/packages/EasyBugsnag/composer.json b/packages/EasyBugsnag/composer.json index d88252668e..b7d7fdf891 100644 --- a/packages/EasyBugsnag/composer.json +++ b/packages/EasyBugsnag/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2", "bugsnag/bugsnag": "^3.19", - "eonx-com/easy-utils": "^3.1", + "eonx-com/easy-utils": "^3.0.14", "nette/utils": "^3.1" }, "require-dev": { diff --git a/packages/EasyDecision/composer.json b/packages/EasyDecision/composer.json index 130d0ee8e8..4f3a897bdd 100644 --- a/packages/EasyDecision/composer.json +++ b/packages/EasyDecision/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-utils": "^3.1", + "eonx-com/easy-utils": "^3.0.14", "symfony/expression-language": "^4.4 || ^5.1.5" }, "require-dev": { diff --git a/packages/EasyErrorHandler/composer.json b/packages/EasyErrorHandler/composer.json index 9429716d7c..09377290f9 100644 --- a/packages/EasyErrorHandler/composer.json +++ b/packages/EasyErrorHandler/composer.json @@ -5,12 +5,12 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-logging": "^3.1", - "eonx-com/easy-utils": "^3.1", + "eonx-com/easy-logging": "^3.0.14", + "eonx-com/easy-utils": "^3.0.14", "nesbot/carbon": "^2.22" }, "require-dev": { - "eonx-com/easy-bugsnag": "^3.1", + "eonx-com/easy-bugsnag": "^3.0.14", "phpunit/phpunit": "^8.4 || ^9.5", "laravel/lumen-framework": "^5.5", "symfony/symfony": "^4.4 || ^5.1.5" diff --git a/packages/EasyLogging/composer.json b/packages/EasyLogging/composer.json index 28f25554d9..d8f00f1d49 100644 --- a/packages/EasyLogging/composer.json +++ b/packages/EasyLogging/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-utils": "^3.1" + "eonx-com/easy-utils": "^3.0.14" }, "require-dev": { "phpunit/phpunit": "^8.4 || ^9.5", diff --git a/packages/EasyNotification/composer.json b/packages/EasyNotification/composer.json index c39e992f96..1feee43f72 100644 --- a/packages/EasyNotification/composer.json +++ b/packages/EasyNotification/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2", "aws/aws-sdk-php": "^3.134", - "eonx-com/easy-utils": "^3.1", + "eonx-com/easy-utils": "^3.0.14", "nette/utils": "^3.1", "symfony/http-client": "^4.4 || ^5.1.5" }, diff --git a/packages/EasyPagination/composer.json b/packages/EasyPagination/composer.json index dc9a2d595d..e9290986d1 100644 --- a/packages/EasyPagination/composer.json +++ b/packages/EasyPagination/composer.json @@ -7,7 +7,7 @@ "php": "^7.2" }, "require-dev": { - "eonx-com/easy-psr7-factory": "^3.1", + "eonx-com/easy-psr7-factory": "^3.0.14", "phpunit/phpunit": "^8.4 || ^9.5", "laravel/lumen-framework": "^5.5", "vlucas/phpdotenv": "^3.3", diff --git a/packages/EasyRepository/composer.json b/packages/EasyRepository/composer.json index bff8b92e08..ac5dae0686 100644 --- a/packages/EasyRepository/composer.json +++ b/packages/EasyRepository/composer.json @@ -10,7 +10,7 @@ "phpunit/phpunit": "^8.4 || ^9.5", "mockery/mockery": "^1.2", "doctrine/orm": "^2.6", - "eonx-com/easy-pagination": "^3.1", + "eonx-com/easy-pagination": "^3.0.14", "laravel/lumen-framework": "^5.5", "vlucas/phpdotenv": "^3.3" }, diff --git a/packages/EasyRequestId/composer.json b/packages/EasyRequestId/composer.json index da10528832..3a22eb1245 100644 --- a/packages/EasyRequestId/composer.json +++ b/packages/EasyRequestId/composer.json @@ -5,8 +5,8 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-random": "^3.1", - "eonx-com/easy-utils": "^3.1" + "eonx-com/easy-random": "^3.0.14", + "eonx-com/easy-utils": "^3.0.14" }, "require-dev": { "ramsey/uuid": "^3.9", diff --git a/packages/EasySchedule/composer.json b/packages/EasySchedule/composer.json index 34c459669b..ff0b27c8d5 100644 --- a/packages/EasySchedule/composer.json +++ b/packages/EasySchedule/composer.json @@ -8,7 +8,7 @@ "nesbot/carbon": "^2.22", "dragonmantank/cron-expression": "^2.3", "symfony/console": "^4.4 || ^5.1.5", - "eonx-com/easy-lock": "^3.1" + "eonx-com/easy-lock": "^3.0.14" }, "require-dev": { "phpunit/phpunit": "^8.4 || ^9.5", diff --git a/packages/EasySecurity/composer.json b/packages/EasySecurity/composer.json index 4dddc8357f..ce45c85f11 100644 --- a/packages/EasySecurity/composer.json +++ b/packages/EasySecurity/composer.json @@ -6,12 +6,12 @@ "require": { "php": "^7.2", "nette/utils": "^3.1", - "eonx-com/easy-api-token": "^3.1", - "eonx-com/easy-event-dispatcher": "^3.1", - "eonx-com/easy-utils": "^3.1" + "eonx-com/easy-api-token": "^3.0.14", + "eonx-com/easy-event-dispatcher": "^3.0.14", + "eonx-com/easy-utils": "^3.0.14" }, "require-dev": { - "eonx-com/easy-bugsnag": "^3.1", + "eonx-com/easy-bugsnag": "^3.0.14", "phpunit/phpunit": "^8.4 || ^9.5", "laravel/lumen-framework": "^5.5", "symfony/symfony": "^4.4 || ^5.1.5" diff --git a/packages/EasySsm/composer.json b/packages/EasySsm/composer.json index 9a440884c6..b68791cbd5 100644 --- a/packages/EasySsm/composer.json +++ b/packages/EasySsm/composer.json @@ -6,8 +6,8 @@ "require": { "php": "^7.2", "aws/aws-sdk-php": "^3.134", - "eonx-com/easy-aws-credentials-finder": "^3.1", - "eonx-com/easy-random": "^3.1", + "eonx-com/easy-aws-credentials-finder": "^3.0.14", + "eonx-com/easy-random": "^3.0.14", "nette/utils": "^3.1", "symplify/package-builder": "^8.3.41", "symplify/autowire-array-parameter": "^8.3.41" diff --git a/packages/EasyWebhook/composer.json b/packages/EasyWebhook/composer.json index df9ab0b4bb..e2ad43afdd 100644 --- a/packages/EasyWebhook/composer.json +++ b/packages/EasyWebhook/composer.json @@ -5,11 +5,11 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-event-dispatcher": "^3.1", - "eonx-com/easy-lock": "^3.1", - "eonx-com/easy-random": "^3.1", - "eonx-com/easy-pagination": "^3.1", - "eonx-com/easy-utils": "^3.1", + "eonx-com/easy-event-dispatcher": "^3.0.14", + "eonx-com/easy-lock": "^3.0.14", + "eonx-com/easy-random": "^3.0.14", + "eonx-com/easy-pagination": "^3.0.14", + "eonx-com/easy-utils": "^3.0.14", "nesbot/carbon": "^2.22", "nette/utils": "^3.1", "symfony/http-client": "^4.4 || ^5.1.5"