Plugin Directory

Changeset 3042290


Ignore:
Timestamp:
02/28/2024 05:06:15 AM (2 years ago)
Author:
innosight
Message:

Compatibility Check

Location:
sight-pay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sight-pay/trunk/readme.txt

    r2819485 r3042290  
    44Requires at least: 5.2
    55Requires PHP: 7.4
    6 Tested up to: 6.0.3
    7 Stable tag: 1.2.1
     6Tested up to: 6.4.3
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 1.2.2 =
     93* Compatibility with wordpress 6.4.3
     94
    9295= 1.2.1 =
    9396* Doc updated
  • sight-pay/trunk/wp-pay-later.php

    r2819482 r3042290  
    44 * Plugin URI:        https://wordpress.org/plugins/sight-pay
    55 * Description:       Sight Pay is an awesome new way to shop | Pay later plugin for woocommerce
    6  * Version:           1.2.1
     6 * Version:           1.2.2
    77 * Author:            innosight
    88 * Author URI:        https://theinnosight.com/
     
    1515defined('ABSPATH') || exit;
    1616
    17 define('INNOSP_VERSION', '1.2.0');
     17define('INNOSP_VERSION', '1.2.2');
    1818define('INNOSP_DIR', plugin_dir_path(__FILE__));
    1919define('INNOSP_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.