Changeset 776669
- Timestamp:
- 09/22/2013 06:21:17 AM (12 years ago)
- Location:
- slimjetpack
- Files:
-
- 4 edited
- 1 copied
-
tags/2.5.0.2 (copied) (copied from slimjetpack/trunk)
-
tags/2.5.0.2/readme.txt (modified) (2 diffs)
-
tags/2.5.0.2/slimjetpack.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/slimjetpack.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
slimjetpack/tags/2.5.0.2/readme.txt
r775947 r776669 4 4 Requires at least: 3.5 5 5 Tested up to: 3.6 6 Stable tag: 2.5.0. 16 Stable tag: 2.5.0.2 7 7 8 8 Slim version of Jetpack unlinked from WordPress.com :) … … 96 96 == Weight-loss Diary == 97 97 98 = 2.5.0.2 = 99 * Remove photon support to avoid conflicts 100 98 101 = 2.5 = 99 102 * Update to Jetpack v2.5 -
slimjetpack/tags/2.5.0.2/slimjetpack.php
r775938 r776669 46 46 require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-debugger.php' ); 47 47 require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-heartbeat.php' ); 48 require_once( JETPACK__PLUGIN_DIR . 'class.photon.php' );49 require_once( JETPACK__PLUGIN_DIR . 'functions.photon.php' );48 //slim//require_once( JETPACK__PLUGIN_DIR . 'class.photon.php' ); 49 //slim//require_once( JETPACK__PLUGIN_DIR . 'functions.photon.php' ); 50 50 require_once( JETPACK__PLUGIN_DIR . 'functions.compat.php' ); 51 51 require_once( JETPACK__PLUGIN_DIR . 'functions.gallery.php' ); -
slimjetpack/trunk/readme.txt
r775947 r776669 4 4 Requires at least: 3.5 5 5 Tested up to: 3.6 6 Stable tag: 2.5.0. 16 Stable tag: 2.5.0.2 7 7 8 8 Slim version of Jetpack unlinked from WordPress.com :) … … 96 96 == Weight-loss Diary == 97 97 98 = 2.5.0.2 = 99 * Remove photon support to avoid conflicts 100 98 101 = 2.5 = 99 102 * Update to Jetpack v2.5 -
slimjetpack/trunk/slimjetpack.php
r775938 r776669 46 46 require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-debugger.php' ); 47 47 require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-heartbeat.php' ); 48 require_once( JETPACK__PLUGIN_DIR . 'class.photon.php' );49 require_once( JETPACK__PLUGIN_DIR . 'functions.photon.php' );48 //slim//require_once( JETPACK__PLUGIN_DIR . 'class.photon.php' ); 49 //slim//require_once( JETPACK__PLUGIN_DIR . 'functions.photon.php' ); 50 50 require_once( JETPACK__PLUGIN_DIR . 'functions.compat.php' ); 51 51 require_once( JETPACK__PLUGIN_DIR . 'functions.gallery.php' );
Note: See TracChangeset
for help on using the changeset viewer.