Skip to content

Commit

Permalink
Merge pull request #154 from wpsmartpay/Release_v2.7.12
Browse files Browse the repository at this point in the history
Release v2.7.12
  • Loading branch information
aushamim authored Dec 10, 2024
2 parents 9cafb77 + ec16d68 commit 10c1764
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-smartpay",
"version": "2.7.11",
"version": "2.7.12",
"description": "A simple plugin for receiving payment.",
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: download manager, digital product, donation, ecommerce, stripe, paypal, pa
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable Tag: 2.7.11
Stable Tag: 2.7.12
License: GNU Version 2 or later

The Simplest way to sell digital downloads and set up payment forms with Stripe, Paypal and Paddle. Accept donations, service payment and manage downloads with ease.
Expand Down Expand Up @@ -112,6 +112,9 @@ The easiest way to install WP SmartPay is to search for it via your site’s Das
7. Seamless one click checkout

== Changelog ==
= [2.7.12] =
* Fix - Add instructions to enable payment gateways in pro version.

= [2.7.11] =
* Fix - WordPress was showing wrong version.

Expand Down
4 changes: 2 additions & 2 deletions smartpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
* Tags: download manager, digital product, donation, ecommerce, paddle, stripe, paypal, document manager, file manager, download protection, recurring payment, donations, donation plugin, wordpress donation plugin, wp donation, fundraising, fundraiser, crowdfunding, wordpress donations, gutenberg, gutenberg donations, nonprofit, paypal donations, paypal donate, stripe donations, stripe donate, authorize.net, authorize.net donations, bkash, bkash payment,
*
* Version: 2.7.11
* Version: 2.7.12
* Requires PHP: 8.1
* Requires at least: 6.0
* Tested up to: 6.7
Expand All @@ -31,7 +31,7 @@

defined('ABSPATH') || exit;

define('SMARTPAY_VERSION', '2.7.11');
define('SMARTPAY_VERSION', '2.7.12');
define('SMARTPAY_PLUGIN_FILE', __FILE__);
define('SMARTPAY_PLUGIN_ASSETS', plugins_url('public', __FILE__));
define('SMARTPAY_STORE_URL', 'https://wpsmartpay.com/');
Expand Down

0 comments on commit 10c1764

Please sign in to comment.