Plugin Directory

Changeset 2497379


Ignore:
Timestamp:
03/16/2021 09:37:55 PM (5 years ago)
Author:
tfrommen
Message:

Version 1.2.0

Location:
bring-back-the-get-shortlink-button/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bring-back-the-get-shortlink-button/trunk/bring-back-the-get-shortlink-button.php

    r1307793 r2497379  
    1 <?php # -*- coding: utf-8 -*-
     1<?php
    22/**
    3  * Plugin Name: Bring Back the Get Shortlink Button
    4  * Plugin URI:  https://wordpress.org/plugins/bring-back-the-get-shortlink-button/
    5  * Description: This plugin brings back the Get Shortlink button, which is hidden by default since WordPress 4.4.
    6  * Author:      Thorsten Frommen
    7  * Author URI:  http://tfrommen.de
    8  * Version:     1.1.0
    9  * Text Domain: bring-back-the-get-shortlink-button
    10  * License:     GPLv3
     3 * Plugin Name:       Bring Back the Get Shortlink Button
     4 * Plugin URI:        https://wordpress.org/plugins/bring-back-the-get-shortlink-button/
     5 * Description:       This plugin brings back the Get Shortlink button, which is hidden by default since WordPress      4.4.
     6 * Version:           1.2.0
     7 * Requires at least: 4.4
     8 * Requires PHP:      5.3
     9 * Author:            Thorsten Frommen
     10 * Author URI:        https://tfrommen.de
     11 * License:           GPL v3 or later
     12 * License URI:       https://www.gnu.org/licenses/gpl-3.0.txt
     13 * Text Domain:       bring-back-the-get-shortlink-button
    1114 */
    1215
  • bring-back-the-get-shortlink-button/trunk/readme.txt

    r1307793 r2497379  
    22Contributors: tfrommen
    33Tags: link, short, shortlink
    4 Requires at least: 0.71
    5 Tested up to: 4.4
    6 Stable tag: 1.1.0
     4Requires at least: 4.4
     5Tested up to: 5.7
     6Requires PHP: 5.3
     7Stable tag: 1.2.0
     8License: GPL v3 or later
     9License URI: https://www.gnu.org/licenses/gpl-3.0.txt
    710
    811This plugin brings back the Get Shortlink button, which is hidden by default since WordPress 4.4.
     
    2225== Changelog ==
    2326
     27= 1.2.0 =
     28* Bump "Tested up to" header.
     29
    2430= 1.1.0 =
    2531* WordPress.org release.
Note: See TracChangeset for help on using the changeset viewer.