Skip to content

Commit

Permalink
Added change log and updated for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Mar 16, 2021
1 parent 1640f82 commit a5b300a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

Since Give - Moneris 1.1.0, all notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

### New

---

## 1.1.0 - 2021-03-16

### Added

- Added CVD / CVV validation to the plugin which includes a new option. As well, we cleaned up the code a little bit. (#20)
4 changes: 2 additions & 2 deletions give-moneris.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Give - Moneris
* Plugin URI: https://givewp.com/addons/moneris-gateway/
* Description: Adds support to accept donations via the Moneris Payment gateway.
* Version: 1.0.1
* Version: 1.1.0
* Author: GiveWP
* Author URI: https://givewp.com
* License: GNU General Public License v2 or later
Expand Down Expand Up @@ -88,7 +88,7 @@ private function setup() {
private function setup_constants() {

if ( ! defined( 'GIVE_MONERIS_VERSION' ) ) {
define( 'GIVE_MONERIS_VERSION', '1.0.1' );
define( 'GIVE_MONERIS_VERSION', '1.1.0' );
}

if ( ! defined( 'GIVE_MONERIS_MIN_GIVE_VERSION' ) ) {
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: givewp
Tags: donations, donation, ecommerce, e-commerce, fundraising, fundraiser, moneris, gateway
Requires at least: 4.8
Tested up to: 5.4
Stable tag: 1.0.1
Tested up to: 5.7
Stable tag: 1.1.0
Requires Give: 2.3.0
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0
Expand All @@ -18,7 +18,7 @@ This plugin requires the Give plugin activated to function properly. When activa

= Minimum Requirements =

* WordPress 4.8 or greater
* WordPress 5.0 or greater
* PHP version 5.3 or greater
* MySQL version 5.0 or greater

Expand All @@ -38,6 +38,9 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 1.1.0: March , 2021 =
* New: Added CVD / CVV (the last-3 numbers on the back of a credit or debit card) validation via the Moneris eFraud API.

= 1.0.1: May 19th, 2020 =
* Fix: We resolved a bug which was causing amounts over $999.99 to be rejected by the Moneris API due to an incorrect currency format. The Moneris API does not want any thousands separators passed in the payment request. We have removed the thousands separators and tested thoroughly to ensure large amounts are fully supported.

Expand Down

0 comments on commit a5b300a

Please sign in to comment.