Plugin Directory

Changeset 1989982


Ignore:
Timestamp:
12/09/2018 03:12:17 PM (7 years ago)
Author:
faina09
Message:

0.44

  • tested for WP5.0
Location:
wp-fevents-book/trunk
Files:
2 edited

Legend:

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

    r1600520 r1989982  
    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.43
     6  Version: 0.44
    77  Author: faina09
    88  Author URI: http://profiles.wordpress.org/faina09
    99  License: GPLv2 or later
    1010 */
    11 $VER = '0.43';
     11$VER = '0.44';
    1212require_once('wp-fevents-book.php');
    1313//require_once('wp-fevents-6r.php');
  • wp-fevents-book/trunk/readme.txt

    r1600504 r1989982  
    44Donate link: http://goo.gl/QzIZZ
    55Requires at least: 3.5
    6 Tested up to: 4.7.2
     6Tested up to: 5.0
    77Stable tag: trunk
    88License: GPLv2 or later
     
    6565
    6666== Changelog ==
     67= 0.44 =
     68* tested for WP5.0
    6769= 0.43 =
    6870* responsive design using css
Note: See TracChangeset for help on using the changeset viewer.