Plugin Directory

Changeset 2024388


Ignore:
Timestamp:
02/04/2019 06:02:42 AM (7 years ago)
Author:
ajency
Message:

version in includes files updated

Location:
event-codes
Files:
5 edited

Legend:

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

    r1767647 r2024388  
    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.2
     18 * Version:           1.0.3
    1919 * Author:            WPdwarves
    2020 * Author URI:        http://wpdwarves.com
  • event-codes/tags/1.0.3/includes/class-event-codes.php

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

    r2022752 r2024388  
    6464
    6565* Exclude Category (skip-cat)
    66   Displays the events based on the category. Can be used to display events belonging to different categories separated by comma. Option is cat.
    67  `[event_codes skip-cat=’music,sports’]`
     66  Skips displaying the events of a particular category. Option is skip-cat.
     67 `[event_codes skip-cat=’music’]`
    6868
    6969* Tags (tag)
     
    188188== Changelog ==
    189189
     190= 1.0.3 =
     191* Feature - New shortcode option "skip-cat" added
     192
    190193= 1.0.1 =
    191194* Feature - New shortcode option "title" added
  • event-codes/trunk/event-codes.php

    r1767647 r2024388  
    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.2
     18 * Version:           1.0.3
    1919 * Author:            WPdwarves
    2020 * Author URI:        http://wpdwarves.com
  • event-codes/trunk/includes/class-event-codes.php

    r1767647 r2024388  
    6969
    7070        $this->plugin_name = 'event-codes';
    71         $this->version = '1.0.2';
     71        $this->version = '1.0.3';
    7272
    7373        $this->load_dependencies();
Note: See TracChangeset for help on using the changeset viewer.