Plugin Directory

Changeset 3463239


Ignore:
Timestamp:
02/17/2026 09:11:16 AM (3 weeks ago)
Author:
themeisle
Message:

Update to version 1.4.3 from GitHub

Location:
disable-admin-notices
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • disable-admin-notices/tags/1.4.3/CHANGELOG.md

    r3438563 r3463239  
     1#####   Version 1.4.3 (2026-02-17)
     2
     3- Enhanced security
     4
    15#####   Version 1.4.2 (2026-01-13)
    26
  • disable-admin-notices/tags/1.4.3/admin/pages/class-pages-edit-redirects.php

    r3438563 r3463239  
    102102
    103103        if ( isset( $_POST['wdan_add_block'] ) ) {
     104            check_admin_referer( 'wdan_add_block_redirect' );
    104105            $url = $this->request()->post( 'wdan_redirect_url', null, 'sanitize_url' );
    105106
     
    117118            <h4><?php esc_html_e( 'Block ad redirects', 'disable-admin-notices' ); ?></h4>
    118119            <form method="post">
     120                <?php wp_nonce_field( 'wdan_add_block_redirect' ); ?>
    119121                <label for="wdan-redirect-url"><?php esc_html_e( 'Enter url for block', 'disable-admin-notices'); ?></label><br>
    120122                <input id="wdan-redirect-url" style="width:400px;" type="text" name="wdan_redirect_url">
  • disable-admin-notices/tags/1.4.3/disable-admin-notices.php

    r3438563 r3463239  
    55 * Description: Disable admin notices plugin gives you the option to hide updates warnings and inline notices in the admin panel.
    66 * Author: Themeisle
    7  * Version: 1.4.2
     7 * Version: 1.4.3
    88 * Text Domain: disable-admin-notices
    99 * Domain Path: /languages/
  • disable-admin-notices/tags/1.4.3/readme.txt

    r3438563 r3463239  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.4.2
     7Stable tag: 1.4.3
    88License: GPLv2
    99
     
    7878== Changelog ==
    7979
     80#####   Version 1.4.3 (2026-02-17)
     81
     82- Enhanced security
     83
     84
     85
     86
    8087#####   Version 1.4.2 (2026-01-13)
    8188
  • disable-admin-notices/tags/1.4.3/vendor/composer/installed.php

    r3438563 r3463239  
    22    'root' => array(
    33        'name' => 'codeinwp/disable-admin-notices',
    4         'pretty_version' => 'v1.4.2',
    5         'version' => '1.4.2.0',
    6         'reference' => '0936ab92f27b6062050b8a7a356e45fc8893566b',
     4        'pretty_version' => 'v1.4.3',
     5        'version' => '1.4.3.0',
     6        'reference' => 'd0b007757b91fe07810ecd8790b15fcffb8b3448',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'codeinwp/disable-admin-notices' => array(
    14             'pretty_version' => 'v1.4.2',
    15             'version' => '1.4.2.0',
    16             'reference' => '0936ab92f27b6062050b8a7a356e45fc8893566b',
     14            'pretty_version' => 'v1.4.3',
     15            'version' => '1.4.3.0',
     16            'reference' => 'd0b007757b91fe07810ecd8790b15fcffb8b3448',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • disable-admin-notices/trunk/CHANGELOG.md

    r3438563 r3463239  
     1#####   Version 1.4.3 (2026-02-17)
     2
     3- Enhanced security
     4
    15#####   Version 1.4.2 (2026-01-13)
    26
  • disable-admin-notices/trunk/admin/pages/class-pages-edit-redirects.php

    r3438563 r3463239  
    102102
    103103        if ( isset( $_POST['wdan_add_block'] ) ) {
     104            check_admin_referer( 'wdan_add_block_redirect' );
    104105            $url = $this->request()->post( 'wdan_redirect_url', null, 'sanitize_url' );
    105106
     
    117118            <h4><?php esc_html_e( 'Block ad redirects', 'disable-admin-notices' ); ?></h4>
    118119            <form method="post">
     120                <?php wp_nonce_field( 'wdan_add_block_redirect' ); ?>
    119121                <label for="wdan-redirect-url"><?php esc_html_e( 'Enter url for block', 'disable-admin-notices'); ?></label><br>
    120122                <input id="wdan-redirect-url" style="width:400px;" type="text" name="wdan_redirect_url">
  • disable-admin-notices/trunk/disable-admin-notices.php

    r3438563 r3463239  
    55 * Description: Disable admin notices plugin gives you the option to hide updates warnings and inline notices in the admin panel.
    66 * Author: Themeisle
    7  * Version: 1.4.2
     7 * Version: 1.4.3
    88 * Text Domain: disable-admin-notices
    99 * Domain Path: /languages/
  • disable-admin-notices/trunk/readme.txt

    r3438563 r3463239  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.4.2
     7Stable tag: 1.4.3
    88License: GPLv2
    99
     
    7878== Changelog ==
    7979
     80#####   Version 1.4.3 (2026-02-17)
     81
     82- Enhanced security
     83
     84
     85
     86
    8087#####   Version 1.4.2 (2026-01-13)
    8188
  • disable-admin-notices/trunk/vendor/composer/installed.php

    r3438563 r3463239  
    22    'root' => array(
    33        'name' => 'codeinwp/disable-admin-notices',
    4         'pretty_version' => 'v1.4.2',
    5         'version' => '1.4.2.0',
    6         'reference' => '0936ab92f27b6062050b8a7a356e45fc8893566b',
     4        'pretty_version' => 'v1.4.3',
     5        'version' => '1.4.3.0',
     6        'reference' => 'd0b007757b91fe07810ecd8790b15fcffb8b3448',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'codeinwp/disable-admin-notices' => array(
    14             'pretty_version' => 'v1.4.2',
    15             'version' => '1.4.2.0',
    16             'reference' => '0936ab92f27b6062050b8a7a356e45fc8893566b',
     14            'pretty_version' => 'v1.4.3',
     15            'version' => '1.4.3.0',
     16            'reference' => 'd0b007757b91fe07810ecd8790b15fcffb8b3448',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.