Changeset 2400795
- Timestamp:
- 10/16/2020 09:16:33 AM (5 years ago)
- Location:
- floating-related-posts/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
floating-related-posts-pro.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floating-related-posts/trunk/README.txt
r2400072 r2400795 3 3 Requires at least: 3.3.1 4 4 Tested up to: 5.5.1 5 Stable tag: 1.0. 35 Stable tag: 1.0.4 6 6 License: GPLv2 or later 7 7 -
floating-related-posts/trunk/floating-related-posts-pro.php
r2400072 r2400795 4 4 * Plugin URI: 5 5 * Description: Shows a floating banner with a list of related posts 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Fransoft 8 8 * Text Domain: floating-related-posts-pro … … 14 14 15 15 16 define ('FRPOSTPRO_VERSION', '1.0. 3');16 define ('FRPOSTPRO_VERSION', '1.0.4'); 17 17 define ('FRPOSTPRO_DEF_PLUGIN_NAME', 'Floating Related Posts'); 18 18 define ('FRPOSTPRO_DEF_PLUGIN', 'floating-related-posts-pro'); … … 143 143 $settings['frpostpro-border-color'] = '#eae8e8'; 144 144 $settings['frpostpro-text-color'] = '#000000'; 145 $settings['frpostpro-font-size'] = 1 5;145 $settings['frpostpro-font-size'] = 13; 146 146 $settings['frpostpro-z-index'] = '9999'; 147 147 $settings['frpostpro-smartphone-position'] = 'bottom';
Note: See TracChangeset
for help on using the changeset viewer.