Changeset 1343622
- Timestamp:
- 02/05/2016 02:09:26 AM (10 years ago)
- Location:
- pubexchange/trunk
- Files:
-
- 2 edited
-
pubexchange_widget.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pubexchange/trunk/pubexchange_widget.php
r1343542 r1343622 4 4 * Plugin URI: https://www.pubexchange.com 5 5 * Description: PubExchange 6 * Version: 1.1.26 * Version: 2.0.1 7 7 * Author: PubExchange 8 8 */ … … 30 30 $this->settings->pubexchange_link_discovery = get_option("pubexchange_link_discovery"); 31 31 $this->settings->pubexchange_lazy_load = get_option("pubexchange_lazy_load"); 32 $this->settings->pubexchange_slideout = get_option("pubexchange_lazy_load"); 32 33 33 34 // Enable sidebar widgets -
pubexchange/trunk/readme.txt
r1343525 r1343622 66 66 67 67 == Changelog == 68 = 1.1 = 68 = Upgrading to >= 2.0 = 69 In 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 = 69 73 * Added Lazy Load functionality, which defers the loading of the widget until the reader scrolls down to where the widget will display 70 74 * Added Link Discovery functionality, which automtically tracks the clicks of partner links in your article content 71 75 * Decreased load time of widget code 72 76 73 = 1.0 =77 = 1.0.1 = 74 78 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.