Plugin Directory

Changeset 2281517


Ignore:
Timestamp:
04/11/2020 03:01:49 PM (6 years ago)
Author:
xenioushk
Message:

'Version_1_0_2'

Location:
bwl-poll-manager-lite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bwl-poll-manager-lite/trunk/bwl-poll-manager-lite.php

    r2061306 r2281517  
    66Description: Poll Manager Lite provides a great option to add a custom voting system any where of the site. Easy drag and drop features allows you to create polls within few minutes. You can also sort poll options using drag drop features.
    77Author: Md Mahbub Alam Khan
    8 Version: 1.0.1
     8Version: 1.0.2
    99WP Requires at least: 4.9+
    1010Author URI: http://www.bluewindlab.net
     
    3131            define( "BWL_PM_PLUGIN_TITLE", 'BWL Poll Manager Lite' );
    3232            define( "BWL_PM_PLUGIN_DIR", plugins_url() .'/bwl-poll-manager-lite/' );
    33             define( "BWL_PM_PLUGIN_VERSION", '1.0.1');
     33            define( "BWL_PM_PLUGIN_VERSION", '1.0.2');
    3434            $this->register_post_type();
    3535            $this->taxonomies();   
  • bwl-poll-manager-lite/trunk/readme.txt

    r2158384 r2281517  
    33Tags: poll, vote, option, opinion
    44Requires at least: 4.9
    5 Tested up to: 5.1.1
    6 Stable tag: 1.0.1
     5Tested up to: 5.4
     6Stable tag: 1.0.2
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
     
    7171== Changelog ==
    7272
     73= 1.0.2 =
     74* Improved plugin code for WordPress Latest Version.
     75
    7376= 1.0.1 =
    7477* Improved plugin performance.
Note: See TracChangeset for help on using the changeset viewer.