Plugin Directory

Changeset 1204949


Ignore:
Timestamp:
07/23/2015 03:02:19 PM (11 years ago)
Author:
anyguide
Message:

tagging version 1.0.2

Location:
anyguide
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • anyguide/tags/1.0.2/README.txt

    r1196652 r1204949  
    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
    5 Tested up to: 4.2.2
    6 Stable tag: 1.1
     5Tested up to: 4.2.3
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88
  • anyguide/tags/1.0.2/anyguide.php

    r1204946 r1204949  
    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.0.1
     12* Version:           1.0.2
    1313* Author:            anyguide.com
    1414* Author URI:        http://anyguide.com/
     
    2020ob_start();
    2121define('ANYGUIDE_PLUGIN_FILE',__FILE__);
    22 define( 'ANYGUIDE_VERSION', '1.0.1' );
     22define( 'ANYGUIDE_VERSION', '1.0.2' );
    2323
    2424require( dirname( __FILE__ ) . '/ag-functions.php' );
  • anyguide/trunk/README.txt

    r1196652 r1204949  
    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
    5 Tested up to: 4.2.2
    6 Stable tag: 1.1
     5Tested up to: 4.2.3
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88
  • anyguide/trunk/anyguide.php

    r1204946 r1204949  
    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.0.1
     12* Version:           1.0.2
    1313* Author:            anyguide.com
    1414* Author URI:        http://anyguide.com/
     
    2020ob_start();
    2121define('ANYGUIDE_PLUGIN_FILE',__FILE__);
    22 define( 'ANYGUIDE_VERSION', '1.0.1' );
     22define( 'ANYGUIDE_VERSION', '1.0.2' );
    2323
    2424require( dirname( __FILE__ ) . '/ag-functions.php' );
Note: See TracChangeset for help on using the changeset viewer.