Changeset 3449685
- Timestamp:
- 01/29/2026 01:53:52 PM (2 months ago)
- Location:
- deny-all-firewall
- Files:
-
- 1 deleted
- 4 edited
- 8 copied
-
tags/1.8.7 (copied) (copied from deny-all-firewall/trunk)
-
tags/1.8.7/403.php (copied) (copied from deny-all-firewall/trunk/403.php) (1 diff)
-
tags/1.8.7/deny-all-firewall.php (copied) (copied from deny-all-firewall/trunk/deny-all-firewall.php) (2 diffs)
-
tags/1.8.7/includes (copied) (copied from deny-all-firewall/trunk/includes)
-
tags/1.8.7/includes/class-daf-common.php (copied) (copied from deny-all-firewall/trunk/includes/class-daf-common.php) (1 diff)
-
tags/1.8.7/includes/class-webd.php (deleted)
-
tags/1.8.7/includes/customize-controls.js (copied) (copied from deny-all-firewall/trunk/includes/customize-controls.js)
-
tags/1.8.7/readme.txt (copied) (copied from deny-all-firewall/trunk/readme.txt) (3 diffs)
-
tags/1.8.7/remote-addr.php (copied) (copied from deny-all-firewall/trunk/remote-addr.php)
-
trunk/403.php (modified) (1 diff)
-
trunk/deny-all-firewall.php (modified) (2 diffs)
-
trunk/includes/class-daf-common.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
deny-all-firewall/tags/1.8.7/403.php
r3423632 r3449685 14 14 require_once(ABSPATH . WPINC . '/formatting.php'); 15 15 require_once(ABSPATH . WPINC . '/class-wp-block-parser.php'); 16 require_once(ABSPATH . WPINC . '/http.php'); 16 17 17 18 // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -
deny-all-firewall/tags/1.8.7/deny-all-firewall.php
r3423667 r3449685 2 2 /* 3 3 * Plugin Name: Deny All Firewall 4 * Version: 1.8. 64 * Version: 1.8.7 5 5 * Plugin URI: https://webd.uk/support/ 6 6 * Description: Blocks access to everything except genuine site content using .htaccess … … 24 24 class daf_class { 25 25 26 public static $version = '1.8. 6';26 public static $version = '1.8.7'; 27 27 28 28 private $black_list; -
deny-all-firewall/tags/1.8.7/includes/class-daf-common.php
r3423632 r3449685 1 1 <?php 2 2 /* 3 * Version: 1.4. 43 * Version: 1.4.5 4 4 */ 5 6 7 8 if (!defined('ABSPATH')) { 9 exit('This isn\'t the page you\'re looking for. Move along, move along.'); 10 } 5 11 6 12 -
deny-all-firewall/tags/1.8.7/readme.txt
r3423667 r3449685 6 6 Tested up to: 6.9 7 7 Requires PHP: 5.6 8 Stable tag: 1.8. 68 Stable tag: 1.8.7 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 53 = 1.8.7 = 54 * Bug fix 52 55 53 56 = 1.8.6 = … … 339 342 == Upgrade Notice == 340 343 341 = 1.8. 6=342 * Bug fix 344 = 1.8.7 = 345 * Bug fix -
deny-all-firewall/trunk/403.php
r3423632 r3449685 14 14 require_once(ABSPATH . WPINC . '/formatting.php'); 15 15 require_once(ABSPATH . WPINC . '/class-wp-block-parser.php'); 16 require_once(ABSPATH . WPINC . '/http.php'); 16 17 17 18 // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -
deny-all-firewall/trunk/deny-all-firewall.php
r3423667 r3449685 2 2 /* 3 3 * Plugin Name: Deny All Firewall 4 * Version: 1.8. 64 * Version: 1.8.7 5 5 * Plugin URI: https://webd.uk/support/ 6 6 * Description: Blocks access to everything except genuine site content using .htaccess … … 24 24 class daf_class { 25 25 26 public static $version = '1.8. 6';26 public static $version = '1.8.7'; 27 27 28 28 private $black_list; -
deny-all-firewall/trunk/includes/class-daf-common.php
r3423632 r3449685 1 1 <?php 2 2 /* 3 * Version: 1.4. 43 * Version: 1.4.5 4 4 */ 5 6 7 8 if (!defined('ABSPATH')) { 9 exit('This isn\'t the page you\'re looking for. Move along, move along.'); 10 } 5 11 6 12 -
deny-all-firewall/trunk/readme.txt
r3423667 r3449685 6 6 Tested up to: 6.9 7 7 Requires PHP: 5.6 8 Stable tag: 1.8. 68 Stable tag: 1.8.7 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 53 = 1.8.7 = 54 * Bug fix 52 55 53 56 = 1.8.6 = … … 339 342 == Upgrade Notice == 340 343 341 = 1.8. 6=342 * Bug fix 344 = 1.8.7 = 345 * Bug fix
Note: See TracChangeset
for help on using the changeset viewer.