Plugin Directory

Changeset 3292999


Ignore:
Timestamp:
05/14/2025 06:36:18 AM (11 months ago)
Author:
eventilla
Message:

Deploy version 2.0.4

Location:
eventilla-events
Files:
296 added
2 edited

Legend:

Unmodified
Added
Removed
  • eventilla-events/trunk/README.txt

    r3292550 r3292999  
    66Tested up to: 6.7.1
    77Requires PHP: 7.4
    8 Stable tag: 2.0.0
     8Stable tag: 2.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454
    5555=== Changelog ==
     56= 2.0.4 =
     57- Bug fixes
    5658= 2.0.3 =
    5759- Adds support for datafields and datafields_extended.
  • eventilla-events/trunk/eventilla-wp.php

    r3292550 r3292999  
    1616 * Plugin URI:        https://www.eventilla.com/
    1717 * Description:       Eventilla Events brings your event information from eventilla.com to WordPress as custom posts.
    18  * Version:           2.0.3
     18 * Version:           2.0.4
    1919 * Author:            Eventilla
    2020 * Author URI:        http://www.eventilla.com
     
    3636 */
    3737if(!defined('EVENTILLA_WP_VERSION')) {
    38     define('EVENTILLA_WP_VERSION', '2.0.3');
     38    define('EVENTILLA_WP_VERSION', '2.0.4');
    3939}
    4040
Note: See TracChangeset for help on using the changeset viewer.