diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a64aeb..cbe7ed0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Upload release asset uses: actions/upload-release-asset@v1 env: - GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} asset_path: ${{ steps.deploy.outputs.zip-path }} diff --git a/main.php b/main.php index 47199bf..8bdfd62 100644 --- a/main.php +++ b/main.php @@ -4,7 +4,7 @@ * Plugin Name: MemberPress Paystack * Plugin URI: https://wordpress.org/plugins/paystack-memberpress/ * Description: Paystack integration for MemberPress. - * Version: 1.3.6 + * Version: 1.3.7 * Author: Paystack * Author URI: https://paystack.com/ * Developer: Wisdom Ebong diff --git a/readme.txt b/readme.txt index bfda53f..7454569 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: paystack, kaneahabagale Tags: paystack, billing, subscription, payment, memberpress, Requires at least: 5.1 -Tested up to: 6.8.2 +Tested up to: 6.8.3 Requires PHP: 7.2 and higher -Stable tag: 1.3.6 +Stable tag: 1.3.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -83,6 +83,9 @@ Here you can browse the source, look at open issues and keep track of developmen == Changelog == += 1.3.7 - October 10, 2025 = +* Compatibility with WordPress 6.8.3 and PHP 8.2.23 + = 1.3.6 - July 21, 2025 = * Compatibility with WordPress 6.8.2 and PHP 8.2.23