Plugin Directory

Changeset 1600520


Ignore:
Timestamp:
02/21/2017 11:10:45 AM (9 years ago)
Author:
faina09
Message:

fix exposed version number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-fevents-book/trunk/init.php

    r1394400 r1600520  
    44  Plugin URI: http://wordpress.org/extend/plugins/wp-fevents-book/
    55  Description: Create FEvents Book. Use the shortcode <code>[feventsbook]</code> to display all enabled Events, or <code>[feventsbook eventid=x]</code> to display Event with ID=x.
    6   Version: 0.42
     6  Version: 0.43
    77  Author: faina09
    88  Author URI: http://profiles.wordpress.org/faina09
    99  License: GPLv2 or later
    1010 */
    11 $VER = '0.42';
     11$VER = '0.43';
    1212require_once('wp-fevents-book.php');
    1313//require_once('wp-fevents-6r.php');
Note: See TracChangeset for help on using the changeset viewer.