From c460f500b3b072c511b2036c1e14b4e132e21cd4 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Mon, 4 Sep 2023 21:25:36 +0000 Subject: [PATCH 01/11] Update changelog to 1.3.0 --- CHANGELOG.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1863dc0..192bbf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/figuren-theater/ft-performance/compare/1.3.2...HEAD) - -## [1.3.2](https://github.com/figuren-theater/ft-performance/compare/1.3.1...1.3.2) - 2023-10-15 - -### Dependency Updates & Maintenance - -- Set fixed versions for all 3rd-party-deps & UPDATE internal deps ([#35](https://github.com/figuren-theater/ft-performance/pull/35)) - -## [1.3.1](https://github.com/figuren-theater/ft-performance/compare/1.3.0...1.3.1) - 2023-09-14 - -### Dependency Updates & Maintenance - -- Bump figuren-theater/ft-options from 1.1.10 to 1.2.3 ([#30](https://github.com/figuren-theater/ft-performance/pull/30)) -- Bump wpackagist-plugin/fast404 from 1.1 to 1.2 ([#21](https://github.com/figuren-theater/ft-performance/pull/21)) -- Bump wpackagist-plugin/sqlite-object-cache from 1.3.1 to 1.3.4 ([#20](https://github.com/figuren-theater/ft-performance/pull/20)) +## [Unreleased](https://github.com/figuren-theater/ft-performance/compare/1.3.0...HEAD) ## [1.3.0](https://github.com/figuren-theater/ft-performance/compare/1.2.6...1.3.0) - 2023-09-04 From ece0ab0e0d5e5a1904f59dc26ad611f9af4540c8 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Mon, 4 Sep 2023 21:25:37 +0000 Subject: [PATCH 02/11] Update version to 1.3.0 --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index 2674c35..fc075b9 100644 --- a/plugin.php +++ b/plugin.php @@ -11,7 +11,7 @@ * Plugin Name: figuren.theater | Performance * Plugin URI: https://github.com/figuren-theater/ft-performance * Description: Fast websites are more accessible, more sustainable and are giving a better UX. This is the code which accelerates figuren.theater and its WordPress Multisite Network. - * Version: 1.3.2 + * Version: 1.3.0 * Requires at least: 6.0 * Requires PHP: 7.2 * Author: figuren.theater From 76ef3a553518cee0bdccfbabd1ea9b7a672061ac Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Thu, 14 Sep 2023 09:40:12 +0000 Subject: [PATCH 03/11] Update changelog to 1.3.1 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 192bbf6..24aee82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/figuren-theater/ft-performance/compare/1.3.0...HEAD) +## [Unreleased](https://github.com/figuren-theater/ft-performance/compare/1.3.1...HEAD) + +## [1.3.1](https://github.com/figuren-theater/ft-performance/compare/1.3.0...1.3.1) - 2023-09-14 + +### Dependency Updates & Maintenance + +- Bump figuren-theater/ft-options from 1.1.10 to 1.2.3 ([#30](https://github.com/figuren-theater/ft-performance/pull/30)) +- Bump wpackagist-plugin/fast404 from 1.1 to 1.2 ([#21](https://github.com/figuren-theater/ft-performance/pull/21)) +- Bump wpackagist-plugin/sqlite-object-cache from 1.3.1 to 1.3.4 ([#20](https://github.com/figuren-theater/ft-performance/pull/20)) ## [1.3.0](https://github.com/figuren-theater/ft-performance/compare/1.2.6...1.3.0) - 2023-09-04 From cecf853cb4a8462dbf6ccc350d8686c1961a3f82 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Thu, 14 Sep 2023 09:40:12 +0000 Subject: [PATCH 04/11] Update version to 1.3.1 --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index fc075b9..b9e7365 100644 --- a/plugin.php +++ b/plugin.php @@ -11,7 +11,7 @@ * Plugin Name: figuren.theater | Performance * Plugin URI: https://github.com/figuren-theater/ft-performance * Description: Fast websites are more accessible, more sustainable and are giving a better UX. This is the code which accelerates figuren.theater and its WordPress Multisite Network. - * Version: 1.3.0 + * Version: 1.3.1 * Requires at least: 6.0 * Requires PHP: 7.2 * Author: figuren.theater From 02b1dca4ad232f78a0c0b5bbbb06f2d94796988e Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Sun, 15 Oct 2023 18:20:06 +0000 Subject: [PATCH 05/11] Update changelog to 1.3.2 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24aee82..1863dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/figuren-theater/ft-performance/compare/1.3.1...HEAD) +## [Unreleased](https://github.com/figuren-theater/ft-performance/compare/1.3.2...HEAD) + +## [1.3.2](https://github.com/figuren-theater/ft-performance/compare/1.3.1...1.3.2) - 2023-10-15 + +### Dependency Updates & Maintenance + +- Set fixed versions for all 3rd-party-deps & UPDATE internal deps ([#35](https://github.com/figuren-theater/ft-performance/pull/35)) ## [1.3.1](https://github.com/figuren-theater/ft-performance/compare/1.3.0...1.3.1) - 2023-09-14 From fdf4a0147e5f72f67825a6595cb63a5b2ba52850 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Sun, 15 Oct 2023 18:20:06 +0000 Subject: [PATCH 06/11] Update version to 1.3.2 --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index b9e7365..2674c35 100644 --- a/plugin.php +++ b/plugin.php @@ -11,7 +11,7 @@ * Plugin Name: figuren.theater | Performance * Plugin URI: https://github.com/figuren-theater/ft-performance * Description: Fast websites are more accessible, more sustainable and are giving a better UX. This is the code which accelerates figuren.theater and its WordPress Multisite Network. - * Version: 1.3.1 + * Version: 1.3.2 * Requires at least: 6.0 * Requires PHP: 7.2 * Author: figuren.theater From b449a1ef76d41f9abce287598f5cd7e37ce48d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:29:50 +0000 Subject: [PATCH 07/11] Bump wpackagist-plugin/sqlite-object-cache from 1.3.4 to 1.3.7 Bumps wpackagist-plugin/sqlite-object-cache from 1.3.4 to 1.3.7. --- updated-dependencies: - dependency-name: wpackagist-plugin/sqlite-object-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 04ef67d..99441ac 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "wpackagist-plugin/native-gettext": "1.1.2", "wpackagist-plugin/pwa": "0.7.1", "wpackagist-plugin/quicklink": "0.10.0", - "wpackagist-plugin/sqlite-object-cache": "1.3.4" + "wpackagist-plugin/sqlite-object-cache": "1.3.7" }, "require-dev": { "figuren-theater/code-quality": "*" diff --git a/composer.lock b/composer.lock index 1a87421..30e1c69 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "08f8147a7cad1d371e83aaa0d4879394", + "content-hash": "bd583285b8c8dce78c4d781a487e5b8b", "packages": [ { "name": "carstingaxion/cache-control", @@ -651,15 +651,15 @@ }, { "name": "wpackagist-plugin/sqlite-object-cache", - "version": "1.3.4", + "version": "1.3.7", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/sqlite-object-cache/", - "reference": "tags/1.3.4" + "reference": "tags/1.3.7" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/sqlite-object-cache.1.3.4.zip" + "url": "https://downloads.wordpress.org/plugin/sqlite-object-cache.1.3.7.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" @@ -2450,5 +2450,5 @@ "php": ">=7.2" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } From 38c75294ab48413b586569281e960d884fbe3bd8 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Thu, 22 Feb 2024 01:07:58 +0100 Subject: [PATCH 08/11] Remove 'native-gettext' (1.1.2) --- README.md | 1 - composer.json | 3 --- composer.lock | 22 ++--------------- inc/native-gettext/namespace.php | 41 -------------------------------- 4 files changed, 2 insertions(+), 65 deletions(-) delete mode 100644 inc/native-gettext/namespace.php diff --git a/README.md b/README.md index 3ae6630..6592ebc 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ Thoose are completely managed by code and lack of their typical UI. * [Cache-Control](https://github.com/carstingaxion/wordpress-cache-control) * [Cache Enabler](https://wordpress.org/plugins/cache-enabler/#developers) * [Fast404](https://wordpress.org/plugins/fast404/#developers) -* [Native Gettext](https://wordpress.org/plugins/native-gettext/#developers) * [PWA](https://wordpress.org/plugins/pwa/#developers) * [Quicklink for WordPress](https://wordpress.org/plugins/quicklink/#developers) * [SQLite Object Cache](https://wordpress.org/plugins/sqlite-object-cache/#developers) diff --git a/composer.json b/composer.json index 99441ac..e63cb21 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,6 @@ "figuren-theater/ft-theming": "*", "wpackagist-plugin/cache-enabler": "1.8.13", "wpackagist-plugin/fast404": "1.2", - "wpackagist-plugin/native-gettext": "1.1.2", "wpackagist-plugin/pwa": "0.7.1", "wpackagist-plugin/quicklink": "0.10.0", "wpackagist-plugin/sqlite-object-cache": "1.3.7" @@ -68,7 +67,6 @@ "inc/cache-control/namespace.php", "inc/cache-enabler/namespace.php", "inc/fast404/namespace.php", - "inc/native-gettext/namespace.php", "inc/pwa/namespace.php", "inc/quicklink/namespace.php", "inc/sqlite-object-cache/namespace.php", @@ -92,7 +90,6 @@ "carstingaxion/wp-super-preload", "wpackagist-plugin/cache-enabler", "wpackagist-plugin/fast404", - "wpackagist-plugin/native-gettext", "wpackagist-plugin/pwa", "wpackagist-plugin/quicklink" ] diff --git a/composer.lock b/composer.lock index 30e1c69..781e7be 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bd583285b8c8dce78c4d781a487e5b8b", + "content-hash": "3b69e66ff2b022407641d3f52612a7f7", "packages": [ { "name": "carstingaxion/cache-control", @@ -595,24 +595,6 @@ "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/fast404/" }, - { - "name": "wpackagist-plugin/native-gettext", - "version": "1.1.2", - "source": { - "type": "svn", - "url": "https://plugins.svn.wordpress.org/native-gettext/", - "reference": "tags/1.1.2" - }, - "dist": { - "type": "zip", - "url": "https://downloads.wordpress.org/plugin/native-gettext.1.1.2.zip" - }, - "require": { - "composer/installers": "^1.0 || ^2.0" - }, - "type": "wordpress-plugin", - "homepage": "https://wordpress.org/plugins/native-gettext/" - }, { "name": "wpackagist-plugin/pwa", "version": "0.7.1", @@ -2450,5 +2432,5 @@ "php": ">=7.2" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } diff --git a/inc/native-gettext/namespace.php b/inc/native-gettext/namespace.php deleted file mode 100644 index 2ba5d03..0000000 --- a/inc/native-gettext/namespace.php +++ /dev/null @@ -1,41 +0,0 @@ - Date: Thu, 22 Feb 2024 01:19:00 +0100 Subject: [PATCH 09/11] NEW 'performant-translations' plugin (1.1.2) --- README.md | 1 + composer.json | 5 +++- composer.lock | 20 ++++++++++++- inc/namespace.php | 3 +- inc/performant-translations/namespace.php | 34 +++++++++++++++++++++++ 5 files changed, 59 insertions(+), 4 deletions(-) create mode 100644 inc/performant-translations/namespace.php diff --git a/README.md b/README.md index 6592ebc..d280c10 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Thoose are completely managed by code and lack of their typical UI. * [Cache-Control](https://github.com/carstingaxion/wordpress-cache-control) * [Cache Enabler](https://wordpress.org/plugins/cache-enabler/#developers) * [Fast404](https://wordpress.org/plugins/fast404/#developers) +* [Performant Translations](https://wordpress.org/plugins/performant-translations/#developers) * [PWA](https://wordpress.org/plugins/pwa/#developers) * [Quicklink for WordPress](https://wordpress.org/plugins/quicklink/#developers) * [SQLite Object Cache](https://wordpress.org/plugins/sqlite-object-cache/#developers) diff --git a/composer.json b/composer.json index e63cb21..70d0be9 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,8 @@ "wpackagist-plugin/fast404": "1.2", "wpackagist-plugin/pwa": "0.7.1", "wpackagist-plugin/quicklink": "0.10.0", - "wpackagist-plugin/sqlite-object-cache": "1.3.7" + "wpackagist-plugin/sqlite-object-cache": "1.3.7", + "wpackagist-plugin/performant-translations": "^1.1" }, "require-dev": { "figuren-theater/code-quality": "*" @@ -67,6 +68,7 @@ "inc/cache-control/namespace.php", "inc/cache-enabler/namespace.php", "inc/fast404/namespace.php", + "inc/performant-translations/namespace.php", "inc/pwa/namespace.php", "inc/quicklink/namespace.php", "inc/sqlite-object-cache/namespace.php", @@ -90,6 +92,7 @@ "carstingaxion/wp-super-preload", "wpackagist-plugin/cache-enabler", "wpackagist-plugin/fast404", + "wpackagist-plugin/performant-translations", "wpackagist-plugin/pwa", "wpackagist-plugin/quicklink" ] diff --git a/composer.lock b/composer.lock index 781e7be..d151f02 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3b69e66ff2b022407641d3f52612a7f7", + "content-hash": "ff9307639ab366962668b273280cb20d", "packages": [ { "name": "carstingaxion/cache-control", @@ -595,6 +595,24 @@ "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/fast404/" }, + { + "name": "wpackagist-plugin/performant-translations", + "version": "1.1.2", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/performant-translations/", + "reference": "tags/1.1.2" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/performant-translations.1.1.2.zip" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/performant-translations/" + }, { "name": "wpackagist-plugin/pwa", "version": "0.7.1", diff --git a/inc/namespace.php b/inc/namespace.php index 6b53703..4e0e92d 100644 --- a/inc/namespace.php +++ b/inc/namespace.php @@ -25,7 +25,6 @@ function register(): void { 'cache-control' => $use_cache, 'cache-enabler' => $use_cache, - 'native-gettext' => true, 'pwa' => false, 'quicklink' => $use_cache, 'sqlite-object-cache' => $use_cache, // This file will be installed from this plugin, no chance to check against $use_mem_cache from here. @@ -54,7 +53,7 @@ function bootstrap(): void { Cache_Control\bootstrap(); Cache_Enabler\bootstrap(); Fast404\bootstrap(); - Native_Gettext\bootstrap(); + Performant_Translations\bootstrap(); PWA\bootstrap(); Quicklink\bootstrap(); Sqlite_Object_Cache\bootstrap(); diff --git a/inc/performant-translations/namespace.php b/inc/performant-translations/namespace.php new file mode 100644 index 0000000..d95aaf4 --- /dev/null +++ b/inc/performant-translations/namespace.php @@ -0,0 +1,34 @@ + Date: Thu, 22 Feb 2024 01:23:28 +0100 Subject: [PATCH 10/11] composer update --lock --- composer.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 9233100..79e1a04 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ff9307639ab366962668b273280cb20d", + "content-hash": "62fd82d741bf6d848b53488e096d1ed8", "packages": [ { "name": "carstingaxion/cache-control", From bb379b6992ec7a450c599a0173ee6d3cd34e6494 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Thu, 22 Feb 2024 01:24:54 +0100 Subject: [PATCH 11/11] composer normalize --- composer.json | 4 ++-- composer.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 70d0be9..f20f3df 100644 --- a/composer.json +++ b/composer.json @@ -38,10 +38,10 @@ "figuren-theater/ft-theming": "*", "wpackagist-plugin/cache-enabler": "1.8.13", "wpackagist-plugin/fast404": "1.2", + "wpackagist-plugin/performant-translations": "^1.1", "wpackagist-plugin/pwa": "0.7.1", "wpackagist-plugin/quicklink": "0.10.0", - "wpackagist-plugin/sqlite-object-cache": "1.3.7", - "wpackagist-plugin/performant-translations": "^1.1" + "wpackagist-plugin/sqlite-object-cache": "1.3.7" }, "require-dev": { "figuren-theater/code-quality": "*" diff --git a/composer.lock b/composer.lock index 79e1a04..0454879 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "62fd82d741bf6d848b53488e096d1ed8", + "content-hash": "9dd11e5982f927a9cf9ed2f2dc8d4643", "packages": [ { "name": "carstingaxion/cache-control", @@ -2450,5 +2450,5 @@ "php": ">=7.2" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }