Changeset 2497379
- Timestamp:
- 03/16/2021 09:37:55 PM (5 years ago)
- Location:
- bring-back-the-get-shortlink-button/trunk
- Files:
-
- 2 edited
-
bring-back-the-get-shortlink-button.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
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 2 2 /** 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 11 14 */ 12 15 -
bring-back-the-get-shortlink-button/trunk/readme.txt
r1307793 r2497379 2 2 Contributors: tfrommen 3 3 Tags: link, short, shortlink 4 Requires at least: 0.71 5 Tested up to: 4.4 6 Stable tag: 1.1.0 4 Requires at least: 4.4 5 Tested up to: 5.7 6 Requires PHP: 5.3 7 Stable tag: 1.2.0 8 License: GPL v3 or later 9 License URI: https://www.gnu.org/licenses/gpl-3.0.txt 7 10 8 11 This plugin brings back the Get Shortlink button, which is hidden by default since WordPress 4.4. … … 22 25 == Changelog == 23 26 27 = 1.2.0 = 28 * Bump "Tested up to" header. 29 24 30 = 1.1.0 = 25 31 * WordPress.org release.
Note: See TracChangeset
for help on using the changeset viewer.