Changeset 3334221
- Timestamp:
- 07/25/2025 02:19:49 PM (8 months ago)
- Location:
- martins-link-network
- Files:
-
- 1 added
- 2 edited
- 2 copied
-
tags/1.2.41 (added)
-
tags/1.2.41/martinsLinkNetwork.php (copied) (copied from martins-link-network/trunk/martinsLinkNetwork.php) (3 diffs)
-
tags/1.2.41/readme.txt (copied) (copied from martins-link-network/trunk/readme.txt) (3 diffs)
-
trunk/martinsLinkNetwork.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
martins-link-network/tags/1.2.41/martinsLinkNetwork.php
r3331359 r3334221 4 4 * Plugin URI: https://linkbuilding.martinstools.com 5 5 * Description: Easy SEO backlinks plugin for WordPress, SEO backlinks for blogs, SEO backlinks for WooCommerce. Boost your Ecommerce business sales with easy automatic link building. 6 * Version: 1.2.4 06 * Version: 1.2.41 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 5.6 … … 26 26 { 27 27 28 private $version = "1.2.4 0";28 private $version = "1.2.41"; 29 29 private $cacheFile = ""; 30 30 private $logFile = ""; … … 291 291 $allowedHtml['a']['rel'] = array(); 292 292 293 echo("<div id='" . md5("martinslinknetwork" . str_replace("http://", "", str_replace("https://", "", get_site_url()))) . "' style='display:block;width:100%;font-size:9px;color:#777777;border:0;border-top:1px solid #ccc;background-color:#ffffff;padding:5px ;text-align:center;'>" . wp_kses(substr($linkStr, 0, -1), $allowedHtml) . "</div>");293 echo("<div id='" . md5("martinslinknetwork" . str_replace("http://", "", str_replace("https://", "", get_site_url()))) . "' style='display:block;width:100%;font-size:9px;color:#777777;border:0;border-top:1px solid #ccc;background-color:#ffffff;padding:5px 0;text-align:center;'>" . wp_kses(substr($linkStr, 0, -1), $allowedHtml) . "</div>"); 294 294 } 295 295 } -
martins-link-network/tags/1.2.41/readme.txt
r3331359 r3334221 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8.2 6 Stable tag: 1.2.4 06 Stable tag: 1.2.41 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 85 85 == Changelog == 86 86 87 = 1.2.41 = 88 * Fixed minor design issue in some wordpress themes 89 87 90 = 1.2.40 = 88 91 * Optimized backlink positions … … 90 93 = 1.2.39 = 91 94 * Changed support link 92 93 = 1.2.38 =94 * Minor informational updates95 95 96 96 -
martins-link-network/trunk/martinsLinkNetwork.php
r3331359 r3334221 4 4 * Plugin URI: https://linkbuilding.martinstools.com 5 5 * Description: Easy SEO backlinks plugin for WordPress, SEO backlinks for blogs, SEO backlinks for WooCommerce. Boost your Ecommerce business sales with easy automatic link building. 6 * Version: 1.2.4 06 * Version: 1.2.41 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 5.6 … … 26 26 { 27 27 28 private $version = "1.2.4 0";28 private $version = "1.2.41"; 29 29 private $cacheFile = ""; 30 30 private $logFile = ""; … … 291 291 $allowedHtml['a']['rel'] = array(); 292 292 293 echo("<div id='" . md5("martinslinknetwork" . str_replace("http://", "", str_replace("https://", "", get_site_url()))) . "' style='display:block;width:100%;font-size:9px;color:#777777;border:0;border-top:1px solid #ccc;background-color:#ffffff;padding:5px ;text-align:center;'>" . wp_kses(substr($linkStr, 0, -1), $allowedHtml) . "</div>");293 echo("<div id='" . md5("martinslinknetwork" . str_replace("http://", "", str_replace("https://", "", get_site_url()))) . "' style='display:block;width:100%;font-size:9px;color:#777777;border:0;border-top:1px solid #ccc;background-color:#ffffff;padding:5px 0;text-align:center;'>" . wp_kses(substr($linkStr, 0, -1), $allowedHtml) . "</div>"); 294 294 } 295 295 } -
martins-link-network/trunk/readme.txt
r3331359 r3334221 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8.2 6 Stable tag: 1.2.4 06 Stable tag: 1.2.41 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 85 85 == Changelog == 86 86 87 = 1.2.41 = 88 * Fixed minor design issue in some wordpress themes 89 87 90 = 1.2.40 = 88 91 * Optimized backlink positions … … 90 93 = 1.2.39 = 91 94 * Changed support link 92 93 = 1.2.38 =94 * Minor informational updates95 95 96 96
Note: See TracChangeset
for help on using the changeset viewer.