Changeset 3102022
- Timestamp:
- 06/12/2024 09:01:36 PM (22 months ago)
- Location:
- order-signature-for-woocommerce
- Files:
-
- 39 added
- 4 edited
-
tags/2.0.0 (added)
-
tags/2.0.0/assets (added)
-
tags/2.0.0/assets/css (added)
-
tags/2.0.0/assets/css/index.php (added)
-
tags/2.0.0/assets/css/swph-woo-sign-back-end-styles-custom.css (added)
-
tags/2.0.0/assets/css/swph-woo-sign-front-end-styles-custom.css (added)
-
tags/2.0.0/assets/img (added)
-
tags/2.0.0/assets/img/index.php (added)
-
tags/2.0.0/assets/img/order-signature-for-woocommerce-go-pro-banner.png (added)
-
tags/2.0.0/assets/img/pencil.png (added)
-
tags/2.0.0/assets/js (added)
-
tags/2.0.0/assets/js/index.php (added)
-
tags/2.0.0/assets/js/jSignature.min.noconflict.js (added)
-
tags/2.0.0/assets/js/swph-woo-sign-back-end-scripts-custom.js (added)
-
tags/2.0.0/assets/js/swph-woo-sign-front-end-scripts-custom.js (added)
-
tags/2.0.0/banner-1544x500.png (added)
-
tags/2.0.0/banner-772x250.png (added)
-
tags/2.0.0/icon-128x128.png (added)
-
tags/2.0.0/icon-256x256.png (added)
-
tags/2.0.0/includes (added)
-
tags/2.0.0/includes/class-swph-signature-backend.php (added)
-
tags/2.0.0/includes/class-swph-signature-frontend.php (added)
-
tags/2.0.0/includes/class-swph-signature-helper.php (added)
-
tags/2.0.0/includes/class-swph-signature-woo.php (added)
-
tags/2.0.0/jsignature (added)
-
tags/2.0.0/jsignature/jSignature_Tools_Base30.php (added)
-
tags/2.0.0/languages (added)
-
tags/2.0.0/languages/order-signature-for-woocommerce-ro_RO.mo (added)
-
tags/2.0.0/languages/order-signature-for-woocommerce-ro_RO.po (added)
-
tags/2.0.0/languages/order-signature-for-woocommerce.pot (added)
-
tags/2.0.0/readme.md (added)
-
tags/2.0.0/readme.txt (added)
-
tags/2.0.0/screenshot-1.png (added)
-
tags/2.0.0/screenshot-2.png (added)
-
tags/2.0.0/screenshot-3.png (added)
-
tags/2.0.0/swph-woo-order-signature-light.php (added)
-
tags/2.0.0/templates (added)
-
tags/2.0.0/templates/signature-pad-template.php (added)
-
tags/2.0.0/templates/signature-template.php (added)
-
trunk/includes/class-swph-signature-frontend.php (modified) (1 diff)
-
trunk/readme.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/swph-woo-order-signature-light.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
order-signature-for-woocommerce/trunk/includes/class-swph-signature-frontend.php
r2922497 r3102022 244 244 // Woocommerce already validates nonce. 245 245 // phpcs:ignore 246 $signature = wp_kses_post( $_POST['swph_woo_sign_customer_signature'] );246 $signature = esc_html( $_POST['swph_woo_sign_customer_signature'] ); 247 247 248 248 // phpcs:ignore -
order-signature-for-woocommerce/trunk/readme.md
r2916947 r3102022 3 3 Tags: signature,customer signature,order,order signature,woocommerce,woocommerce order signature 4 4 Requires at least: 4.7.4 5 Tested up to: 6. 2.25 Tested up to: 6.5.4 6 6 WC requires at least: 3.0 7 WC tested up to: 7.7.07 WC tested up to: 8.9.3 8 8 License: GPL 2.0 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
order-signature-for-woocommerce/trunk/readme.txt
r2916947 r3102022 3 3 Tags: signature,customer signature,order,order signature,woocommerce,woocommerce order signature 4 4 Requires at least: 4.7.4 5 Tested up to: 6. 2.25 Tested up to: 6.5.4 6 6 WC requires at least: 3.0 7 WC tested up to: 7.7.07 WC tested up to: 8.9.3 8 8 License: GPL 2.0 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
order-signature-for-woocommerce/trunk/swph-woo-order-signature-light.php
r2916947 r3102022 12 12 * Domain Path: /languages 13 13 * Requires at least: 4.0 14 * Tested up to: 6. 2.214 * Tested up to: 6.5.4 15 15 * WC requires at least: 3.0.0 16 * WC tested up to: 7.7.016 * WC tested up to: 8.9.3 17 17 * 18 18 * @package swph-woo-order-signature
Note: See TracChangeset
for help on using the changeset viewer.