Changeset 706561
- Timestamp:
- 05/01/2013 05:55:57 PM (13 years ago)
- Location:
- jetpack/trunk
- Files:
-
- 2 edited
-
jetpack.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/jetpack.php
r704409 r706561 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.2. 48 * Version: 2.2.5 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.2. 4' );20 define( 'JETPACK__VERSION', '2.2.5' ); 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/trunk/readme.txt
r706554 r706561 80 80 == Changelog == 81 81 82 = trunk=82 = 2.2.5 = 83 83 * Enhancement: Stats: Counting of registered users' views can now be enabled for specific roles 84 * Bug Fix: Security tightening for metadata support in the REST API 85 * Bug Fix: Update the method for checking Twitter Timeline widget_id and update coding standards 86 * Bug Fix: Custom CSS: Allow the content width setting to be larger than the theme's content width 87 * Bug Fix: Custom CSS: Fix possible missing argument warning. 84 88 85 89 = 2.2.4 =
Note: See TracChangeset
for help on using the changeset viewer.