From 5145007a4ffdeb094fba9347aa0719e2a2294c04 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Thu, 3 Mar 2022 12:47:44 -0800 Subject: [PATCH 01/11] fix longstanding missing GitHub tab issue Seems to be a conflict between object cache and Git Updater cache refresh --- CHANGES.md | 1 + src/Git_Updater/Settings.php | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4bc1fe3f2..06d620ad6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ #### [unreleased] +* fix long standing object cache conflict with refresh cache and missing GitHub subtab by always showing GitHub subtab #### 10.6.15 / 2022-03-02 * show overridden plugins/themes by [Skip Updates](https://wordpress.org/plugins/skip-updates/) plugin in Git Updater Settings tab diff --git a/src/Git_Updater/Settings.php b/src/Git_Updater/Settings.php index c99c01509..8c339a9ec 100644 --- a/src/Git_Updater/Settings.php +++ b/src/Git_Updater/Settings.php @@ -11,6 +11,7 @@ namespace Fragen\Git_Updater; use Fragen\Singleton; +use Fragen\Git_Updater\API\GitHub_API; use Fragen\Git_Updater\Traits\GU_Trait; /* @@ -167,6 +168,9 @@ private function settings_sub_tabs() { $git_subtab = []; $gu_subtabs = []; + // Force GitHub Settings subtab. Fix for object cache and refresh cache conflict. + ( new GitHub_API( new \stdClass() ) )->add_settings( static::$auth_required ); + /** * Filter subtabs to be able to add subtab from git API class. * From 7060acbc851501a57b60c547e49a90f691d88fc6 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Thu, 3 Mar 2022 12:47:57 -0800 Subject: [PATCH 02/11] composer update --- composer.lock | 12 ++++++------ git-updater.php | 2 +- vendor/composer/installed.json | 14 +++++++------- vendor/composer/installed.php | 10 +++++----- .../wordpress-sdk/includes/class-freemius.php | 2 +- vendor/freemius/wordpress-sdk/package.json | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/composer.lock b/composer.lock index 63169b1a1..c4f9919b0 100644 --- a/composer.lock +++ b/composer.lock @@ -254,16 +254,16 @@ }, { "name": "freemius/wordpress-sdk", - "version": "2.4.2", + "version": "2.4.3", "source": { "type": "git", "url": "https://github.com/Freemius/wordpress-sdk.git", - "reference": "84a9be4717effd7697a217e0d931f48ae0d2ecc6" + "reference": "d2c3e1c27792f34123f928ea9fa73be56c337d13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/84a9be4717effd7697a217e0d931f48ae0d2ecc6", - "reference": "84a9be4717effd7697a217e0d931f48ae0d2ecc6", + "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/d2c3e1c27792f34123f928ea9fa73be56c337d13", + "reference": "d2c3e1c27792f34123f928ea9fa73be56c337d13", "shasum": "" }, "require": { @@ -287,9 +287,9 @@ ], "support": { "issues": "https://github.com/Freemius/wordpress-sdk/issues", - "source": "https://github.com/Freemius/wordpress-sdk/tree/2.4.2" + "source": "https://github.com/Freemius/wordpress-sdk/tree/2.4.3" }, - "time": "2021-02-08T16:47:44+00:00" + "time": "2022-03-03T09:14:17+00:00" } ], "packages-dev": [], diff --git a/git-updater.php b/git-updater.php index d768e07bf..5be940f7b 100644 --- a/git-updater.php +++ b/git-updater.php @@ -12,7 +12,7 @@ * Plugin Name: Git Updater * Plugin URI: https://git-updater.com * Description: A plugin to automatically update GitHub hosted plugins, themes, and language packs. Additional API plugins available for Bitbucket, GitLab, Gitea, and Gist. - * Version: 10.6.15 + * Version: 10.6.15.1 * Author: Andy Fragen * License: MIT * Domain Path: /languages diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index a82a2cc81..3cbfe4cf9 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -263,23 +263,23 @@ }, { "name": "freemius/wordpress-sdk", - "version": "2.4.2", - "version_normalized": "2.4.2.0", + "version": "2.4.3", + "version_normalized": "2.4.3.0", "source": { "type": "git", "url": "https://github.com/Freemius/wordpress-sdk.git", - "reference": "84a9be4717effd7697a217e0d931f48ae0d2ecc6" + "reference": "d2c3e1c27792f34123f928ea9fa73be56c337d13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/84a9be4717effd7697a217e0d931f48ae0d2ecc6", - "reference": "84a9be4717effd7697a217e0d931f48ae0d2ecc6", + "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/d2c3e1c27792f34123f928ea9fa73be56c337d13", + "reference": "d2c3e1c27792f34123f928ea9fa73be56c337d13", "shasum": "" }, "require": { "php": ">=5.2" }, - "time": "2021-02-08T16:47:44+00:00", + "time": "2022-03-03T09:14:17+00:00", "type": "library", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", @@ -299,7 +299,7 @@ ], "support": { "issues": "https://github.com/Freemius/wordpress-sdk/issues", - "source": "https://github.com/Freemius/wordpress-sdk/tree/2.4.2" + "source": "https://github.com/Freemius/wordpress-sdk/tree/2.4.3" }, "install-path": "../freemius/wordpress-sdk" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 11ed6c88c..8c65bf644 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -5,7 +5,7 @@ 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '4502b546c88a47aa3e76e14e87a8d572cc37a727', + 'reference' => '5dfce7309d7384641b0efeacf738405ab180a4c6', 'name' => 'afragen/git-updater', 'dev' => false, ), @@ -16,7 +16,7 @@ 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '4502b546c88a47aa3e76e14e87a8d572cc37a727', + 'reference' => '5dfce7309d7384641b0efeacf738405ab180a4c6', 'dev_requirement' => false, ), 'afragen/singleton' => array( @@ -69,12 +69,12 @@ 'dev_requirement' => false, ), 'freemius/wordpress-sdk' => array( - 'pretty_version' => '2.4.2', - 'version' => '2.4.2.0', + 'pretty_version' => '2.4.3', + 'version' => '2.4.3.0', 'type' => 'library', 'install_path' => __DIR__ . '/../freemius/wordpress-sdk', 'aliases' => array(), - 'reference' => '84a9be4717effd7697a217e0d931f48ae0d2ecc6', + 'reference' => 'd2c3e1c27792f34123f928ea9fa73be56c337d13', 'dev_requirement' => false, ), ), diff --git a/vendor/freemius/wordpress-sdk/includes/class-freemius.php b/vendor/freemius/wordpress-sdk/includes/class-freemius.php index fba128992..eee651409 100755 --- a/vendor/freemius/wordpress-sdk/includes/class-freemius.php +++ b/vendor/freemius/wordpress-sdk/includes/class-freemius.php @@ -4058,7 +4058,7 @@ function get_anonymous_id( $blog_id = null ) { if ( empty( $unique_id ) || ! is_string( $unique_id ) ) { $key = fs_strip_url_protocol( get_site_url( $blog_id ) ); - $secure_auth = SECURE_AUTH_KEY; + $secure_auth = defined( 'SECURE_AUTH_KEY' ) ? SECURE_AUTH_KEY : ''; if ( empty( $secure_auth ) || false !== strpos( $secure_auth, ' ' ) || 'put your unique phrase here' === $secure_auth diff --git a/vendor/freemius/wordpress-sdk/package.json b/vendor/freemius/wordpress-sdk/package.json index 4c339edf2..8f7dd3f32 100644 --- a/vendor/freemius/wordpress-sdk/package.json +++ b/vendor/freemius/wordpress-sdk/package.json @@ -4,7 +4,7 @@ "author": "Freemius, Inc.", "license": "GPL-3.0", "homepage": "https://freemius.com", - "version": "2.4.2", + "version": "2.4.3", "main": "gulpfile.js", "dependencies": {}, "scripts": { From 0aae14c25f55731da766677f0b73e7603a035542 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Fri, 4 Mar 2022 15:21:38 -0800 Subject: [PATCH 03/11] return data when called from REST_API --- src/Git_Updater/Base.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Git_Updater/Base.php b/src/Git_Updater/Base.php index 120a15518..a6a35e712 100644 --- a/src/Git_Updater/Base.php +++ b/src/Git_Updater/Base.php @@ -316,7 +316,7 @@ public function maybe_auto_update() { * * @param \stdClass $repo Repo object. * - * @return bool + * @return bool|\stdClass */ public function get_remote_repo_meta( $repo ) { // Exit if non-privileged user and bypassing wp-cron. @@ -374,6 +374,10 @@ public function get_remote_repo_meta( $repo ) { $language_pack->run(); } + if ( class_exists('Fragen\Git_Updater\PRO\REST\REST_API') && $this->caller instanceof \Fragen\Git_Updater\PRO\REST\REST_API ){ + return $repo; + } + return true; } From ee558498ccbae30c5607d73c2d45209f7777a187 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Fri, 4 Mar 2022 15:29:16 -0800 Subject: [PATCH 04/11] add comment and format for better code reading --- src/Git_Updater/Base.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Git_Updater/Base.php b/src/Git_Updater/Base.php index a6a35e712..b4d4a06ce 100644 --- a/src/Git_Updater/Base.php +++ b/src/Git_Updater/Base.php @@ -374,7 +374,10 @@ public function get_remote_repo_meta( $repo ) { $language_pack->run(); } - if ( class_exists('Fragen\Git_Updater\PRO\REST\REST_API') && $this->caller instanceof \Fragen\Git_Updater\PRO\REST\REST_API ){ + // Return data if being called from Git Updater PRO REST API. + if ( class_exists( 'Fragen\Git_Updater\PRO\REST\REST_API' ) + && $this->caller instanceof \Fragen\Git_Updater\PRO\REST\REST_API + ) { return $repo; } From b9b99859a149d7580b7ad94f62908fc645598fd6 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Fri, 4 Mar 2022 15:34:54 -0800 Subject: [PATCH 05/11] update changes --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 06d620ad6..fd873afa7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ #### [unreleased] * fix long standing object cache conflict with refresh cache and missing GitHub subtab by always showing GitHub subtab +* return `get_remote_repo_meta()` data when called from Git Updater PRO REST API #### 10.6.15 / 2022-03-02 * show overridden plugins/themes by [Skip Updates](https://wordpress.org/plugins/skip-updates/) plugin in Git Updater Settings tab From 43f243c94be69a8d94f27d4e003a3614bcb20767 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Sat, 5 Mar 2022 15:28:45 -0800 Subject: [PATCH 06/11] remove duplicate line --- src/Git_Updater/Plugin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Git_Updater/Plugin.php b/src/Git_Updater/Plugin.php index 68de35876..328bedb3c 100644 --- a/src/Git_Updater/Plugin.php +++ b/src/Git_Updater/Plugin.php @@ -379,7 +379,6 @@ public function update_site_transient( $transient ) { 'plugin' => $plugin->file, 'url' => $plugin->uri, 'icons' => $plugin->icons, - 'icons' => $plugin->icons, 'banners' => $plugin->banners, 'branch' => $plugin->branch, 'type' => "{$plugin->git}-{$plugin->type}", From e7916efebad5a5c6f22cc72aacdc36be16ba05d7 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Sat, 5 Mar 2022 15:29:21 -0800 Subject: [PATCH 07/11] add default icon data to plugin --- CHANGES.md | 1 + src/Git_Updater/Plugin.php | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fd873afa7..8ecbd644f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ #### [unreleased] * fix long standing object cache conflict with refresh cache and missing GitHub subtab by always showing GitHub subtab * return `get_remote_repo_meta()` data when called from Git Updater PRO REST API +* add `default` icon data to `Plugin` object #### 10.6.15 / 2022-03-02 * show overridden plugins/themes by [Skip Updates](https://wordpress.org/plugins/skip-updates/) plugin in Git Updater Settings tab diff --git a/src/Git_Updater/Plugin.php b/src/Git_Updater/Plugin.php index 328bedb3c..a49f44ddf 100644 --- a/src/Git_Updater/Plugin.php +++ b/src/Git_Updater/Plugin.php @@ -209,11 +209,12 @@ function ( $key ) use ( $plugin ) { : null; $git_plugin['icons'] = []; $icons = [ - 'svg' => 'icon.svg', - '1x_png' => 'icon-128x128.png', - '1x_jpg' => 'icon-128x128.jpg', - '2x_png' => 'icon-256x256.png', - '2x_jpg' => 'icon-256x256.jpg', + 'svg' => 'icon.svg', + '1x_png' => 'icon-128x128.png', + '1x_jpg' => 'icon-128x128.jpg', + '2x_png' => 'icon-256x256.png', + '2x_jpg' => 'icon-256x256.jpg', + 'default' => '', ]; foreach ( $icons as $key => $filename ) { $key = preg_replace( '/_png|_jpg/', '', $key ); From 02a1cf93b124f3d6a73a9acd88cb264ea3a257ff Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Sun, 6 Mar 2022 08:38:56 -0800 Subject: [PATCH 08/11] add more release asset data to repo cache --- CHANGES.md | 1 + src/Git_Updater/API/API.php | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8ecbd644f..3bbf7807b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ * fix long standing object cache conflict with refresh cache and missing GitHub subtab by always showing GitHub subtab * return `get_remote_repo_meta()` data when called from Git Updater PRO REST API * add `default` icon data to `Plugin` object +* add additional release asset data to repo cache #### 10.6.15 / 2022-03-02 * show overridden plugins/themes by [Skip Updates](https://wordpress.org/plugins/skip-updates/) plugin in Git Updater Settings tab diff --git a/src/Git_Updater/API/API.php b/src/Git_Updater/API/API.php index b0d7238af..3d4a99f48 100644 --- a/src/Git_Updater/API/API.php +++ b/src/Git_Updater/API/API.php @@ -575,15 +575,24 @@ protected function get_release_asset_redirect( $asset, $aws = false ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended if ( ! $response || isset( $_REQUEST['override'] ) ) { + $args = $this->add_auth_header( [], $asset ); + $octet_stream = [ 'accept' => 'application/octet-stream' ]; + + // Get additional release asset data. + $release_asset_response = \wp_remote_get( $asset, $args ); + $release_asset_response = json_decode( wp_remote_retrieve_body( $release_asset_response ) ); + if ( ! empty( $release_asset_response ) ) { + $this->set_repo_cache( 'release_asset_response', $release_asset_response ); + } + add_action( 'requests-requests.before_redirect', [ $this, 'set_redirect' ], 10, 1 ); - $auth_header = $this->add_auth_header( [], $asset ); - $octet_stream = [ 'accept' => 'application/octet-stream' ]; - $args['headers'] = array_merge( $auth_header['headers'], $octet_stream ); + $args['headers'] = array_merge( $args['headers'], $octet_stream ); $redirect = wp_remote_get( $asset, $args ); // If $redirect not retrieved zero out value of release_asset in cache. if ( 200 !== wp_remote_retrieve_response_code( $redirect ) ) { $this->set_repo_cache( 'release_asset', false ); + $this->set_repo_cache( 'release_asset_response', false ); } } From bec0fd7523658e7cc1f29bb9d17bff7b84f74fe0 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Sun, 6 Mar 2022 10:31:41 -0800 Subject: [PATCH 09/11] set release_asset URL --- src/Git_Updater/API/API.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Git_Updater/API/API.php b/src/Git_Updater/API/API.php index 3d4a99f48..8f455cd4d 100644 --- a/src/Git_Updater/API/API.php +++ b/src/Git_Updater/API/API.php @@ -552,6 +552,7 @@ protected function get_release_asset_redirect( $asset, $aws = false ) { // Unset release asset url if older than 5 min to account for AWS expiration. if ( $aws && ( time() - strtotime( '-12 hours', $this->response['timeout'] ) ) >= 300 ) { + unset( $this->response['release_asset'] ); unset( $this->response['release_asset_redirect'] ); } @@ -582,6 +583,7 @@ protected function get_release_asset_redirect( $asset, $aws = false ) { $release_asset_response = \wp_remote_get( $asset, $args ); $release_asset_response = json_decode( wp_remote_retrieve_body( $release_asset_response ) ); if ( ! empty( $release_asset_response ) ) { + $this->set_repo_cache( 'release_asset', $asset ); $this->set_repo_cache( 'release_asset_response', $release_asset_response ); } From c2038c57076ba30f23d9e2a4c615000739ccbe94 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Sun, 6 Mar 2022 11:07:57 -0800 Subject: [PATCH 10/11] done elsewhere --- src/Git_Updater/API/API.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Git_Updater/API/API.php b/src/Git_Updater/API/API.php index 8f455cd4d..2544f6df8 100644 --- a/src/Git_Updater/API/API.php +++ b/src/Git_Updater/API/API.php @@ -583,7 +583,6 @@ protected function get_release_asset_redirect( $asset, $aws = false ) { $release_asset_response = \wp_remote_get( $asset, $args ); $release_asset_response = json_decode( wp_remote_retrieve_body( $release_asset_response ) ); if ( ! empty( $release_asset_response ) ) { - $this->set_repo_cache( 'release_asset', $asset ); $this->set_repo_cache( 'release_asset_response', $release_asset_response ); } @@ -593,7 +592,6 @@ protected function get_release_asset_redirect( $asset, $aws = false ) { // If $redirect not retrieved zero out value of release_asset in cache. if ( 200 !== wp_remote_retrieve_response_code( $redirect ) ) { - $this->set_repo_cache( 'release_asset', false ); $this->set_repo_cache( 'release_asset_response', false ); } } From 4221af28ce24f385a55962e27a4f46fc541dabc4 Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Sun, 6 Mar 2022 11:19:06 -0800 Subject: [PATCH 11/11] release --- CHANGES.md | 2 ++ git-updater.php | 2 +- languages/git-updater.pot | 46 +++++++++++++++++------------------ vendor/composer/installed.php | 4 +-- 4 files changed, 28 insertions(+), 26 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3bbf7807b..dee2b0bff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,6 @@ #### [unreleased] + +#### 10.7.0 / 2022-03-06 * fix long standing object cache conflict with refresh cache and missing GitHub subtab by always showing GitHub subtab * return `get_remote_repo_meta()` data when called from Git Updater PRO REST API * add `default` icon data to `Plugin` object diff --git a/git-updater.php b/git-updater.php index 5be940f7b..06c45f592 100644 --- a/git-updater.php +++ b/git-updater.php @@ -12,7 +12,7 @@ * Plugin Name: Git Updater * Plugin URI: https://git-updater.com * Description: A plugin to automatically update GitHub hosted plugins, themes, and language packs. Additional API plugins available for Bitbucket, GitLab, Gitea, and Gist. - * Version: 10.6.15.1 + * Version: 10.7.0 * Author: Andy Fragen * License: MIT * Domain Path: /languages diff --git a/languages/git-updater.pot b/languages/git-updater.pot index 1ae2db377..07bff5a06 100644 --- a/languages/git-updater.pot +++ b/languages/git-updater.pot @@ -2,21 +2,21 @@ # This file is distributed under the MIT. msgid "" msgstr "" -"Project-Id-Version: Git Updater 10.6.14\n" +"Project-Id-Version: Git Updater 10.7.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/git-updater\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2022-02-05T23:32:19+00:00\n" +"POT-Creation-Date: 2022-03-06T19:18:31+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.6.0\n" "X-Domain: git-updater\n" #. Plugin Name of the plugin -#: src/Git_Updater/Settings.php:165 -#: src/Git_Updater/Settings.php:270 +#: src/Git_Updater/Settings.php:166 +#: src/Git_Updater/Settings.php:274 msgid "Git Updater" msgstr "" @@ -180,74 +180,74 @@ msgstr "" msgid "Please be patient while WP-Cron finishes making API calls." msgstr "" -#: src/Git_Updater/Settings.php:137 -#: src/Git_Updater/Settings.php:806 +#: src/Git_Updater/Settings.php:138 +#: src/Git_Updater/Settings.php:817 msgid "Settings" msgstr "" -#: src/Git_Updater/Settings.php:212 -#: src/Git_Updater/Settings.php:369 +#: src/Git_Updater/Settings.php:216 +#: src/Git_Updater/Settings.php:373 msgid "Git Updater Settings" msgstr "" -#: src/Git_Updater/Settings.php:213 +#: src/Git_Updater/Settings.php:217 msgctxt "Menu item" msgid "Git Updater" msgstr "" -#: src/Git_Updater/Settings.php:293 +#: src/Git_Updater/Settings.php:297 msgid "Refresh Cache" msgstr "" -#: src/Git_Updater/Settings.php:338 +#: src/Git_Updater/Settings.php:342 msgid "Settings saved." msgstr "" -#: src/Git_Updater/Settings.php:340 +#: src/Git_Updater/Settings.php:344 msgid "Cache refreshed." msgstr "" -#: src/Git_Updater/Settings.php:382 +#: src/Git_Updater/Settings.php:386 msgid "Enable Branch Switching" msgstr "" -#: src/Git_Updater/Settings.php:395 +#: src/Git_Updater/Settings.php:399 msgid "Bypass WP-Cron Background Processing for Debugging" msgstr "" -#: src/Git_Updater/Settings.php:407 +#: src/Git_Updater/Settings.php:411 msgid "Display `deprecated hook` messaging in debug.log" msgstr "" -#: src/Git_Updater/Settings.php:570 +#: src/Git_Updater/Settings.php:574 msgid "Check to enable." msgstr "" -#: src/Git_Updater/Settings.php:602 +#: src/Git_Updater/Settings.php:613 msgid "Overridden Plugins and Themes" msgstr "" -#: src/Git_Updater/Settings.php:603 +#: src/Git_Updater/Settings.php:614 msgid "The following plugins or themes might exist on wp.org, but any updates will be downloaded from their respective git repositories." msgstr "" -#: src/Git_Updater/Settings.php:840 +#: src/Git_Updater/Settings.php:851 msgid "This is a private repository." msgstr "" -#: src/Git_Updater/Settings.php:841 +#: src/Git_Updater/Settings.php:852 msgid "This repository has not connected to the API or was unable to connect." msgstr "" -#: src/Git_Updater/Settings.php:842 +#: src/Git_Updater/Settings.php:853 msgid "This repository is hosted on WordPress.org." msgstr "" -#: src/Git_Updater/Settings.php:843 +#: src/Git_Updater/Settings.php:854 msgid "This repository has been ignored and does not connect to the API." msgstr "" -#: src/Git_Updater/Settings.php:887 +#: src/Git_Updater/Settings.php:898 msgid "Installed Plugins and Themes" msgstr "" diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 8c65bf644..71bc38fb9 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -5,7 +5,7 @@ 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '5dfce7309d7384641b0efeacf738405ab180a4c6', + 'reference' => 'c2038c57076ba30f23d9e2a4c615000739ccbe94', 'name' => 'afragen/git-updater', 'dev' => false, ), @@ -16,7 +16,7 @@ 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '5dfce7309d7384641b0efeacf738405ab180a4c6', + 'reference' => 'c2038c57076ba30f23d9e2a4c615000739ccbe94', 'dev_requirement' => false, ), 'afragen/singleton' => array(