Skip to content

Commit

Permalink
Merge pull request #146 from wpsmartpay/Release_v2.7.10
Browse files Browse the repository at this point in the history
Release v2.7.10
  • Loading branch information
shamsbd71 authored Dec 9, 2024
2 parents 83f8b28 + af704b2 commit 2987689
Show file tree
Hide file tree
Showing 3 changed files with 8 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.9",
"version": "2.7.10",
"description": "A simple plugin for receiving payment.",
"repository": {
"type": "git",
Expand Down
6 changes: 5 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: 4.9
Tested up to: 6.6.2
Requires PHP: 7.4.0
Stable Tag: 2.7.9
Stable Tag: 2.7.10
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,10 @@ 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.10] =
* Fix - Errors due to return type declaration.
* Fix - Error due to early triggering text domain.

= [2.7.9] =
* Fix - Form builder unaccessible due to overlapping styles.
* Add - Block picker at the bottom of the form editor.
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 @@
* Description: Simplest way to sell digital downloads and fundraise with WordPress. Easily connect Paddle, Stripe, Paypal to accept donations and manage downloads.
* 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.9
* Version: 2.7.10
* Author: WPSmartPay
* Author URI: https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
* Text Domain: smartpay
Expand All @@ -27,7 +27,7 @@

defined('ABSPATH') || exit;

define('SMARTPAY_VERSION', '2.7.9');
define('SMARTPAY_VERSION', '2.7.10');
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 2987689

Please sign in to comment.