Changeset 2427794
- Timestamp:
- 11/28/2020 04:41:06 PM (5 years ago)
- Location:
- styling-default-post-flipbox/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
styling-default-post-flipbox.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
styling-default-post-flipbox/trunk/readme.txt
r2245660 r2427794 4 4 Tags: flip, flippost, box flip, flipboxes 5 5 Requires at least: 4.0 6 Tested up to: 5. 36 Tested up to: 5.5.3 7 7 Stable tag: trunk 8 Requires PHP: 4.58 Requires PHP: 5.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 90 90 91 91 <ul type="disc"> 92 <li>Version 2.0.0</li> 93 <ul type="square"> 94 <li>Improved: PHP code optimization</li> 95 </ul> 96 <ul type="disc"> 92 97 <li>Version 1.2.0</li> 93 98 <ul type="square"> -
styling-default-post-flipbox/trunk/styling-default-post-flipbox.php
r2245660 r2427794 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.2.05 Version: 2.0.0 6 6 Author: Dragon16 7 7 **/ … … 11 11 } 12 12 13 define('FSDP_VERSION', ' 1.0.1');13 define('FSDP_VERSION', '2.0.0'); 14 14 define('FSDP_FILE', __FILE__); 15 15 define('FSDP_DIR', plugin_dir_path(FSDP_FILE));
Note: See TracChangeset
for help on using the changeset viewer.