Changeset 2668014
- Timestamp:
- 01/28/2022 10:15:16 AM (3 years ago)
- Location:
- open-links-in-new-tab
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
open-links-in-new-tab/trunk/open-links-in-new-tab.php
r2668005 r2668014 4 4 * Plugin URI: https://wordpress.org/plugins/open-links-in-new-tab/ 5 5 * Description: Wordpress plugin that opens links in a new tab. Search engine optimization (SEO) friendly. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Reza Khan 8 8 * Author URI: https://www.reza-khan.com/ … … 66 66 */ 67 67 public static function version(){ 68 return '1.0. 2';68 return '1.0.4'; 69 69 } 70 70 -
open-links-in-new-tab/trunk/readme.txt
r2668005 r2668014 4 4 Requires at least: 5.2 5 5 Tested up to: 5.9 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 Requires PHP: 5.4 8 8 License: GPLv2 or later … … 45 45 == Changelog == 46 46 47 = 1.0.4 ( January 28, 2022 ) = 48 Fix : Minor bug fix 49 47 50 = 1.0.3 ( January 28, 2022 ) = 48 51 Fix : Wordpress 5.9 compatible
Note: See TracChangeset
for help on using the changeset viewer.