Plugin Directory

Changeset 3490337


Ignore:
Timestamp:
03/24/2026 08:04:05 PM (7 days ago)
Author:
frontiers
Message:

1.0.8

Location:
nodoss/trunk
Files:
3 added
6 edited

Legend:

Unmodified
Added
Removed
  • nodoss/trunk/classes/base.php

    r3489173 r3490337  
    44 * @author        Edwin Bekedam
    55 * @license       gplv2
    6  * @version       1.0.7
     6 * @version       1.0.8
    77 *
    88 * @wordpress-plugin
  • nodoss/trunk/classes/load.php

    r3489173 r3490337  
    44 * @author        Edwin Bekedam
    55 * @license       gplv2
    6  * @version       1.0.7
     6 * @version       1.0.8
    77 *
    88 * @wordpress-plugin
  • nodoss/trunk/classes/plugin.php

    r3489173 r3490337  
    44 * @author        Edwin Bekedam
    55 * @license       gplv2
    6  * @version       1.0.7
     6 * @version       1.0.8
    77 *
    88 * @wordpress-plugin
  • nodoss/trunk/inc/init/http-headers.php

    r3489173 r3490337  
    44 * @author        Edwin Bekedam
    55 * @license       gplv2
    6  * @version       1.0.7
     6 * @version       1.0.8
    77 *
    88 * @wordpress-plugin
  • nodoss/trunk/nodoss.php

    r3489173 r3490337  
    44 * @author        Edwin Bekedam
    55 * @license       gplv2
    6  * @version       1.0.7
     6 * @version       1.0.8
    77 *
    88 * @wordpress-plugin
     
    1010 * Plugin URI:  https://wordpress.org/plugins/nodoss
    1111 * Description: Lightweight Security plugin againts attacks, incl mordern securty headers.
    12  * Version:     1.0.7
     12 * Version:     1.0.8
    1313 * Author:      Edwin Bekedam
    1414 * Author URI:  https://github.com/frontiers-wp/nodoss
     
    4040// Define constant with current version
    4141if (! defined( 'NODOSS_VERSION' ) ) {
    42     define( 'NODOSS_VERSION', '1.0.7' );
     42    define( 'NODOSS_VERSION', '1.0.8' );
    4343}
    4444
  • nodoss/trunk/readme.txt

    r3489193 r3490337  
    44Contributors: frontiers
    55Author URI: https://github.com/frontiers-wp/nodoss
    6 Tags: security
     6Tags: security, performance, brute force,
    77Description: Lightweight Security plugin againts attacks, incl mordern securty headers.
    88Requires at least: 5.0
    99Tested up to: 6.9
    1010Requires PHP: 8.1
    11 Stable tag: 1.0.7
     11Stable tag: 1.0.8
    1212License: GPLv2
    1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1414
    15 Stop bots, pingbacks, protection againts brute force hacking,script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests.
     15Stop bots, pingbacks, protection againts brute force hacking, script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests,
    1616
    1717== Description ==
    1818
    19 Stop bots, pingbacks, protection againts brute force hacking, script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests, invalid unwanted user edits.
     19Stop bots, pingbacks, protection againts brute force hacking, script jacking, Iframe XSS attacks, CSRF Proctection, Insecure requests, invalid unwanted user edits,
     20Stops emulator and injection attacks
    2021
    2122Pre-set Security Headers:
     
    33342. Extract the Plugin to a `nodoss` Folder
    34353. Activate the plugin through the 'Plugins' menu in WordPress
    35 4. General Settings - Heartbeat <15> <240> Interval seconds
     364. General Settings Heartbeat <15> <240> Interval seconds
    3637
    3738== OR ==
     
    41423. Search for nodoss` and click 'Install Now' or click on the `upload` link to upload `nodoss.zip`
    42434. Click on `Activate plugin`
    43 5. General Settings - Heartbeat <15> <240> Interval seconds
     445. General Settings Heartbeat <15> <240> Interval seconds
    4445
    4546== Frequently Asked Questions ==
    4647
    47 = A question that someone might have =
     48= Why use NoDoss as a security plugin? =
     49Because it developed over a longer period of time, with fully hosted sites as well, there are performance and security layers that complement without breaking any of the basic functions of WordPress.
    4850
    49 An answer to that question.
     51= Will the NoDoss plugin slow down my site? =
     52It's developed to be lightweight because it covers all with very low impact on performance.
    5053
    51 = A question that someone might have =
     54= Will the plugin protect against XXS attacks? =
     55Yes, XSS protection is part of this plugin.
    5256
    53 An answer to that question.
     57== Screenshots ==
     581. heartbeat-interval.png
     592. safe-results.png
     603. nodoss-banner-772-250.png
     614. nodoss-ico.png
     625. nodoss-icon.svg
    5463
    5564== Changelog ==
     
    8089Updated readme.
    8190Plugin icon and header
     91=1.0.8 Pulic release
     92Updated readme
     93
     94== Upgrade Notice ==
     95Your WordPress will be more secure.
Note: See TracChangeset for help on using the changeset viewer.