Changeset 810798
- Timestamp:
- 11/26/2013 01:47:46 PM (12 years ago)
- Location:
- jetpack/tags/2.6
- Files:
-
- 2 deleted
- 2 edited
- 1 copied
-
. (copied) (copied from jetpack/trunk)
-
.travis.yml (deleted)
-
jetpack.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
tests (deleted)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/tags/2.6/jetpack.php
r809004 r810798 6 6 * 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. 7 7 * Author: Automattic 8 * Version: 2.6 b38 * Version: 2.6 9 9 * Author URI: http://jetpack.me 10 10 * License: GPL2+ … … 18 18 defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) or define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' ); 19 19 defined( 'JETPACK_CLIENT__HTTPS' ) or define( 'JETPACK_CLIENT__HTTPS', 'AUTO' ); 20 define( 'JETPACK__VERSION', '2.6 b3' );20 define( 'JETPACK__VERSION', '2.6' ); 21 21 define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) or define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'locales.php' ); -
jetpack/tags/2.6/readme.txt
r810771 r810798 86 86 = 2.6 = 87 87 * 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/). 89 89 * Enhancement: Custom CSS: replace Ace editor with Codemirror. 90 90 * Enhancement: Widgets: new “Display Posts” widget.
Note: See TracChangeset
for help on using the changeset viewer.