Plugin Directory

Changeset 1343622


Ignore:
Timestamp:
02/05/2016 02:09:26 AM (10 years ago)
Author:
pubexchange
Message:

Give explanation of how to upgrade from V1 to V2

Location:
pubexchange/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pubexchange/trunk/pubexchange_widget.php

    r1343542 r1343622  
    44 * Plugin URI: https://www.pubexchange.com
    55 * Description: PubExchange
    6  * Version: 1.1.2
     6 * Version: 2.0.1
    77 * Author: PubExchange
    88 */
     
    3030            $this->settings->pubexchange_link_discovery = get_option("pubexchange_link_discovery");
    3131            $this->settings->pubexchange_lazy_load = get_option("pubexchange_lazy_load");
     32            $this->settings->pubexchange_slideout = get_option("pubexchange_lazy_load");
    3233
    3334            // Enable sidebar widgets
  • pubexchange/trunk/readme.txt

    r1343525 r1343622  
    6666
    6767== Changelog ==
    68 = 1.1 =
     68= Upgrading to >= 2.0 =
     69In PubExchange >= 2.0, you now need to provide a Widget Number in addition to a Widget ID. You can get this number from the PubExchange dashboard, or by contacting a PubExchange representative.
     70
     71== Changelog ==
     72= 2.0.1 =
    6973* Added Lazy Load functionality, which defers the loading of the widget until the reader scrolls down to where the widget will display
    7074* Added Link Discovery functionality, which automtically tracks the clicks of partner links in your article content
    7175* Decreased load time of widget code
    7276
    73 = 1.0 =
     77= 1.0.1 =
    7478* Initial release
Note: See TracChangeset for help on using the changeset viewer.