Changeset 3291514
- Timestamp:
- 05/12/2025 04:11:38 AM (9 months ago)
- Location:
- awcode-toolkit
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.19 (copied) (copied from awcode-toolkit/trunk)
-
tags/1.0.19/aw-toolkit.php (modified) (1 diff)
-
tags/1.0.19/includes/class.awtoolkit-setting.php (modified) (1 diff)
-
tags/1.0.19/readme.txt (modified) (2 diffs)
-
trunk/aw-toolkit.php (modified) (1 diff)
-
trunk/includes/class.awtoolkit-setting.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
awcode-toolkit/tags/1.0.19/aw-toolkit.php
r3218626 r3291514 2 2 /* 3 3 * Plugin Name: AWcode Toolkit 4 * Version: 1.0.1 84 * Version: 1.0.19 5 5 * Description: A collection of useful tools and functions for Wordpress site owners 6 6 * Author: AWcode 7 7 * Author URI: https://awcode.com/ 8 8 * Requires at least: 5.0 9 * Tested up to: 6. 79 * Tested up to: 6.8.1 10 10 * License: GPLv2 11 11 * -
awcode-toolkit/tags/1.0.19/includes/class.awtoolkit-setting.php
r3217512 r3291514 10 10 function awtoolbox_dashboard(){ 11 11 if(isset($_POST['action']) && $_POST['action'] == 'updating-awtoolkit'){ 12 if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'updating-awtoolkit' ) ) { 13 die( __( 'Security check') ); 14 } 12 15 update_option('aw_woo_prod_sales_count', isset($_POST['aw_woo_prod_sales_count']) ? $_POST['aw_woo_prod_sales_count'] : '', 'yes'); 13 16 update_option('aw_woo_prod_dimensions', isset($_POST['aw_woo_prod_dimensions']) ? $_POST['aw_woo_prod_dimensions'] : '', 'yes'); -
awcode-toolkit/tags/1.0.19/readme.txt
r3218626 r3291514 4 4 Tags: woocommerce, cloudflare, awcode, web developer, web design 5 5 Requires at least: 5.0 6 Tested up to: 6. 77 Stable tag: 1.0.1 86 Tested up to: 6.8.1 7 Stable tag: 1.0.19 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 == Upgrade Notice == 51 51 52 = 1.0.1 8=53 Fix error on settings page 52 = 1.0.19 = 53 Security Enhancements 54 54 55 55 == Changelog == 56 57 = 1.0.19 = 58 Security Enhancements 56 59 57 60 = 1.0.18 = -
awcode-toolkit/trunk/aw-toolkit.php
r3218626 r3291514 2 2 /* 3 3 * Plugin Name: AWcode Toolkit 4 * Version: 1.0.1 84 * Version: 1.0.19 5 5 * Description: A collection of useful tools and functions for Wordpress site owners 6 6 * Author: AWcode 7 7 * Author URI: https://awcode.com/ 8 8 * Requires at least: 5.0 9 * Tested up to: 6. 79 * Tested up to: 6.8.1 10 10 * License: GPLv2 11 11 * -
awcode-toolkit/trunk/includes/class.awtoolkit-setting.php
r3217512 r3291514 10 10 function awtoolbox_dashboard(){ 11 11 if(isset($_POST['action']) && $_POST['action'] == 'updating-awtoolkit'){ 12 if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'updating-awtoolkit' ) ) { 13 die( __( 'Security check') ); 14 } 12 15 update_option('aw_woo_prod_sales_count', isset($_POST['aw_woo_prod_sales_count']) ? $_POST['aw_woo_prod_sales_count'] : '', 'yes'); 13 16 update_option('aw_woo_prod_dimensions', isset($_POST['aw_woo_prod_dimensions']) ? $_POST['aw_woo_prod_dimensions'] : '', 'yes'); -
awcode-toolkit/trunk/readme.txt
r3218626 r3291514 4 4 Tags: woocommerce, cloudflare, awcode, web developer, web design 5 5 Requires at least: 5.0 6 Tested up to: 6. 77 Stable tag: 1.0.1 86 Tested up to: 6.8.1 7 Stable tag: 1.0.19 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 == Upgrade Notice == 51 51 52 = 1.0.1 8=53 Fix error on settings page 52 = 1.0.19 = 53 Security Enhancements 54 54 55 55 == Changelog == 56 57 = 1.0.19 = 58 Security Enhancements 56 59 57 60 = 1.0.18 =
Note: See TracChangeset
for help on using the changeset viewer.