Plugin Directory

Changeset 3040468

Timestamp:
02/24/2024 02:02:25 AM (5 months ago)
Author:
nhrrob
Message:

Version 1.0.1

Location:
nhrrob-hide-admin-notice
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • nhrrob-hide-admin-notice/trunk/nhrrob-hide-admin-notice.php

    r3040298 r3040468  
    55 * Description: Hide all unwanted notices and keep your dashboard clean.
    66 * Author: Nazmul Hasan Robin
    7  * Version: 1.0.0
     7 * Version: 1.0.
    88 * Requires at least: 6.0
    99 * Requires PHP: 7.4
     
    1515if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1616
    17 define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.0' );
     17define( 'NHRROB_HIDE_ADMIN_NOTICE_VERSION', '1.0.' );
    1818define( 'NHRROB_HIDE_ADMIN_NOTICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1919
  • nhrrob-hide-admin-notice/trunk/readme.txt

    r3040298 r3040468  
    11=== NHR Hide Admin Notice | WP Dashboard Notice Cleaner ===
    22Contributors: nhrrob
    3 Tags: hide admin notice wp, hide admin notice, hide wp admin notice, remove wp admin notice
     3Tags: hide admin notice
    44Requires at least: 6.0
    55Tested up to: 6.4
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1818
    1919`<?php echo 'Notice-Free Dashboard, Clean Dashboard!'; ?>`
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
    2039
    2140
     
    3756No. It works as standalone plugin.
    3857
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
    3970
    4071== Screenshots ==
     
    4677== Changelog ==
    4778
    48 = 1.0.0 =
     79= 1.0.1 - 24/02/2024 =
     80- Readme updated.
     81
     82= 1.0.0 - 23/02/2024 =
    4983- Initial beta release. Cheers!
    5084
Note: See TracChangeset for help on using the changeset viewer.