Plugin Directory

Changeset 3334221


Ignore:
Timestamp:
07/25/2025 02:19:49 PM (8 months ago)
Author:
bundgaard
Message:

Added version 1.2.41

Location:
martins-link-network
Files:
1 added
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • martins-link-network/tags/1.2.41/martinsLinkNetwork.php

    r3331359 r3334221  
    44 * Plugin URI:        https://linkbuilding.martinstools.com
    55 * 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.40
     6 * Version:           1.2.41
    77 * Requires at least: 5.0
    88 * Requires PHP:      5.6
     
    2626{
    2727       
    28     private $version = "1.2.40";
     28    private $version = "1.2.41";
    2929    private $cacheFile = "";
    3030    private $logFile = "";
     
    291291            $allowedHtml['a']['rel'] = array();
    292292           
    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>");
    294294        }
    295295    }
  • martins-link-network/tags/1.2.41/readme.txt

    r3331359 r3334221  
    44Requires at least: 5.0
    55Tested up to: 6.8.2
    6 Stable tag: 1.2.40
     6Stable tag: 1.2.41
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    8585== Changelog ==
    8686
     87= 1.2.41 =
     88* Fixed minor design issue in some wordpress themes
     89
    8790= 1.2.40 =
    8891* Optimized backlink positions
     
    9093= 1.2.39 =
    9194* Changed support link
    92 
    93 = 1.2.38 =
    94 * Minor informational updates
    9595
    9696
  • martins-link-network/trunk/martinsLinkNetwork.php

    r3331359 r3334221  
    44 * Plugin URI:        https://linkbuilding.martinstools.com
    55 * 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.40
     6 * Version:           1.2.41
    77 * Requires at least: 5.0
    88 * Requires PHP:      5.6
     
    2626{
    2727       
    28     private $version = "1.2.40";
     28    private $version = "1.2.41";
    2929    private $cacheFile = "";
    3030    private $logFile = "";
     
    291291            $allowedHtml['a']['rel'] = array();
    292292           
    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>");
    294294        }
    295295    }
  • martins-link-network/trunk/readme.txt

    r3331359 r3334221  
    44Requires at least: 5.0
    55Tested up to: 6.8.2
    6 Stable tag: 1.2.40
     6Stable tag: 1.2.41
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    8585== Changelog ==
    8686
     87= 1.2.41 =
     88* Fixed minor design issue in some wordpress themes
     89
    8790= 1.2.40 =
    8891* Optimized backlink positions
     
    9093= 1.2.39 =
    9194* Changed support link
    92 
    93 = 1.2.38 =
    94 * Minor informational updates
    9595
    9696
Note: See TracChangeset for help on using the changeset viewer.