Changeset 2621696
- Timestamp:
- 10/29/2021 12:16:36 AM (4 years ago)
- Location:
- wp-cloudflare
- Files:
-
- 4 edited
-
tags/0.1.4/readme.txt (modified) (3 diffs)
-
tags/0.1.4/wp-cloudflare.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wp-cloudflare.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-cloudflare/tags/0.1.4/readme.txt
r2416839 r2621696 4 4 Tags: cloudflare, rocketscript, enable, disable, automatic, manual, include, exclude 5 5 Requires at least: 4.4 6 Tested up to: 5. 5.37 Stable tag: 0.1. 36 Tested up to: 5.8.1 7 Stable tag: 0.1.4 8 8 9 9 Disables or enables cloudflare rocket script on specific files … … 49 49 == Changelog == 50 50 51 = 0.1.4 = 52 * Confirmed WordPress 5.8.1 compatibility 53 51 54 = 0.1.3 = 52 55 * Confirmed WordPress 5.5.3 compatibility … … 63 66 == Upgrade Notice == 64 67 65 = 0.1. 3=66 Confirmed WordPress 5. 5.3compatibility68 = 0.1.4 = 69 Confirmed WordPress 5.8.1 compatibility -
wp-cloudflare/tags/0.1.4/wp-cloudflare.php
r2416839 r2621696 7 7 Author: nabtron 8 8 Author URI: http://nabtron.com/ 9 Version: 0.1. 39 Version: 0.1.4 10 10 Min WP Version: 4.4 11 Max WP Version: 5. 5.311 Max WP Version: 5.8.1 12 12 */ 13 13 // prevent direct access … … 28 28 { 29 29 // Update routines 30 if ( 'insert' == $_POST['action_nabcfrs']) {30 if (!empty($_POST['action_nabcfrs']) && 'insert' == $_POST['action_nabcfrs']) { 31 31 update_option("nabcfrs_true", $_POST['nabcfrs_true']); 32 32 update_option("nabcfrs_false", $_POST['nabcfrs_false']); -
wp-cloudflare/trunk/readme.txt
r2416839 r2621696 4 4 Tags: cloudflare, rocketscript, enable, disable, automatic, manual, include, exclude 5 5 Requires at least: 4.4 6 Tested up to: 5. 5.37 Stable tag: 0.1. 36 Tested up to: 5.8.1 7 Stable tag: 0.1.4 8 8 9 9 Disables or enables cloudflare rocket script on specific files … … 49 49 == Changelog == 50 50 51 = 0.1.4 = 52 * Confirmed WordPress 5.8.1 compatibility 53 51 54 = 0.1.3 = 52 55 * Confirmed WordPress 5.5.3 compatibility … … 63 66 == Upgrade Notice == 64 67 65 = 0.1. 3=66 Confirmed WordPress 5. 5.3compatibility68 = 0.1.4 = 69 Confirmed WordPress 5.8.1 compatibility -
wp-cloudflare/trunk/wp-cloudflare.php
r2416839 r2621696 7 7 Author: nabtron 8 8 Author URI: http://nabtron.com/ 9 Version: 0.1. 39 Version: 0.1.4 10 10 Min WP Version: 4.4 11 Max WP Version: 5. 5.311 Max WP Version: 5.8.1 12 12 */ 13 13 // prevent direct access … … 28 28 { 29 29 // Update routines 30 if ( 'insert' == $_POST['action_nabcfrs']) {30 if (!empty($_POST['action_nabcfrs']) && 'insert' == $_POST['action_nabcfrs']) { 31 31 update_option("nabcfrs_true", $_POST['nabcfrs_true']); 32 32 update_option("nabcfrs_false", $_POST['nabcfrs_false']);
Note: See TracChangeset
for help on using the changeset viewer.