Skip to content

Commit

Permalink
v1.2.2:
Browse files Browse the repository at this point in the history
Ownership Transferred from Sayan Datta to Knit Pay (Logic Bridge Techno Mart LLP)
  • Loading branch information
knit-pay committed Mar 13, 2024
1 parent af14879 commit eceb385
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: https://www.sayandatta.co.in/donate
custom: https://imjo.in/CFnEDt
2 changes: 1 addition & 1 deletion includes/class-payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Razorpay Payment Links for WooCommerce
* @subpackage Includes
* @author Sayan Datta
* @author KnitPay
* @license http://www.gnu.org/licenses/ GNU General Public License
*/

Expand Down
2 changes: 1 addition & 1 deletion languages/rzp-woocommerce.pot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2022 Sayan Datta
# Copyright (C) 2022 KnitPay
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rzp-woocommerce",
"title": "Razorpay Payment Links for WooCommerce",
"version": "1.0.0",
"author": "Sayan Datta",
"author": "KnitPay",
"license": "GPL-3.0+",
"keywords": [],
"engines": {
Expand Down
7 changes: 3 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
=== Razorpay Payment Links for WooCommerce ===
Contributors: infosatech
Tags: razorpay, qrcode, upi, woocommerce, debit card, credit card
Contributors: knitpay, gautammkgarg, infosatech
Tags: razorpay, qrcode, upi, woocommerce, payments,
Requires at least: 4.6
Tested up to: 6.4
Stable tag: 1.2.1
Stable tag: 1.2.2
Requires PHP: 5.6
Donate link: https://www.sayandatta.co.in/donate
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html

Expand Down
12 changes: 6 additions & 6 deletions rzp-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* 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.2.1
* Author: Sayan Datta
* Author URI: https://www.sayandatta.co.in
* Version: 1.2.2
* Author: KnitPay
* Author URI: https://www.knitpay.org/
* License: GPLv3
* Text Domain: rzp-woocommerce
* Domain Path: /languages
Expand All @@ -27,7 +27,7 @@
*
* @category WooCommerce
* @package Razorpay Payment Links for WooCommerce
* @author Sayan Datta <iamsayan@protonmail.com>
* @author KnitPay
* @license http://www.gnu.org/licenses/ GNU General Public License
* @link https://wordpress.org/plugins/rzp-woocommerce/
*
Expand Down Expand Up @@ -253,7 +253,7 @@ public function plugin_row_meta( $links, $file ) {
$more = [
'<a href="https://wordpress.org/support/plugin/rzp-woocommerce/" target="_blank">' . esc_html__( 'Support', 'rzp-woocommerce' ) . '</a>',
'<a href="https://wordpress.org/plugins/rzp-woocommerce/#faq" target="_blank">' . esc_html__( 'FAQ', 'rzp-woocommerce' ) . '</a>',
'<a href="https://www.sayandatta.co.in/donate" target="_blank">' . esc_html__( 'Donate', 'rzp-woocommerce' ) . '</a>',
//'<a href="https://www.sayandatta.co.in/donate" target="_blank">' . esc_html__( 'Donate', 'rzp-woocommerce' ) . '</a>',
];

return array_merge( $links, $more );
Expand Down Expand Up @@ -354,7 +354,7 @@ public function admin_notice() {
<?php
}

$show_donate = true;
$show_donate = false;
if ( $this->calculate_time() > strtotime( '-10 days' )
|| '1' === get_option( 'rzpwc_plugin_dismiss_donate_notice' )
|| apply_filters( 'rzpwc_hide_sticky_donate_notice', false ) ) {
Expand Down

0 comments on commit eceb385

Please sign in to comment.