Changeset 1375048
- Timestamp:
- 03/20/2016 03:15:23 PM (10 years ago)
- Location:
- reading-progress-bar-by-errnio/trunk
- Files:
-
- 2 edited
-
readingprogressbar-by-errnio.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reading-progress-bar-by-errnio/trunk/readingprogressbar-by-errnio.php
r1345165 r1375048 4 4 Plugin URI: http://errnio.com 5 5 Description: Reading Progress Bar by errnio helps your users know their progress on the page. 6 Version: 1. 26 Version: 1.3 7 7 Author: Errnio 8 8 Author URI: http://errnio.com … … 11 11 /***** Constants ******/ 12 12 13 define('READINGPROGRESS_BY_ERRNIO_VERSION', '1.3'); 13 14 define('READINGPROGRESS_BY_ERRNIO_INSTALLER_NAME', 'wordpress_readingprogress_by_errnio'); 14 15 … … 162 163 $tagId = get_option(READINGPROGRESS_BY_ERRNIO_OPTION_NAME_TAGID); 163 164 165 if (!$tagId || empty($tagId)) { 166 return; 167 } 168 164 169 $script_url = "//service.errnio.com/loader?tagid=".$tagId; 165 wp_register_script($handle, $script_url, false, '1.0', true);170 wp_register_script($handle, $script_url, false, READINGPROGRESS_BY_ERRNIO_VERSION, true); 166 171 wp_enqueue_script($handle ); 167 172 -
reading-progress-bar-by-errnio/trunk/readme.txt
r1368185 r1375048 4 4 Tags: mobile, engagement, gesture, bounce rate, time spent, increase traffic, content recommendation, errnio, social, content, wordpress, growth, traffic, increase site traffic, increase traffic, internal traffic, circulation, subscribers, widget, content analytics, inbound marketing, suggested content, taboola, outbrain, popular content, recommended content, more content, site content, more articles, article recommendation, article suggestion, suggested articles, recommended articles, best content, best articles, content, cross, cross promotion, engageya, feed, feeds, increase readership, links, page, pages, Post, posts, promote, readership, recommendations, related, Related Content, related posts, related slider, related thumbnails, related-links, rss, slider, thumbnails, traffic, traffic exchange, bar, indicator, location, progress, progress bar, progressbar, scroll, Scroll bar, scrollbar 5 5 Tested up to: 4.4 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 149 149 == Changelog == 150 150 151 = 1.3 = 152 * Added script versioning and parameters validation 153 151 154 = 1.2 = 152 155 * Simplified code on wp client side … … 163 166 **1.1 Added handling of multiple installed errnio plugins 164 167 **1.2 Simplified code on wp client side 168 **1.3 Added script versioning and parameters validation
Note: See TracChangeset
for help on using the changeset viewer.