Changeset 1325671
- Timestamp:
- 01/11/2016 08:55:10 AM (10 years ago)
- Location:
- easy-events-wp/trunk
- Files:
-
- 1 added
- 2 edited
-
easy-events-wp.php (modified) (2 diffs)
-
includes/setting-admin.php (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-events-wp/trunk/easy-events-wp.php
r1325656 r1325671 5 5 * Plugin URI: https://wparena.com 6 6 * Description: Create and manage event extremely simple event. Including event widget. 7 * Version: 1.1. 07 * Version: 1.1.1 8 8 * Author: WPArena 9 9 * Author URI: https://wparena.com … … 23 23 define( 'EASY_EVENT_URI', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); 24 24 define( 'EASY_EVENT_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); 25 define( 'EASY_EVENT_VERSION', '1.1. 0' );25 define( 'EASY_EVENT_VERSION', '1.1.1' ); 26 26 27 27 if ( ! class_exists( 'Easy_Event' ) ) : -
easy-events-wp/trunk/readme.txt
r1325656 r1325671 38 38 * Create count down for event. 39 39 40 = 1.1.1 41 * Updated assets file. 42 40 43 == Upgrade Notice == 41 44
Note: See TracChangeset
for help on using the changeset viewer.