Changeset 1204942
- Timestamp:
- 07/23/2015 02:53:18 PM (11 years ago)
- Location:
- anyguide
- Files:
-
- 1 edited
- 6 copied
-
tags/1.4 (copied) (copied from anyguide/trunk)
-
tags/1.4/admin/snippets.php (copied) (copied from anyguide/trunk/admin/snippets.php)
-
tags/1.4/anyguide.php (copied) (copied from anyguide/trunk/anyguide.php) (1 diff)
-
tags/1.4/trunk (copied) (copied from anyguide/trunk)
-
tags/1.4/trunk/admin/snippets.php (copied) (copied from anyguide/trunk/admin/snippets.php)
-
tags/1.4/trunk/anyguide.php (copied) (copied from anyguide/trunk/anyguide.php) (2 diffs)
-
trunk/anyguide.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anyguide/tags/1.4/anyguide.php
r1204930 r1204942 20 20 ob_start(); 21 21 define('ANYGUIDE_PLUGIN_FILE',__FILE__); 22 define( 'AKISMET_VERSION', '1.3' ); 22 23 23 24 require( dirname( __FILE__ ) . '/ag-functions.php' ); -
anyguide/tags/1.4/trunk/anyguide.php
r1204930 r1204942 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. 312 * Version: 1.4 13 13 * Author: anyguide.com 14 14 * Author URI: http://anyguide.com/ … … 18 18 */ 19 19 20 20 21 ob_start(); 21 22 define('ANYGUIDE_PLUGIN_FILE',__FILE__); 23 define( 'AKISMET_VERSION', '1.4' ); 22 24 23 25 require( dirname( __FILE__ ) . '/ag-functions.php' ); -
anyguide/trunk/anyguide.php
r1204930 r1204942 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. 312 * Version: 1.4 13 13 * Author: anyguide.com 14 14 * Author URI: http://anyguide.com/ … … 18 18 */ 19 19 20 20 21 ob_start(); 21 22 define('ANYGUIDE_PLUGIN_FILE',__FILE__); 23 define( 'AKISMET_VERSION', '1.4' ); 22 24 23 25 require( dirname( __FILE__ ) . '/ag-functions.php' );
Note: See TracChangeset
for help on using the changeset viewer.