Plugin Directory

Changeset 1767647


Ignore:
Timestamp:
11/16/2017 07:21:42 AM (8 years ago)
Author:
ajency
Message:

Updated Tested up to value to 4.9

Location:
event-codes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • event-codes/trunk/event-codes.php

    r1747763 r1767647  
    1616 * Plugin URI:        http://wpdwarves.com/event-codes-shortcodes-that-work-with-other-event-plugins
    1717 * Description:       EventCodes plugin provides a shortcode that can be used to display a list of events on home page, sidebar or any other part of the site.
    18  * Version:           1.0.1
     18 * Version:           1.0.2
    1919 * Author:            WPdwarves
    2020 * Author URI:        http://wpdwarves.com
  • event-codes/trunk/includes/class-event-codes.php

    r1747763 r1767647  
    6969
    7070        $this->plugin_name = 'event-codes';
    71         $this->version = '1.0.1';
     71        $this->version = '1.0.2';
    7272
    7373        $this->load_dependencies();
  • event-codes/trunk/readme.txt

    r1767594 r1767647  
    44Requires at least: 4.1
    55Tested up to: 4.9
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.