Changeset 1286668
- Timestamp:
- 11/15/2015 05:06:30 PM (10 years ago)
- Location:
- anyguide/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (1 diff)
-
admin/menu.php (modified) (1 diff)
-
ag-functions.php (modified) (3 diffs)
-
anyguide.php (modified) (3 diffs)
-
direct_call.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
anyguide/trunk/README.txt
r1270533 r1286668 1 === Any guide===1 === AnyGuide - Online Tour Booking === 2 2 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 5 Tested up to: 4.3.1 6 Stable tag: 1. 1.16 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 -
anyguide/trunk/admin/menu.php
r1270515 r1286668 101 101 102 102 ?> 103 -
anyguide/trunk/ag-functions.php
r1270515 r1286668 1 1 <?php 2 3 2 if(!function_exists('anyguide_plugin_get_version')) { 4 3 function anyguide_plugin_get_version() { … … 27 26 } 28 27 29 30 28 if(!function_exists('anyguide_links')) { 31 29 function anyguide_links($links, $file) { … … 41 39 42 40 add_filter( 'plugin_row_meta','anyguide_links',10,2); 43 44 ?> -
anyguide/trunk/anyguide.php
r1270533 r1286668 1 1 <?php 2 2 /** 3 * @package Any guide3 * @package AnyGuide - Online Tour Booking 4 4 * @author Anyguide <support@anyguide.com> 5 5 * @license GPL-2.0+ … … 7 7 * @copyright 2015 Anyguide 8 8 * 9 * Plugin Name: Any guide9 * Plugin Name: AnyGuide - Online Tour Booking 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. 1.112 * Version: 1.2.1 13 13 * Author: anyguide.com 14 14 * Author URI: http://www.anyguide.com/ … … 29 29 require( dirname( __FILE__ ) . '/admin/uninstall.php' ); 30 30 require( dirname( __FILE__ ) . '/direct_call.php' ); 31 32 31 ?> -
anyguide/trunk/direct_call.php
r1196584 r1286668 1 2 1 <?php 3 2 function anyplugin_plugin_query_vars($vars) {
Note: See TracChangeset
for help on using the changeset viewer.