Changeset 3042290
- Timestamp:
- 02/28/2024 05:06:15 AM (2 years ago)
- Location:
- sight-pay/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-pay-later.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sight-pay/trunk/readme.txt
r2819485 r3042290 4 4 Requires at least: 5.2 5 5 Requires PHP: 7.4 6 Tested up to: 6. 0.37 Stable tag: 1.2. 16 Tested up to: 6.4.3 7 Stable tag: 1.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 == Changelog == 91 91 92 = 1.2.2 = 93 * Compatibility with wordpress 6.4.3 94 92 95 = 1.2.1 = 93 96 * Doc updated -
sight-pay/trunk/wp-pay-later.php
r2819482 r3042290 4 4 * Plugin URI: https://wordpress.org/plugins/sight-pay 5 5 * Description: Sight Pay is an awesome new way to shop | Pay later plugin for woocommerce 6 * Version: 1.2. 16 * Version: 1.2.2 7 7 * Author: innosight 8 8 * Author URI: https://theinnosight.com/ … … 15 15 defined('ABSPATH') || exit; 16 16 17 define('INNOSP_VERSION', '1.2. 0');17 define('INNOSP_VERSION', '1.2.2'); 18 18 define('INNOSP_DIR', plugin_dir_path(__FILE__)); 19 19 define('INNOSP_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.