Changeset 2184214
- Timestamp:
- 11/01/2019 04:06:13 AM (6 years ago)
- Location:
- styling-default-post-flipbox
- Files:
-
- 3 edited
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/styling-default-post-flipbox.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
styling-default-post-flipbox/tags/1.0.0/readme.txt
r2182242 r2184214 6 6 Tested up to: 5.2.3 7 7 Stable tag: trunk 8 Requires PHP: 5.48 Requires PHP: 4.5 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
styling-default-post-flipbox/trunk/readme.txt
r2182243 r2184214 6 6 Tested up to: 5.2.3 7 7 Stable tag: trunk 8 Requires PHP: 5.48 Requires PHP: 4.5 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 86 86 == Changelog == 87 87 88 88 <ul> 89 <li>Version 1.0.1</li> 90 <ul> <li>Fixed: Minor CSS issues.</li> </ul> 91 <br/> 92 <li>Version 1.0.0</li> 93 <ul> <li>Initial Release</li> </ul> 94 </ul> 89 95 == Upgrade Notice == 90 96 -
styling-default-post-flipbox/trunk/styling-default-post-flipbox.php
r2167322 r2184214 3 3 Plugin Name: Styling Default Post Like Flipbox 4 4 Description: <strong>Styling Default Post Like Flipbox</strong>: An easy and quick way to showcase your default post like flipbox. Just activate and use the shortcode generater in classic editor. 5 Version: 1.0. 05 Version: 1.0.1 6 6 Author: Dragon16 7 7 Author URI: https://facebook.com/pawan.sindhwal … … 12 12 } 13 13 14 define('FSDP_VERSION', '1.0. 0');14 define('FSDP_VERSION', '1.0.1'); 15 15 define('FSDP_FILE', __FILE__); 16 16 define('FSDP_DIR', plugin_dir_path(FSDP_FILE));
Note: See TracChangeset
for help on using the changeset viewer.