Plugin Directory

Changeset 786984


Ignore:
Timestamp:
10/12/2013 06:10:50 PM (12 years ago)
Author:
graphicgeek
Message:

add new version number

Location:
event-geek/tags/2.4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • event-geek/tags/2.4.1/gg-events.php

    r786981 r786984  
    22/**
    33 * @package Event_Geek
    4  * @version 2.4
     4 * @version 2.4.1
    55 */
    66/*
     
    99Author: Graphic Geek
    1010Plugin URI: http://www.graphicgeek.net/event-geek
    11 Version: 2.4
     11Version: 2.4.1
    1212Author URI: http://graphicgeek.net
    1313*/
     
    122122    }//end if(version < 2.1
    123123
    124     $gg_event_options['gg_event_version'] = '2.4'; //set version
     124    $gg_event_options['gg_event_version'] = '2.4.1'; //set version
    125125    update_option('gg_event_options', $gg_event_options); //update version 
    126126   
  • event-geek/tags/2.4.1/readme.txt

    r786981 r786984  
    55Requires at least: 3.5
    66Tested up to: 3.6.1
    7 Stable tag: 2.4
     7Stable tag: 2.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.