Changeset 2315981
- Timestamp:
- 06/01/2020 04:36:39 PM (6 years ago)
- Location:
- stylish-internal-links/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
stylish-internal-link.php (modified) (2 diffs)
-
tiny.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stylish-internal-links/trunk/readme.txt
r1767521 r2315981 3 3 Tags: seo,internal links,seo links 4 4 Requires at least: 4.0 5 Tested up to: 4.95 Tested up to: 5.4 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 100 100 == Changelog == 101 101 102 = 1.9 = 103 104 * Test 105 106 = 1.8 = 107 108 * No user changes 109 110 = 1.7 = 111 112 * Update Fontawesome Icon 113 * Tested on Latest Wordpress Version 114 * Minor Bug Fixes 115 102 116 = 1.6 = 103 117 -
stylish-internal-links/trunk/stylish-internal-link.php
r2315940 r2315981 4 4 * Plugin URI: https://www.allwebtuts.com/stylish-internal-links-wordpress-plugin/ 5 5 * Description: Display a stylish Internal Links in your Wordpress posts. 6 * Version: 1. 66 * Version: 1.9 7 7 * Author: Santhosh veer 8 8 * Author URI: https://www.allwebtuts.com … … 13 13 //define the plugin version 14 14 if (!defined('MMTY_STL_INTLNKS_VERSION_NUM')){ //define plugin version 15 define('MMTY_STL_INTLNKS_VERSION_NUM', '1. 5');15 define('MMTY_STL_INTLNKS_VERSION_NUM', '1.9'); 16 16 } 17 17 -
stylish-internal-links/trunk/tiny.js
r2315940 r2315981 30 30 longname : "Stylish Internal Links", 31 31 author : "santhosh veer", 32 version : "1. 7"32 version : "1.9" 33 33 }; 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.