Plugin Directory

Changeset 2428151


Ignore:
Timestamp:
11/29/2020 03:56:42 PM (5 years ago)
Author:
wponeco
Message:

version update 1.1

Location:
wp1-like
Files:
28 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp1-like/trunk/changelog.txt

    r2140819 r2428151  
    11== Changelog ==
     2
     3=1.1=
     4Plugin compatibility checked for WordPress version 5.5.3
     5
    26=1.0=
    3 
    47Plugin compatible with WordPress version 5.2.2
  • wp1-like/trunk/readme.txt

    r2142114 r2428151  
    33Tags: like, rating, wp like, like button, review, woocommerce, fb like, facebook, facebook like, recommend, share, simple like, easy like, like shortcode, post like, simple like button, woocommerce like, bbpress like
    44Requires at least: 4.0
    5 Tested up to: 5.2.2
    6 Stable tag: 1.0
     5Tested up to: 5.5.3
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp1-like/trunk/wp1-like.php

    r2140819 r2428151  
    66* Author:      WP1
    77* Author URI:  http://wp1.co
    8 * Version:     1.0
     8* Version:     1.1
    99*/
    1010
     
    1313}
    1414
    15 define('WP1_LIKE_VER','1.0');
     15define('WP1_LIKE_VER','1.1');
    1616define('WP1_LIKE_PLUGIN_DIR_URL', plugin_dir_url(__FILE__));
    1717define('WP1_LIKE_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.