Skip to content

Commit

Permalink
Add change log, update version to 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahad Ashraf committed Jan 31, 2024
1 parent 1ea6300 commit b671972
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.5.7]
- Minor bug fixes & improve error handling.

## [3.5.6]
- Isolate vendor dependencies to resolve conflicts with other plugins.
- Fix: Error on the payment page due to an invalid order.
Expand Down
6 changes: 3 additions & 3 deletions altapay.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* Description: Payment Gateway to use with WordPress WooCommerce
* Author: AltaPay
* Author URI: https://altapay.com
* Version: 3.5.6
* Version: 3.5.7
* Name: SDM_Altapay
* WC requires at least: 3.9.0
* WC tested up to: 8.5.1
* WC tested up to: 8.5.2
*
* @package Altapay
*/
Expand Down Expand Up @@ -38,7 +38,7 @@
}

if ( ! defined( 'ALTAPAY_PLUGIN_VERSION' ) ) {
define( 'ALTAPAY_PLUGIN_VERSION', '3.5.6' );
define( 'ALTAPAY_PLUGIN_VERSION', '3.5.7' );
}

// Include the autoloader, so we can dynamically include the rest of the classes.
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Contributors: altapay_integrations
Tags: AltaPay, Gateway, Payments, WooCommerce, Payment Card Industry
Requires PHP: 7.4
Requires at least: 5.0
Tested up to: 6.4.2
Stable tag: 3.5.6
Tested up to: 6.4.3
Stable tag: 3.5.7
License: MIT
WC requires at least: 3.9.0
WC tested up to: 8.5.1
WC tested up to: 8.5.2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A plugin that integrates your WooCommerce web shop to the AltaPay payments gateway.
Expand Down Expand Up @@ -39,6 +39,9 @@ AltaPay's Payment Gateway for WooCommerce provides merchants with access to a fu

== Changelog ==

= 3.5.7 =
* Minor bug fixes & improve error handling.

= 3.5.6 =
* Isolate vendor dependencies to resolve conflicts with other plugins.
* Fix: Error on the payment page due to an invalid order.
Expand Down
6 changes: 3 additions & 3 deletions wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,14 @@ In order to reconcile payments please follow the steps below:
## Supported versions

Minimum system requirements are:
- WordPress min. 5.0 – max. 6.4.2
- WooCommerce min. 3.9.0 – max. 8.5.1
- WordPress min. 5.0 – max. 6.4.3
- WooCommerce min. 3.9.0 – max. 8.5.2
- PHP 7.4 and above
- PHP-bcmath library installed.
- PHP-curl MUST be enabled.

The latest tested version is:
- WordPress 6.4.2, WooCommerce 8.5.1 and PHP 8.1
- WordPress 6.4.3, WooCommerce 8.5.2 and PHP 8.1


## Troubleshooting
Expand Down

0 comments on commit b671972

Please sign in to comment.