Plugin Directory

Changeset 3449685


Ignore:
Timestamp:
01/29/2026 01:53:52 PM (2 months ago)
Author:
domainsupport
Message:

Tagging version 1.8.7

Location:
deny-all-firewall
Files:
1 deleted
4 edited
8 copied

Legend:

Unmodified
Added
Removed
  • deny-all-firewall/tags/1.8.7/403.php

    r3423632 r3449685  
    1414    require_once(ABSPATH . WPINC . '/formatting.php');
    1515    require_once(ABSPATH . WPINC . '/class-wp-block-parser.php');
     16    require_once(ABSPATH . WPINC . '/http.php');
    1617
    1718// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
  • deny-all-firewall/tags/1.8.7/deny-all-firewall.php

    r3423667 r3449685  
    22/*
    33 * Plugin Name: Deny All Firewall
    4  * Version: 1.8.6
     4 * Version: 1.8.7
    55 * Plugin URI: https://webd.uk/support/
    66 * Description: Blocks access to everything except genuine site content using .htaccess
     
    2424    class daf_class {
    2525
    26         public static $version = '1.8.6';
     26        public static $version = '1.8.7';
    2727
    2828        private $black_list;
  • deny-all-firewall/tags/1.8.7/includes/class-daf-common.php

    r3423632 r3449685  
    11<?php
    22/*
    3  * Version: 1.4.4
     3 * Version: 1.4.5
    44 */
     5
     6
     7
     8if (!defined('ABSPATH')) {
     9    exit('This isn\'t the page you\'re looking for. Move along, move along.');
     10}
    511
    612
  • deny-all-firewall/tags/1.8.7/readme.txt

    r3423667 r3449685  
    66Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 1.8.6
     8Stable tag: 1.8.7
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5050
    5151== Changelog ==
     52
     53= 1.8.7 =
     54* Bug fix
    5255
    5356= 1.8.6 =
     
    339342== Upgrade Notice ==
    340343
    341 = 1.8.6 =
    342 * Bug fix
     344= 1.8.7 =
     345* Bug fix
  • deny-all-firewall/trunk/403.php

    r3423632 r3449685  
    1414    require_once(ABSPATH . WPINC . '/formatting.php');
    1515    require_once(ABSPATH . WPINC . '/class-wp-block-parser.php');
     16    require_once(ABSPATH . WPINC . '/http.php');
    1617
    1718// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
  • deny-all-firewall/trunk/deny-all-firewall.php

    r3423667 r3449685  
    22/*
    33 * Plugin Name: Deny All Firewall
    4  * Version: 1.8.6
     4 * Version: 1.8.7
    55 * Plugin URI: https://webd.uk/support/
    66 * Description: Blocks access to everything except genuine site content using .htaccess
     
    2424    class daf_class {
    2525
    26         public static $version = '1.8.6';
     26        public static $version = '1.8.7';
    2727
    2828        private $black_list;
  • deny-all-firewall/trunk/includes/class-daf-common.php

    r3423632 r3449685  
    11<?php
    22/*
    3  * Version: 1.4.4
     3 * Version: 1.4.5
    44 */
     5
     6
     7
     8if (!defined('ABSPATH')) {
     9    exit('This isn\'t the page you\'re looking for. Move along, move along.');
     10}
    511
    612
  • deny-all-firewall/trunk/readme.txt

    r3423667 r3449685  
    66Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 1.8.6
     8Stable tag: 1.8.7
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5050
    5151== Changelog ==
     52
     53= 1.8.7 =
     54* Bug fix
    5255
    5356= 1.8.6 =
     
    339342== Upgrade Notice ==
    340343
    341 = 1.8.6 =
    342 * Bug fix
     344= 1.8.7 =
     345* Bug fix
Note: See TracChangeset for help on using the changeset viewer.