Skip to content

Commit

Permalink
Merge pull request #2920 from woocommerce/PCP-3945-update-the-plugin-…
Browse files Browse the repository at this point in the history
…support-for-the-latest-wc-and-wp-versions

Update the plugin support for the latest WC and WP versions
  • Loading branch information
InpsydeNiklas authored Dec 23, 2024
2 parents 9af375b + dd92747 commit 64d791d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ web_environment:
- ADMIN_USER=admin
- ADMIN_PASS=admin
- [email protected]
- WC_VERSION=7.7.2
- WC_VERSION=9.5.1

# Key features of ddev's config.yaml:

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== WooCommerce PayPal Payments ===
Contributors: woocommerce, automattic, syde
Tags: woocommerce, paypal, payments, ecommerce, credit card
Requires at least: 6.3
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 2.9.5
Expand Down
2 changes: 1 addition & 1 deletion src/FilePathPluginFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function createPluginFromFilePath( string $filePath ): PluginInterface {
'Title' => '',
'Description' => '',
'TextDomain' => '',
'RequiresWP' => '6.3',
'RequiresWP' => '6.5',
'RequiresPHP' => '7.4',
),
$plugin_data
Expand Down
3 changes: 2 additions & 1 deletion woocommerce-paypal-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
* License: GPL-2.0
* Requires PHP: 7.4
* Requires Plugins: woocommerce
* WC requires at least: 6.9
* Requires at least: 6.5
* WC requires at least: 9.2
* WC tested up to: 9.4
* Text Domain: woocommerce-paypal-payments
*
Expand Down

0 comments on commit 64d791d

Please sign in to comment.