Plugin Directory

Changeset 3021546


Ignore:
Timestamp:
01/14/2024 01:57:44 PM (2 years ago)
Author:
pluginsclub
Message:

tested and compatible with wp 6.4.2

Location:
toolbar-links/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • toolbar-links/trunk/readme.txt

    r2909679 r3021546  
    11=== Toolbar Links ===
    22Contributors: stefanpejcic, pluginsclub
    3 Donate link: https://plugins.club/
     3Donate link: https://plugins.club/free-wordpress-plugins/
    44Tags: toolbar, toolbar links, publish button, delete button, switch to draft, hide toolbar, disable toolbar, toolbar
    55Requires at least: 5.8
    6 Tested up to: 6.2
     6Tested up to: 6.4.2
    77Stable tag: 1.4
    8 Requires PHP: 5.6
     8Requires PHP: 7.0
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3333You will find new links added to the wp-admin toolbar: "Publish" / "Switch to Draft", and "Delete".
    3434
    35 For basic usage, you can also have a look at the [plugin web site](https://plugins.club/wordpress/toolbar-links/).
     35For basic usage, you can also have a look at the [plugin web site](https://plugins.club/).
    3636
    3737== Frequently Asked Questions ==
  • toolbar-links/trunk/toolbar-links.php

    r2910019 r3021546  
    22/**
    33 * Plugin Name:       Toolbar Links
    4  * Plugin URI:        https://plugins.club/
     4 * Plugin URI:        https://plugins.club/free-wordpress-plugins/
    55 * Description:       Adds a "Publish" or "Switch to Draft", and "Delete" links in toolbar to publish/unpublish or delete posts & pages from frontend.
    66 * Version:           1.4
     
    1010 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    1111 * Requires at least: 5.0
    12  * Tested up to:      6.2
     12 * Tested up to:      6.4.2
    1313*/
    1414
Note: See TracChangeset for help on using the changeset viewer.