Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down