Plugin Directory

Changeset 2184214


Ignore:
Timestamp:
11/01/2019 04:06:13 AM (6 years ago)
Author:
Dragon16
Message:

version 1.0.1

Location:
styling-default-post-flipbox
Files:
3 edited

Legend:

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

    r2182242 r2184214  
    66Tested up to: 5.2.3
    77Stable tag: trunk
    8 Requires PHP: 5.4
     8Requires PHP: 4.5
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • styling-default-post-flipbox/trunk/readme.txt

    r2182243 r2184214  
    66Tested up to: 5.2.3
    77Stable tag: trunk
    8 Requires PHP: 5.4
     8Requires PHP: 4.5
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8686== Changelog ==
    8787
    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>
    8995== Upgrade Notice ==
    9096
  • styling-default-post-flipbox/trunk/styling-default-post-flipbox.php

    r2167322 r2184214  
    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.0.0
     5Version: 1.0.1
    66Author: Dragon16
    77Author URI: https://facebook.com/pawan.sindhwal
     
    1212}
    1313
    14 define('FSDP_VERSION', '1.0.0');
     14define('FSDP_VERSION', '1.0.1');
    1515define('FSDP_FILE', __FILE__);
    1616define('FSDP_DIR', plugin_dir_path(FSDP_FILE));
Note: See TracChangeset for help on using the changeset viewer.