Plugin Directory

Changeset 810798


Ignore:
Timestamp:
11/26/2013 01:47:46 PM (12 years ago)
Author:
migueluy
Message:

Jetpack: Tag 2.6

Location:
jetpack/tags/2.6
Files:
2 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jetpack/tags/2.6/jetpack.php

    r809004 r810798  
    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.6b3
     8 * Version: 2.6
    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.6b3' );
     20define( 'JETPACK__VERSION', '2.6' );
    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/tags/2.6/readme.txt

    r810771 r810798  
    8686= 2.6 =
    8787* Enhancement: WPCC / now called [SSO](http://jetpack.me/support/sso/): refactored.
    88 * Enhancement: Monitor: new module which will notify you if your site goes down.
     88* Enhancement: Monitor: new module which will notify you if your site goes down(http://jetpack.me/support/monitor/).
    8989* Enhancement: Custom CSS: replace Ace editor with Codemirror.
    9090* Enhancement: Widgets: new “Display Posts” widget.
Note: See TracChangeset for help on using the changeset viewer.