Plugin Directory

Changeset 771824

Timestamp:
09/13/2013 07:21:24 PM (11 years ago)
Author:
tmoorewp
Message:

Tag 2.5b2 beta version.

Location:
jetpack
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jetpack/tags/2.5b2/jetpack.php

    r771101 r771824  
    66 * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
    77 * Author: Automattic
    8  * Version: 2.5b1
     8 * Version: 2.5b
    99 * Author URI: http://jetpack.me
    1010 * License: GPL2+
     
    1818defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) or define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' );
    1919defined( 'JETPACK_CLIENT__HTTPS' ) or define( 'JETPACK_CLIENT__HTTPS', 'AUTO' );
    20 define( 'JETPACK__VERSION', '2.5-alpha' );
     20define( 'JETPACK__VERSION', '2.5' );
    2121define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2222defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) or define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'locales.php' );
  • jetpack/trunk/jetpack.php

    r771101 r771824  
    66 * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
    77 * Author: Automattic
    8  * Version: 2.5b1
     8 * Version: 2.5b
    99 * Author URI: http://jetpack.me
    1010 * License: GPL2+
     
    1818defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) or define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' );
    1919defined( 'JETPACK_CLIENT__HTTPS' ) or define( 'JETPACK_CLIENT__HTTPS', 'AUTO' );
    20 define( 'JETPACK__VERSION', '2.5-alpha' );
     20define( 'JETPACK__VERSION', '2.5' );
    2121define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2222defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) or define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'locales.php' );
Note: See TracChangeset for help on using the changeset viewer.