Plugin Directory

Changeset 2962417


Ignore:
Timestamp:
09/04/2023 08:56:34 AM (3 years ago)
Author:
hemthapa
Message:

Version 1.6.0 released

Location:
dashboard-quick-link-widget
Files:
4 added
6 edited

Legend:

Unmodified
Added
Removed
  • dashboard-quick-link-widget/trunk/readme.txt

    r2809620 r2962417  
    22Contributors:hemthapa
    33Donate link: http://www.hemthapa.com
    4 Tags: dashboard, quick links , admin, dashboard widget, widget, administration
     4Tags: dashboard, admin, links, link, widget, widgets, administration, user, client, dashboard widget, link widget, shortcut widget
    55Requires at least: 3.0
    6 Tested up to: 6.1
    7 Stable tag: 1.5
     6Requires PHP: 7.3
     7Tested up to: 6.3.1
     8Stable tag: 1.6.0
    89License: GPLv2 or later
    910License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1011
    11 This lightweight plugin allows user to create a Dashboard widget with frequently accessed wp-admin menu for quick access.
     12A lightweight plugin to allows admins to create a admin dashboard widget with frequently accessed links for quick access.
    1213
    1314== Description ==
     15A lightweight plugin to allows admins to create an admin dashboard widget with frequently accessed links for quick access.
    1416
    15 This lightweight plugin allows user to create a Dashboard widget with frequently accessed wp-admin menu for quick access.
     17I originally developed this plugin after spending hours creating client/user documentation for every WordPress project. Instead of writing step-by-step navigation documentation, I used this plugin to organise all necessary links on the single widget for non-technical users. As a developer, I also use this script myself to organise frequently accessed links for quick access.
    1618
    17 I develop this plugin after spending hours of time on creating client/user documentation for every WordPress projects. Instead of writting step by step navigation documentation, I use this script to organize all necessary links on the single widget for non-technical users. As a developer, I also use this script myself to organize frequently accessed wp admin links for quick access.
     19= Links format =
     20Each link should be entered in a separate line in the following format
     21(the fourth parameter, i.e. font awesome icon class is optional)
     22
     23**`Link text|Button link|Button text|font-awesome icon class`**
     24
     25
     26= Examples =
     27`Post blog|/wp-admin/post-new.php|Post blog`
     28`Post blog|/wp-admin/post-new.php|Post blog|fa fa-cog`
     29`Post blog|/wp-admin/post-new.php newtab|Post blog`|fa fa-cog`
     30
     31If you have any feedback or queries please contact me at [hemthapa.com](http://hemthapa.com?ref=wp_dqlw"hemthapa.com")
    1832
    1933== Installation ==
     
    27414. Preview and confirm the dashboard widget.
    2842
    29 4. That's all, Now user can simply click on the button in the dashboard widget to access the page.
     434. That's all, Now users can simply click on the button in the dashboard widget to access the page.
    3044
    3145== Frequently Asked Questions ==
     
    3347= How to format the list of the links?  =
    3448
    35 You need to put each link in separate line in following format
    36 Link text | Button link | Button text
     49You need to list each link in a separate line in the following format
     50**`Link text|Button link|Button text|font-awesome icon class`**
    3751
    38 For eg: Post new blog article | /wp-admin/post-new.php | Create new post
     52(fourth parameter, i.e. Font Awesome icon class is optional)
    3953
     54Example:
     55
     56`Post new blog|/wp-admin/post-new.php|Create new post|fa fa-cog `
     57
     58= How to open links in new tab? =
     59By default, all links open in the same tab, if you want to open all the links on the widget in a new tab tick the 'Open all links in a new tab' box.
     60
     61However, if you want to open only selected links in a new tab, add the keyword 'newtab' after the link.
     62
     63Example:
     64
     65`Post new blog|/wp-admin/post-new.php newtab|Post new blog`
     66
     67= How to add a divider or additional info in between the links? =
     68If you need to add any text, divider or any plain or HTML content in between the links, please add the new line with '#' in the front. Any new lines starting with # are rendered as it is in the widget. You can add any HTML tags in this line.
     69
     70Example:
     71`#<strong> Section title </strong>`
     72`Post new blog|/wp-admin/post-new.php|Post new blog`
     73`#<hr/>`
     74`Post new blog|/wp-admin/post-new.php|Post new blog`
     75
     76= Why Font Awesome icons is not working properly? =
     77Please make sure correct the Font Awesome version is selected.
     78
     79== Changelog ==
     80= 1.6.0 =
     81*4 Sep 2023*
     82
     83* Support for custom HTML block is added to add text, space or whatever you like in between the links to categorise and manage the links block
     84* Support for multiple version of Font Awesome icon is added
     85* Individual links can now be set to open in a new tab
     86
     87== Upgrade Notice ==
     88Version 1.6.0 is backward compatible with previous version.
    4089
    4190== Screenshots ==
    42911. Dashboard widget preview
    43921. plugin settings dialog
    44 
Note: See TracChangeset for help on using the changeset viewer.