Plugin Directory

Changeset 1204942


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

tagging version 1.4

Location:
anyguide
Files:
1 edited
6 copied

Legend:

Unmodified
Added
Removed
  • anyguide/tags/1.4/anyguide.php

    r1204930 r1204942  
    2020ob_start();
    2121define('ANYGUIDE_PLUGIN_FILE',__FILE__);
     22define( 'AKISMET_VERSION', '1.3' );
    2223
    2324require( dirname( __FILE__ ) . '/ag-functions.php' );
  • anyguide/tags/1.4/trunk/anyguide.php

    r1204930 r1204942  
    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.3
     12* Version:           1.4
    1313* Author:            anyguide.com
    1414* Author URI:        http://anyguide.com/
     
    1818*/
    1919
     20
    2021ob_start();
    2122define('ANYGUIDE_PLUGIN_FILE',__FILE__);
     23define( 'AKISMET_VERSION', '1.4' );
    2224
    2325require( dirname( __FILE__ ) . '/ag-functions.php' );
  • anyguide/trunk/anyguide.php

    r1204930 r1204942  
    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.3
     12* Version:           1.4
    1313* Author:            anyguide.com
    1414* Author URI:        http://anyguide.com/
     
    1818*/
    1919
     20
    2021ob_start();
    2122define('ANYGUIDE_PLUGIN_FILE',__FILE__);
     23define( 'AKISMET_VERSION', '1.4' );
    2224
    2325require( dirname( __FILE__ ) . '/ag-functions.php' );
Note: See TracChangeset for help on using the changeset viewer.