Changeset 2400072
- Timestamp:
- 10/15/2020 11:14:44 AM (5 years ago)
- Location:
- floating-related-posts/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
floating-related-posts-pro.php (modified) (2 diffs)
-
resources/css/floating-related-posts-pro.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
floating-related-posts/trunk/README.txt
r2398614 r2400072 3 3 Requires at least: 3.3.1 4 4 Tested up to: 5.5.1 5 Stable tag: 1.0. 25 Stable tag: 1.0.3 6 6 License: GPLv2 or later 7 7 -
floating-related-posts/trunk/floating-related-posts-pro.php
r2398614 r2400072 4 4 * Plugin URI: 5 5 * Description: Shows a floating banner with a list of related posts 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Fransoft 8 8 * Text Domain: floating-related-posts-pro … … 14 14 15 15 16 define ('FRPOSTPRO_VERSION', '1.0. 2');16 define ('FRPOSTPRO_VERSION', '1.0.3'); 17 17 define ('FRPOSTPRO_DEF_PLUGIN_NAME', 'Floating Related Posts'); 18 18 define ('FRPOSTPRO_DEF_PLUGIN', 'floating-related-posts-pro'); -
floating-related-posts/trunk/resources/css/floating-related-posts-pro.css
r2398614 r2400072 39 39 .frpostpro-title { 40 40 font-weight: bold; 41 max-height: 2em;41 max-height: 3em; 42 42 line-height: 1em; 43 43 overflow: hidden;
Note: See TracChangeset
for help on using the changeset viewer.