Skip to content

Commit

Permalink
Version Bump 4.6.0 (#532)
Browse files Browse the repository at this point in the history
* Version Bump 4.6.0
  • Loading branch information
Anantha-Perumal authored Feb 12, 2024
1 parent ddfe1ec commit cfb8850
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: razorpay
Tags: razorpay, payments, india, woocommerce, curlec, malaysia, ecommerce, international, cross border
Requires at least: 3.9.2
Tested up to: 6.3.1
Stable tag: 4.5.9
Stable tag: 4.6.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -69,6 +69,10 @@ Razorpay is available for Store Owners and Merchants in

== Changelog ==

= 4.6.0 =
* Support for Tera Wallet.
* Added RTB widget.

= 4.5.9 =
* Plugin name and description updated.

Expand Down
6 changes: 3 additions & 3 deletions woo-razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Plugin Name: 1 Razorpay: Signup for FREE PG
* Plugin URI: https://razorpay.com
* Description: Razorpay Payment Gateway Integration for WooCommerce.Razorpay Welcome Back Offer: New to Razorpay? Sign up to enjoy FREE payments* of INR 2 lakh till March 31st! Transact before January 10th to grab the offer.
* Version: 4.5.9
* Stable tag: 4.5.9
* Version: 4.6.0
* Stable tag: 4.6.0
* Author: Team Razorpay
* WC tested up to: 7.9.0
* Author URI: https://razorpay.com
Expand Down Expand Up @@ -2950,7 +2950,7 @@ function trigger_rtb_widget()
{
$key_id = get_option('woocommerce_razorpay_settings')['key_id'];
echo '<script async src="https://cdn.razorpay.com/widgets/trusted-badge.js" type="text/javascript"></script>
<div style="padding-top: 60px;" id="app">
<razorpay-trusted-business key="' . $key_id . '">
</razorpay-trusted-business>
Expand Down

0 comments on commit cfb8850

Please sign in to comment.