Plugin Directory

Changeset 2089132


Ignore:
Timestamp:
05/16/2019 12:33:45 PM (7 years ago)
Author:
ajency
Message:

tagging version 1.0.6

Location:
event-codes
Files:
3 edited
14 copied

Legend:

Unmodified
Added
Removed
  • event-codes/tags/1.0.6/event-codes.php

    r2075257 r2089132  
    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.5
     18 * Version:           1.0.6
    1919 * Author:            WPdwarves
    2020 * Author URI:        http://wpdwarves.com
  • event-codes/tags/1.0.6/includes/class-event-codes.php

    r2075257 r2089132  
    6969
    7070        $this->plugin_name = 'event-codes';
    71         $this->version = '1.0.5';
     71        $this->version = '1.0.6';
    7272
    7373        $this->load_dependencies();
  • event-codes/tags/1.0.6/readme.txt

    r2075257 r2089132  
    33Tags: event shortcode, event calendar shortcode, shortcodes, event, events, calendar, modern tribe
    44Requires at least: 4.1
    5 Tested up to: 5.1
    6 Stable tag: 1.0.5
     5Tested up to: 5.2
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    188188== Changelog ==
    189189
     190= 1.0.6 =
     191* Feature - fixes
     192
    190193= 1.0.5 =
    191194* Feature - bug fixes
  • event-codes/trunk/event-codes.php

    r2075257 r2089132  
    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.5
     18 * Version:           1.0.6
    1919 * Author:            WPdwarves
    2020 * Author URI:        http://wpdwarves.com
  • event-codes/trunk/includes/class-event-codes.php

    r2075257 r2089132  
    6969
    7070        $this->plugin_name = 'event-codes';
    71         $this->version = '1.0.5';
     71        $this->version = '1.0.6';
    7272
    7373        $this->load_dependencies();
  • event-codes/trunk/readme.txt

    r2075257 r2089132  
    33Tags: event shortcode, event calendar shortcode, shortcodes, event, events, calendar, modern tribe
    44Requires at least: 4.1
    5 Tested up to: 5.1
    6 Stable tag: 1.0.5
     5Tested up to: 5.2
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    188188== Changelog ==
    189189
     190= 1.0.6 =
     191* Feature - fixes
     192
    190193= 1.0.5 =
    191194* Feature - bug fixes
Note: See TracChangeset for help on using the changeset viewer.