Plugin Directory

Changeset 2427794


Ignore:
Timestamp:
11/28/2020 04:41:06 PM (5 years ago)
Author:
Dragon16
Message:

Version: 2.0.0

Location:
styling-default-post-flipbox/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • styling-default-post-flipbox/trunk/readme.txt

    r2245660 r2427794  
    44Tags:  flip, flippost, box flip, flipboxes
    55Requires at least: 4.0
    6 Tested up to: 5.3
     6Tested up to: 5.5.3
    77Stable tag: trunk
    8 Requires PHP: 4.5
     8Requires PHP: 5.4
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9090
    9191<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">
    9297<li>Version 1.2.0</li>
    9398<ul type="square">
  • styling-default-post-flipbox/trunk/styling-default-post-flipbox.php

    r2245660 r2427794  
    33Plugin Name: Styling Default Post Like Flipbox
    44Description: <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.0
     5Version: 2.0.0
    66Author: Dragon16
    77**/
     
    1111}
    1212
    13 define('FSDP_VERSION', '1.0.1');
     13define('FSDP_VERSION', '2.0.0');
    1414define('FSDP_FILE', __FILE__);
    1515define('FSDP_DIR', plugin_dir_path(FSDP_FILE));
Note: See TracChangeset for help on using the changeset viewer.