Skip to content

Commit

Permalink
feat: more specific namespace for plugin updater
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcodes committed Oct 30, 2024
1 parent c099dc5 commit c5f74fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/class-PluginUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package wpengine-geoip
*/

namespace WPEngine\Updates;
namespace WPEngine\GeoIP\Updates;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion src/class-geoip.php
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ public function check_for_upgrades() {
);

require_once __DIR__ . '/class-PluginUpdater.php';
new \WPEngine\Updates\PluginUpdater( $properties );
new \WPEngine\GeoIP\Updates\PluginUpdater( $properties );
}

/**
Expand Down
7 changes: 4 additions & 3 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,10 @@ Please contact the WP Engine [Support Team](https://my.wpengine.com/support).
== Changelog ==

= 1.2.9 =
- Local development Fixes
- Fix for `wp_localize_script` being called without expected parameter type
- Bump for WP 6.6 compatibility
- Updates are now served from WP Engine servers.
- Local development fixes.
- Fix for `wp_localize_script` being called without expected parameter type.
- Bump for WP 6.6 compatibility.

= 1.2.8 =
- Fix for development sites that call the `continent` method
Expand Down

0 comments on commit c5f74fe

Please sign in to comment.