Plugin Directory

Changeset 776669


Ignore:
Timestamp:
09/22/2013 06:21:17 AM (12 years ago)
Author:
WingerSpeed
Message:

Remove photon function and release v2.5.0.2

Location:
slimjetpack
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • slimjetpack/tags/2.5.0.2/readme.txt

    r775947 r776669  
    44Requires at least: 3.5
    55Tested up to: 3.6
    6 Stable tag: 2.5.0.1
     6Stable tag: 2.5.0.2
    77
    88Slim version of Jetpack unlinked from WordPress.com :)
     
    9696== Weight-loss Diary ==
    9797
     98= 2.5.0.2 =
     99* Remove photon support to avoid conflicts
     100
    98101= 2.5 =
    99102* Update to Jetpack v2.5
  • slimjetpack/tags/2.5.0.2/slimjetpack.php

    r775938 r776669  
    4646require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-debugger.php'      );
    4747require_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'            );
    5050require_once( JETPACK__PLUGIN_DIR . 'functions.compat.php'            );
    5151require_once( JETPACK__PLUGIN_DIR . 'functions.gallery.php'           );
  • slimjetpack/trunk/readme.txt

    r775947 r776669  
    44Requires at least: 3.5
    55Tested up to: 3.6
    6 Stable tag: 2.5.0.1
     6Stable tag: 2.5.0.2
    77
    88Slim version of Jetpack unlinked from WordPress.com :)
     
    9696== Weight-loss Diary ==
    9797
     98= 2.5.0.2 =
     99* Remove photon support to avoid conflicts
     100
    98101= 2.5 =
    99102* Update to Jetpack v2.5
  • slimjetpack/trunk/slimjetpack.php

    r775938 r776669  
    4646require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-debugger.php'      );
    4747require_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'            );
    5050require_once( JETPACK__PLUGIN_DIR . 'functions.compat.php'            );
    5151require_once( JETPACK__PLUGIN_DIR . 'functions.gallery.php'           );
Note: See TracChangeset for help on using the changeset viewer.