Plugin Directory

Changeset 1286668


Ignore:
Timestamp:
11/15/2015 05:06:30 PM (10 years ago)
Author:
anyguide
Message:

Bumped to 1.2.1 - Fix PHP Issues

Location:
anyguide/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • anyguide/trunk/README.txt

    r1270533 r1286668  
    1 === Anyguide ===
     1=== AnyGuide - Online Tour Booking ===
    22
    33Tags: 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
    44Requires at least: 2.8
    55Tested up to: 4.3.1
    6 Stable tag: 1.1.1
     6Stable tag: 1.2.1
    77License: GPLv2 or later
    88
  • anyguide/trunk/admin/menu.php

    r1270515 r1286668  
    101101
    102102?>
    103 
  • anyguide/trunk/ag-functions.php

    r1270515 r1286668  
    11<?php
    2 
    32if(!function_exists('anyguide_plugin_get_version')) {
    43    function anyguide_plugin_get_version() {
     
    2726}
    2827
    29 
    3028if(!function_exists('anyguide_links')) {
    3129    function anyguide_links($links, $file) {
     
    4139
    4240add_filter( 'plugin_row_meta','anyguide_links',10,2);
    43 
    44 ?>
  • anyguide/trunk/anyguide.php

    r1270533 r1286668  
    11<?php
    22/**
    3 * @package   Anyguide
     3* @package   AnyGuide - Online Tour Booking
    44* @author    Anyguide <support@anyguide.com>
    55* @license   GPL-2.0+
     
    77* @copyright 2015 Anyguide
    88*
    9 * Plugin Name:       Anyguide
     9* Plugin Name:       AnyGuide - Online Tour Booking
    1010* Plugin URI:        http://www.anyguide.com
    1111* Description:       This plugin allows you to integrate the Anyguide booking solution into your Wordpress site.
    12 * Version:           1.1.1
     12* Version:           1.2.1
    1313* Author:            anyguide.com
    1414* Author URI:        http://www.anyguide.com/
     
    2929require( dirname( __FILE__ ) . '/admin/uninstall.php' );
    3030require( dirname( __FILE__ ) . '/direct_call.php' );
    31 
    3231?>
  • anyguide/trunk/direct_call.php

    r1196584 r1286668  
    1 
    21<?php
    32function anyplugin_plugin_query_vars($vars) {
Note: See TracChangeset for help on using the changeset viewer.