Plugin Directory

Changeset 2315981


Ignore:
Timestamp:
06/01/2020 04:36:39 PM (6 years ago)
Author:
worldfacts
Message:

Update

Location:
stylish-internal-links/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stylish-internal-links/trunk/readme.txt

    r1767521 r2315981  
    33Tags: seo,internal links,seo links
    44Requires at least: 4.0
    5 Tested up to: 4.9
     5Tested up to: 5.4
    66Stable tag: trunk
    77License: GPLv2 or later
     
    100100== Changelog ==
    101101
     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
    102116= 1.6 =
    103117
  • stylish-internal-links/trunk/stylish-internal-link.php

    r2315940 r2315981  
    44* Plugin URI: https://www.allwebtuts.com/stylish-internal-links-wordpress-plugin/
    55* Description: Display a stylish Internal Links in your Wordpress posts.
    6 * Version: 1.6
     6* Version: 1.9
    77* Author: Santhosh veer
    88* Author URI: https://www.allwebtuts.com
     
    1313//define the plugin version
    1414if (!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');
    1616}
    1717
  • stylish-internal-links/trunk/tiny.js

    r2315940 r2315981  
    3030                longname : "Stylish Internal Links",
    3131                author : "santhosh veer",
    32                 version : "1.7"
     32                version : "1.9"
    3333            };
    3434        }
Note: See TracChangeset for help on using the changeset viewer.