From b9276f16c1a862e5eb04937c7ca7a81d6da7f19d Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Sun, 20 Nov 2022 22:29:55 -0300 Subject: [PATCH 01/14] Upgrade debug library --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 81424f0..354d71b 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "aplus/database": "3.2.1", "aplus/database-extra": "3.0.1", "aplus/date": "2.0.1", - "aplus/debug": "3.3.4", + "aplus/debug": "3.3.5", "aplus/dev-commands": "1.0.0", "aplus/email": "3.2.1", "aplus/events": "1.4.2", From 33d8fb31e5f78ea5c041e0aa1ad63c7b1d10e02e Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Sun, 20 Nov 2022 22:31:09 -0300 Subject: [PATCH 02/14] Upgrade Aplus::VERSION to 22.0.1 --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index d468637..28e372b 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '22.0.0'; + public const VERSION = '22.0.1'; } From 290a40b068b858acf753f1787c522a87ba46ae21 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Fri, 2 Dec 2022 20:46:04 -0300 Subject: [PATCH 03/14] Upgrade database library --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 354d71b..170b73c 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "aplus/cli": "2.3.1", "aplus/config": "3.0.1", "aplus/crypto": "1.0.2", - "aplus/database": "3.2.1", + "aplus/database": "3.2.2", "aplus/database-extra": "3.0.1", "aplus/date": "2.0.1", "aplus/debug": "3.3.5", From 83ff05c38223bb6a9ee58e00c7cf8a9df9c465ae Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Fri, 2 Dec 2022 20:46:30 -0300 Subject: [PATCH 04/14] Upgrade Aplus::VERSION to 22.0.2 --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index 28e372b..5a31dbf 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '22.0.1'; + public const VERSION = '22.0.2'; } From b4e2a7c9dac88235d40dbc5edad314ac95d49bfe Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Sat, 17 Dec 2022 00:01:34 -0300 Subject: [PATCH 05/14] Upgrade http library --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 170b73c..0456386 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "aplus/events": "1.4.2", "aplus/factories": "1.0.1", "aplus/helpers": "3.0.1", - "aplus/http": "5.2.1", + "aplus/http": "5.2.2", "aplus/http-client": "4.2.1", "aplus/image": "2.2.3", "aplus/language": "3.0.2", From 9528f66d0021e4139a2746e94fc862e594723c9f Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Sat, 17 Dec 2022 00:02:24 -0300 Subject: [PATCH 06/14] Upgrade Aplus::VERSION to 22.0.3 --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index 5a31dbf..1c1fde5 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '22.0.2'; + public const VERSION = '22.0.3'; } From fa2262d1d670db759cb65d2beb3c5d9f94429597 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Sat, 17 Dec 2022 18:31:26 -0300 Subject: [PATCH 07/14] Upgrade http library --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0456386..6e52fe5 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "aplus/events": "1.4.2", "aplus/factories": "1.0.1", "aplus/helpers": "3.0.1", - "aplus/http": "5.2.2", + "aplus/http": "5.2.3", "aplus/http-client": "4.2.1", "aplus/image": "2.2.3", "aplus/language": "3.0.2", From d806666be9d53c753be6bb28ca15e0aca916ce09 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Sat, 17 Dec 2022 18:32:10 -0300 Subject: [PATCH 08/14] Upgrade Aplus::VERSION to 22.0.4 --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index 1c1fde5..575a6a7 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '22.0.3'; + public const VERSION = '22.0.4'; } From e6be62568e24014fa38479673c50d0e5202b0212 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Wed, 21 Dec 2022 18:29:50 -0300 Subject: [PATCH 09/14] Upgrade http and validation libraries --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6e52fe5..17a3764 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "aplus/events": "1.4.2", "aplus/factories": "1.0.1", "aplus/helpers": "3.0.1", - "aplus/http": "5.2.3", + "aplus/http": "5.2.4", "aplus/http-client": "4.2.1", "aplus/image": "2.2.3", "aplus/language": "3.0.2", @@ -53,7 +53,7 @@ "aplus/pagination": "3.3.0", "aplus/routing": "3.4.2", "aplus/session": "3.2.1", - "aplus/validation": "2.1.2" + "aplus/validation": "2.1.3" }, "require-dev": { "ext-xdebug": "*", From 0c9c3051eff706a6b30689dde3dfc04c33bbb55c Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Wed, 21 Dec 2022 19:48:33 -0300 Subject: [PATCH 10/14] Upgrade Aplus::VERSION to 22.0.6 --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index 575a6a7..c64da5f 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '22.0.4'; + public const VERSION = '22.0.6'; } From 0580a4d04c37e621e0f802bb00cea6cae960e657 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Mon, 2 Jan 2023 20:29:10 -0300 Subject: [PATCH 11/14] Upgrade libraries --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 17a3764..7b79a76 100644 --- a/composer.json +++ b/composer.json @@ -33,14 +33,14 @@ "aplus/autoload": "2.0.2", "aplus/cache": "3.0.1", "aplus/cli": "2.3.1", - "aplus/config": "3.0.1", - "aplus/crypto": "1.0.2", - "aplus/database": "3.2.2", + "aplus/config": "3.0.2", + "aplus/crypto": "1.0.3", + "aplus/database": "3.2.3", "aplus/database-extra": "3.0.1", "aplus/date": "2.0.1", "aplus/debug": "3.3.5", "aplus/dev-commands": "1.0.0", - "aplus/email": "3.2.1", + "aplus/email": "3.2.2", "aplus/events": "1.4.2", "aplus/factories": "1.0.1", "aplus/helpers": "3.0.1", @@ -52,7 +52,7 @@ "aplus/mvc": "3.1.0", "aplus/pagination": "3.3.0", "aplus/routing": "3.4.2", - "aplus/session": "3.2.1", + "aplus/session": "3.2.2", "aplus/validation": "2.1.3" }, "require-dev": { From 812d7b86c03b86f1a0ade9673049771cc55a1514 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Mon, 2 Jan 2023 20:29:58 -0300 Subject: [PATCH 12/14] Upgrade Aplus::VERSION to 22.0.7 --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index c64da5f..4b630de 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '22.0.6'; + public const VERSION = '22.0.7'; } From 010950752e2bad71f765a72de179c7fc41007365 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Tue, 27 Jun 2023 14:22:20 -0300 Subject: [PATCH 13/14] Update package versions --- composer.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index 7b79a76..a9e5dc5 100644 --- a/composer.json +++ b/composer.json @@ -30,30 +30,30 @@ ], "require": { "php": ">=8.1", - "aplus/autoload": "2.0.2", - "aplus/cache": "3.0.1", - "aplus/cli": "2.3.1", - "aplus/config": "3.0.2", - "aplus/crypto": "1.0.3", - "aplus/database": "3.2.3", - "aplus/database-extra": "3.0.1", - "aplus/date": "2.0.1", - "aplus/debug": "3.3.5", - "aplus/dev-commands": "1.0.0", - "aplus/email": "3.2.2", - "aplus/events": "1.4.2", - "aplus/factories": "1.0.1", - "aplus/helpers": "3.0.1", - "aplus/http": "5.2.4", - "aplus/http-client": "4.2.1", - "aplus/image": "2.2.3", - "aplus/language": "3.0.2", - "aplus/log": "3.0.1", - "aplus/mvc": "3.1.0", - "aplus/pagination": "3.3.0", - "aplus/routing": "3.4.2", - "aplus/session": "3.2.2", - "aplus/validation": "2.1.3" + "aplus/autoload": "~2.0.2", + "aplus/cache": "~3.0.1", + "aplus/cli": "~2.3.1", + "aplus/config": "~3.0.2", + "aplus/crypto": "~1.0.3", + "aplus/database": "~3.2.3", + "aplus/database-extra": "~3.0.1", + "aplus/date": "~2.0.1", + "aplus/debug": "~3.3.5", + "aplus/dev-commands": "~1.0.0", + "aplus/email": "~3.2.3", + "aplus/events": "~1.4.2", + "aplus/factories": "~1.0.1", + "aplus/helpers": "~3.0.1", + "aplus/http": "~5.2.4", + "aplus/http-client": "~4.2.2", + "aplus/image": "~2.2.3", + "aplus/language": "~3.0.2", + "aplus/log": "~3.0.1", + "aplus/mvc": "~3.1.0", + "aplus/pagination": "~3.3.0", + "aplus/routing": "~3.4.2", + "aplus/session": "~3.2.2", + "aplus/validation": "~2.1.3" }, "require-dev": { "ext-xdebug": "*", From 12dea135fb522a5c7ebfb9eec48c867956b78aa4 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Tue, 27 Jun 2023 14:23:25 -0300 Subject: [PATCH 14/14] Update Aplus version --- src/Aplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aplus.php b/src/Aplus.php index 4b630de..62af973 100644 --- a/src/Aplus.php +++ b/src/Aplus.php @@ -19,5 +19,5 @@ final class Aplus * * @var string */ - public const VERSION = '22.0.7'; + public const VERSION = '22.0.8'; }