From 7adc5b47da45ffea049e3143cd174a56a2fdfcdf Mon Sep 17 00:00:00 2001 From: Sayan Datta Date: Sat, 10 Dec 2022 22:53:28 +0530 Subject: [PATCH 1/2] version bump --- includes/payment.php | 4 ++-- readme.txt | 11 +++++++++-- rzp-woocommerce.php | 8 ++++---- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/includes/payment.php b/includes/payment.php index 5becf74..7987dd3 100644 --- a/includes/payment.php +++ b/includes/payment.php @@ -250,9 +250,9 @@ public function init_form_fields() { 'api_type' => array( 'title' => __( 'Razorpay API Type:', 'rzp-woocommerce' ), 'type' => 'select', - 'description' => __( 'Select the Razorpay API Type from here. Legacy API will be officially deprecated by Razorpay on March 31, 2021.', 'rzp-woocommerce' ), + 'description' => __( 'Select the Razorpay API Type from here. Legacy API will be officially deprecated by Razorpay on March 31, 2021. If you have created your Razorpay account before December 2020, you may need to use the legacy version.', 'rzp-woocommerce' ), 'desc_tip' => false, - 'default' => 'legacy', + 'default' => 'standard', 'options' => array( 'standard' => __( 'Standard API', 'rzp-woocommerce' ), 'legacy' => __( 'Legacy API', 'rzp-woocommerce' ), diff --git a/readme.txt b/readme.txt index f2f7576..5bc8396 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: infosatech Tags: razorpay, qrcode, upi, woocommerce, debit card, credit card Requires at least: 4.6 -Tested up to: 6.0 -Stable tag: 1.1.6 +Tested up to: 6.1 +Stable tag: 1.1.7 Requires PHP: 5.6 Donate link: https://rzp.io/l/Bq3W5pr License: GPLv3 @@ -106,6 +106,13 @@ Post detailed information about the issue in the [support forum](https://wordpre If you like Razorpay Payment Links for WooCommerce, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/rzp-woocommerce/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you! += 1.1.7 = +Release Date: December 10, 2022 + +* Tweak: Default API is now set as Standard Mode. +* WordPress tested upto v6.1. +* WC Tested upto v7.1. + = 1.1.6 = Release Date: July 15, 2022 diff --git a/rzp-woocommerce.php b/rzp-woocommerce.php index 62bf7e5..1a0f647 100644 --- a/rzp-woocommerce.php +++ b/rzp-woocommerce.php @@ -3,14 +3,14 @@ * Plugin Name: Razorpay Payment Links for WooCommerce * Plugin URI: https://wordpress.org/plugins/rzp-woocommerce/ * Description: The easiest and most secure solution to collect payments with WooCommerce. Allow customers to securely pay via Razorpay (Credit/Debit Cards, NetBanking, UPI, Wallets, QR Code). - * Version: 1.1.6 + * Version: 1.1.7 * Author: Sayan Datta * Author URI: https://sayandatta.in * License: GPLv3 * Text Domain: rzp-woocommerce * Domain Path: /languages * WC requires at least: 2.0 - * WC tested up to: 6.7 + * WC tested up to: 7.1 * * Razorpay Payment Links for WooCommerce is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -39,7 +39,7 @@ } $consts = array( - 'RZPWC_WOO_PLUGIN_VERSION' => '1.1.6', // plugin version + 'RZPWC_WOO_PLUGIN_VERSION' => '1.1.7', // plugin version 'RZPWC_WOO_PLUGIN_BASENAME' => plugin_basename( __FILE__ ), 'RZPWC_WOO_PLUGIN_DIR' => plugin_dir_url( __FILE__ ), ); @@ -129,7 +129,7 @@ function rzpwc_new_plugin_install_notice() {

here to configure plugin settings.', 'rzp-woocommerce' ), 'Razorpay Payment Links for WooCommerce', esc_html( RZPWC_WOO_PLUGIN_VERSION ), esc_url( admin_url( 'admin.php?page=wc-settings&tab=checkout§ion=wc-razorpay' ) ) ); ?>

+ printf( wp_kses_post( __( 'Thanks for installing %1$s v%2$s plugin. Click here to configure plugin settings.', 'rzp-woocommerce' ) ), 'Razorpay Payment Links for WooCommerce', esc_html( RZPWC_WOO_PLUGIN_VERSION ), esc_url( admin_url( 'admin.php?page=wc-settings&tab=checkout§ion=wc-razorpay' ) ) ); ?>

Date: Sat, 10 Dec 2022 22:54:21 +0530 Subject: [PATCH 2/2] add changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0ee58..705f266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.1.7 +Release Date: December 10, 2022 + +* Tweak: Default API is now set as Standard Mode. +* WordPress tested upto v6.1. +* WC Tested upto v7.1. + ## 1.1.6 Release Date: July 15, 2022