Changeset 1204949
- Timestamp:
- 07/23/2015 03:02:19 PM (11 years ago)
- Location:
- anyguide
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from anyguide/trunk)
-
tags/1.0.2/README.txt (modified) (1 diff)
-
tags/1.0.2/anyguide.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/anyguide.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anyguide/tags/1.0.2/README.txt
r1196652 r1204949 3 3 Tags: tour booking wordpress plugin, wordpress plugin booking, wordpress reservation plugin, anyguide, anyguide wordpress plugin, reservation plugin, booking system wordpress, book tours online, online booking system, booking, reservation, anyguide snippet 4 4 Requires at least: 2.8 5 Tested up to: 4.2. 26 Stable tag: 1. 15 Tested up to: 4.2.3 6 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 -
anyguide/tags/1.0.2/anyguide.php
r1204946 r1204949 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.0. 112 * Version: 1.0.2 13 13 * Author: anyguide.com 14 14 * Author URI: http://anyguide.com/ … … 20 20 ob_start(); 21 21 define('ANYGUIDE_PLUGIN_FILE',__FILE__); 22 define( 'ANYGUIDE_VERSION', '1.0. 1' );22 define( 'ANYGUIDE_VERSION', '1.0.2' ); 23 23 24 24 require( dirname( __FILE__ ) . '/ag-functions.php' ); -
anyguide/trunk/README.txt
r1196652 r1204949 3 3 Tags: tour booking wordpress plugin, wordpress plugin booking, wordpress reservation plugin, anyguide, anyguide wordpress plugin, reservation plugin, booking system wordpress, book tours online, online booking system, booking, reservation, anyguide snippet 4 4 Requires at least: 2.8 5 Tested up to: 4.2. 26 Stable tag: 1. 15 Tested up to: 4.2.3 6 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 -
anyguide/trunk/anyguide.php
r1204946 r1204949 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.0. 112 * Version: 1.0.2 13 13 * Author: anyguide.com 14 14 * Author URI: http://anyguide.com/ … … 20 20 ob_start(); 21 21 define('ANYGUIDE_PLUGIN_FILE',__FILE__); 22 define( 'ANYGUIDE_VERSION', '1.0. 1' );22 define( 'ANYGUIDE_VERSION', '1.0.2' ); 23 23 24 24 require( dirname( __FILE__ ) . '/ag-functions.php' );
Note: See TracChangeset
for help on using the changeset viewer.