Changeset 3076683
- Timestamp:
- 04/24/2024 08:59:00 PM (23 months ago)
- Location:
- wc-smart-cod/tags/1.7.2
- Files:
-
- 20 copied
-
. (copied) (copied from wc-smart-cod/trunk)
-
LICENSE.txt (copied) (copied from wc-smart-cod/trunk/LICENSE.txt)
-
README.txt (copied) (copied from wc-smart-cod/trunk/README.txt) (1 diff)
-
admin/class-wc-smart-cod-admin.php (copied) (copied from wc-smart-cod/trunk/admin/class-wc-smart-cod-admin.php)
-
admin/css/select2.min.css (copied) (copied from wc-smart-cod/trunk/admin/css/select2.min.css)
-
admin/css/wc-smart-cod-admin.css (copied) (copied from wc-smart-cod/trunk/admin/css/wc-smart-cod-admin.css)
-
admin/js/select2.full.min.js (copied) (copied from wc-smart-cod/trunk/admin/js/select2.full.min.js)
-
admin/partials/wc-smart-cod-admin-display.php (copied) (copied from wc-smart-cod/trunk/admin/partials/wc-smart-cod-admin-display.php)
-
includes/class-wc-smart-cod-activator.php (copied) (copied from wc-smart-cod/trunk/includes/class-wc-smart-cod-activator.php)
-
includes/class-wc-smart-cod-deactivator.php (copied) (copied from wc-smart-cod/trunk/includes/class-wc-smart-cod-deactivator.php)
-
includes/class-wc-smart-cod-i18n.php (copied) (copied from wc-smart-cod/trunk/includes/class-wc-smart-cod-i18n.php)
-
includes/class-wc-smart-cod-loader.php (copied) (copied from wc-smart-cod/trunk/includes/class-wc-smart-cod-loader.php)
-
includes/class-wc-smart-cod-notification-settings.php (copied) (copied from wc-smart-cod/trunk/includes/class-wc-smart-cod-notification-settings.php)
-
includes/class-wc-smart-cod.php (copied) (copied from wc-smart-cod/trunk/includes/class-wc-smart-cod.php) (1 diff)
-
languages/wc-smart-cod.pot (copied) (copied from wc-smart-cod/trunk/languages/wc-smart-cod.pot)
-
public/class-wc-smart-cod-public.php (copied) (copied from wc-smart-cod/trunk/public/class-wc-smart-cod-public.php)
-
public/css/wc-smart-cod-public.css (copied) (copied from wc-smart-cod/trunk/public/css/wc-smart-cod-public.css)
-
public/partials/wc-smart-cod-public-display.php (copied) (copied from wc-smart-cod/trunk/public/partials/wc-smart-cod-public-display.php)
-
uninstall.php (copied) (copied from wc-smart-cod/trunk/uninstall.php)
-
wc-smart-cod.php (copied) (copied from wc-smart-cod/trunk/wc-smart-cod.php) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-smart-cod/tags/1.7.2/README.txt
r2985727 r3076683 3 3 Tags: WooCommerce, Cash on Delivery, COD, COD Extra Fee, Smart COD, WooCommerce COD, Multiple Fees 4 4 Requires at least: 3.0.1 5 Tested up to: 6. 36 Stable tag: 1.7. 15 Tested up to: 6.5 6 Stable tag: 1.7.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wc-smart-cod/tags/1.7.2/includes/class-wc-smart-cod.php
r2985727 r3076683 80 80 $this->plugin_name = 'wc-smart-cod'; 81 81 82 define( 'SMART_COD_VER', '1.7. 1' );82 define( 'SMART_COD_VER', '1.7.2' ); 83 83 84 84 self::$version = SMART_COD_VER; -
wc-smart-cod/tags/1.7.2/wc-smart-cod.php
r2985727 r3076683 17 17 * Plugin URI: https://wordpress.org/plugins/wc-smart-cod/ 18 18 * Description: A powerful plugin that extends WooCommerce COD (Cash on Delivery) Gateway, supporting multiple extra fees and a multiple factor gateway restriction. 19 * Version: 1.7. 119 * Version: 1.7.2 20 20 * Author: woosmartcod.com 21 21 * Author URI: https://woosmartcod.com … … 25 25 * Domain Path: /languages 26 26 * WC requires at least: 2.7 27 * WC tested up to: 8. 2.127 * WC tested up to: 8.8.2 28 28 */ 29 29 … … 78 78 } 79 79 80 function declare_hpos_compatibility() {80 function woocommerce_smart_cod_declare_hpos_compatibility() { 81 81 add_action( 'before_woocommerce_init', function() { 82 82 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { … … 86 86 } 87 87 88 declare_hpos_compatibility();88 woocommerce_smart_cod_declare_hpos_compatibility(); 89 89 run_wc_smart_cod();
Note: See TracChangeset
for help on using the changeset viewer.