Plugin Directory

Changeset 2075182


Ignore:
Timestamp:
04/26/2019 07:12:28 AM (7 years ago)
Author:
ajency
Message:

updated version

Location:
event-codes
Files:
4 edited

Legend:

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

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

    r2024388 r2075182  
    6969
    7070        $this->plugin_name = 'event-codes';
    71         $this->version = '1.0.3';
     71        $this->version = '1.0.4';
    7272
    7373        $this->load_dependencies();
  • event-codes/trunk/event-codes.php

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

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