Changeset 1204946
- Timestamp:
- 07/23/2015 02:58:57 PM (11 years ago)
- File:
-
- 1 edited
-
anyguide/trunk/anyguide.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anyguide/trunk/anyguide.php
r1204942 r1204946 10 10 * Plugin URI: http://www.anyguide.com 11 11 * Description: This plugin allows you to integrate the Anyguide booking solution into your Wordpress site. 12 * Version: 1. 412 * Version: 1.0.1 13 13 * Author: anyguide.com 14 14 * Author URI: http://anyguide.com/ … … 18 18 */ 19 19 20 21 20 ob_start(); 22 21 define('ANYGUIDE_PLUGIN_FILE',__FILE__); 23 define( 'A KISMET_VERSION', '1.4' );22 define( 'ANYGUIDE_VERSION', '1.0.1' ); 24 23 25 24 require( dirname( __FILE__ ) . '/ag-functions.php' );
Note: See TracChangeset
for help on using the changeset viewer.