Plugin Directory

Changeset 3039813


Ignore:
Timestamp:
02/22/2024 04:20:17 PM (2 years ago)
Author:
devcashfree
Message:

Update to version 4.5.7

Location:
cashfree
Files:
28 added
3 edited

Legend:

Unmodified
Added
Removed
  • cashfree/trunk/README.md

    r2891973 r3039813  
    11## Official Cashfree Payment Gateway plugin for WooCommerce.
     2
     3![GitHub](https://img.shields.io/github/license/cashfree/cashfree-woocommerce) ![Discord](https://img.shields.io/discord/931125665669972018?label=discord) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/cashfree/cashfree-woocommerce/master) ![GitHub release (with filter)](https://img.shields.io/github/v/release/cashfree/cashfree-woocommerce?label=latest)  ![GitHub forks](https://img.shields.io/github/forks/cashfree/cashfree-woocommerce) ![GitHub Repo stars](https://img.shields.io/github/stars/cashfree/cashfree-woocommerce)
     4
    25
    36### Description
  • cashfree/trunk/cashfree.php

    r3038899 r3039813  
    22/**
    33 * Plugin Name: Cashfree
    4  * Version: 4.5.6
     4 * Version: 4.5.7
    55 * Plugin URI: https://github.com/cashfree/cashfree-woocommerce
    66 * Description: Payment gateway plugin by Cashfree Payments for Woocommerce sites.
     
    2424
    2525require_once ABSPATH . 'wp-admin/includes/plugin.php';
     26
     27// Adding this for making compatible with HPOC
     28add_action('before_woocommerce_init', function() {
     29    if (class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class))
     30    {
     31        \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility('custom_order_tables', __FILE__, true);
     32    }
     33});
    2634
    2735/**
  • cashfree/trunk/readme.txt

    r3038899 r3039813  
    44Tested up to: 6.4
    55Requires PHP: 5.6
    6 Stable tag: 4.5.6
    7 Version: 4.5.6
     6Stable tag: 4.5.7
     7Version: 4.5.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.