Changeset 3463239
- Timestamp:
- 02/17/2026 09:11:16 AM (3 weeks ago)
- Location:
- disable-admin-notices
- Files:
-
- 10 edited
- 1 copied
-
tags/1.4.3 (copied) (copied from disable-admin-notices/trunk)
-
tags/1.4.3/CHANGELOG.md (modified) (1 diff)
-
tags/1.4.3/admin/pages/class-pages-edit-redirects.php (modified) (2 diffs)
-
tags/1.4.3/disable-admin-notices.php (modified) (1 diff)
-
tags/1.4.3/readme.txt (modified) (2 diffs)
-
tags/1.4.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/admin/pages/class-pages-edit-redirects.php (modified) (2 diffs)
-
trunk/disable-admin-notices.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
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 1 5 ##### Version 1.4.2 (2026-01-13) 2 6 -
disable-admin-notices/tags/1.4.3/admin/pages/class-pages-edit-redirects.php
r3438563 r3463239 102 102 103 103 if ( isset( $_POST['wdan_add_block'] ) ) { 104 check_admin_referer( 'wdan_add_block_redirect' ); 104 105 $url = $this->request()->post( 'wdan_redirect_url', null, 'sanitize_url' ); 105 106 … … 117 118 <h4><?php esc_html_e( 'Block ad redirects', 'disable-admin-notices' ); ?></h4> 118 119 <form method="post"> 120 <?php wp_nonce_field( 'wdan_add_block_redirect' ); ?> 119 121 <label for="wdan-redirect-url"><?php esc_html_e( 'Enter url for block', 'disable-admin-notices'); ?></label><br> 120 122 <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 5 5 * Description: Disable admin notices plugin gives you the option to hide updates warnings and inline notices in the admin panel. 6 6 * Author: Themeisle 7 * Version: 1.4. 27 * Version: 1.4.3 8 8 * Text Domain: disable-admin-notices 9 9 * Domain Path: /languages/ -
disable-admin-notices/tags/1.4.3/readme.txt
r3438563 r3463239 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.4. 27 Stable tag: 1.4.3 8 8 License: GPLv2 9 9 … … 78 78 == Changelog == 79 79 80 ##### Version 1.4.3 (2026-02-17) 81 82 - Enhanced security 83 84 85 86 80 87 ##### Version 1.4.2 (2026-01-13) 81 88 -
disable-admin-notices/tags/1.4.3/vendor/composer/installed.php
r3438563 r3463239 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
disable-admin-notices/trunk/CHANGELOG.md
r3438563 r3463239 1 ##### Version 1.4.3 (2026-02-17) 2 3 - Enhanced security 4 1 5 ##### Version 1.4.2 (2026-01-13) 2 6 -
disable-admin-notices/trunk/admin/pages/class-pages-edit-redirects.php
r3438563 r3463239 102 102 103 103 if ( isset( $_POST['wdan_add_block'] ) ) { 104 check_admin_referer( 'wdan_add_block_redirect' ); 104 105 $url = $this->request()->post( 'wdan_redirect_url', null, 'sanitize_url' ); 105 106 … … 117 118 <h4><?php esc_html_e( 'Block ad redirects', 'disable-admin-notices' ); ?></h4> 118 119 <form method="post"> 120 <?php wp_nonce_field( 'wdan_add_block_redirect' ); ?> 119 121 <label for="wdan-redirect-url"><?php esc_html_e( 'Enter url for block', 'disable-admin-notices'); ?></label><br> 120 122 <input id="wdan-redirect-url" style="width:400px;" type="text" name="wdan_redirect_url"> -
disable-admin-notices/trunk/disable-admin-notices.php
r3438563 r3463239 5 5 * Description: Disable admin notices plugin gives you the option to hide updates warnings and inline notices in the admin panel. 6 6 * Author: Themeisle 7 * Version: 1.4. 27 * Version: 1.4.3 8 8 * Text Domain: disable-admin-notices 9 9 * Domain Path: /languages/ -
disable-admin-notices/trunk/readme.txt
r3438563 r3463239 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.4. 27 Stable tag: 1.4.3 8 8 License: GPLv2 9 9 … … 78 78 == Changelog == 79 79 80 ##### Version 1.4.3 (2026-02-17) 81 82 - Enhanced security 83 84 85 86 80 87 ##### Version 1.4.2 (2026-01-13) 81 88 -
disable-admin-notices/trunk/vendor/composer/installed.php
r3438563 r3463239 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.