Changeset 2371393
- Timestamp:
- 08/29/2020 04:02:15 AM (6 years ago)
- Location:
- ss-link-hover-effect/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
ss-link-hover-effect.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ss-link-hover-effect/trunk/README.txt
r2310834 r2371393 5 5 Description: This plugin will use hover effects of your post inside links. 6 6 Author: Shiful Islam 7 Version: 3.0. 27 Version: 3.0.3 8 8 Author URI: http://bn.hs-bd.com 9 10 Tags: Hover effects, link hover, effects, mouse-over, link hover effects, animated links 9 Tags: hover effects, link, hover, effects, mouse-over, link hover effects, animated links 11 10 Requires at least: 4.0 12 Tested up to: 5. 4.113 Stable tag: 3.0. 011 Tested up to: 5.5.0 12 Stable tag: 3.0.3 14 13 License: GPLv2 or later 15 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 18 20 19 == Description == 21 Just few effects and animation onmouse hover about text links or anchor links.20 Just few effects and animation while mouse hover about text links or anchor links. 22 21 23 22 -
ss-link-hover-effect/trunk/ss-link-hover-effect.php
r2310844 r2371393 2 2 /** 3 3 * @package SS Link Hover Effect 4 * @version 3.0. 24 * @version 3.0.3 5 5 */ 6 6 /* 7 Plugin Name: SS Link Hover Effect 8 Plugin URI: http://sobshomoy.com/plugins/ss-link-hover 9 Description: This plugin will use wp page and post inside links hover effects. Very nice mouse hover effect for your post inside link. Easy to install and use. Support major theme and major wp versions. 10 Author: Shiful Islam 11 Version: 3.0.2 12 Author URI: http://bn.hs-bd.com 7 * Plugin Name: SS Link Hover Effect 8 * Plugin URI: http://sobshomoy.com/plugins/ss-link-hover 9 * Description: This plugin will use wp page and post inside links hover effects. Very nice mouse hover effect for your post inside link. Easy to install and use. Support major theme and major wp versions. 10 * Version: 3.0.2 11 * Requires at least: 4.0 12 * Requires PHP: 7.2 13 * Tested up to: 5.5.0 14 * Author: Shiful Islam 15 * Author URI: http://bn.hs-bd.com 16 * License: GPL v2 or later 17 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 18 */ 14 19
Note: See TracChangeset
for help on using the changeset viewer.