Changeset 1989982
- Timestamp:
- 12/09/2018 03:12:17 PM (7 years ago)
- Location:
- wp-fevents-book/trunk
- Files:
-
- 2 edited
-
init.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-fevents-book/trunk/init.php
r1600520 r1989982 4 4 Plugin URI: http://wordpress.org/extend/plugins/wp-fevents-book/ 5 5 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.4 36 Version: 0.44 7 7 Author: faina09 8 8 Author URI: http://profiles.wordpress.org/faina09 9 9 License: GPLv2 or later 10 10 */ 11 $VER = '0.4 3';11 $VER = '0.44'; 12 12 require_once('wp-fevents-book.php'); 13 13 //require_once('wp-fevents-6r.php'); -
wp-fevents-book/trunk/readme.txt
r1600504 r1989982 4 4 Donate link: http://goo.gl/QzIZZ 5 5 Requires at least: 3.5 6 Tested up to: 4.7.26 Tested up to: 5.0 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 65 65 66 66 == Changelog == 67 = 0.44 = 68 * tested for WP5.0 67 69 = 0.43 = 68 70 * responsive design using css
Note: See TracChangeset
for help on using the changeset viewer.