Plugin Directory

Changeset 3397522


Ignore:
Timestamp:
11/17/2025 06:58:25 PM (5 months ago)
Author:
bundgaard
Message:

Added version 1.2.42

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

Legend:

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

    r3355358 r3397522  
    44 * Plugin URI:        https://www.martinstools.com/linkbuilding
    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.41
     6 * Version:           1.2.42
    77 * Requires at least: 5.0
    88 * Requires PHP:      5.6
     
    2626{
    2727       
    28     private $version = "1.2.41";
     28    private $version = "1.2.42";
    2929    private $cacheFile = "";
    3030    private $logFile = "";
     
    430430            "<a href='" . admin_url('?page=martins-link-network-dashboard') . "'>Dashboard</a>",
    431431            "<a href='" . admin_url('?page=martins-link-network-install-ad-network') . "'><b>Install Free Ad Network</b></a>",
     432            "<a href='https://www.martinstools.com/earn' target='_blank'>Earn</a>",
    432433            "<a href='https://www.martinstools.com#contact' target='_blank'>Support</a>"
    433434        );
  • martins-link-network/tags/1.2.42/readme.txt

    r3397502 r3397522  
    44Requires at least: 5.0
    55Tested up to: 6.8.3
    6 Stable tag: 1.2.41
     6Stable tag: 1.2.42
    77Requires PHP: 5.6
    88License: GPLv2 or later
  • martins-link-network/trunk/martinsLinkNetwork.php

    r3355358 r3397522  
    44 * Plugin URI:        https://www.martinstools.com/linkbuilding
    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.41
     6 * Version:           1.2.42
    77 * Requires at least: 5.0
    88 * Requires PHP:      5.6
     
    2626{
    2727       
    28     private $version = "1.2.41";
     28    private $version = "1.2.42";
    2929    private $cacheFile = "";
    3030    private $logFile = "";
     
    430430            "<a href='" . admin_url('?page=martins-link-network-dashboard') . "'>Dashboard</a>",
    431431            "<a href='" . admin_url('?page=martins-link-network-install-ad-network') . "'><b>Install Free Ad Network</b></a>",
     432            "<a href='https://www.martinstools.com/earn' target='_blank'>Earn</a>",
    432433            "<a href='https://www.martinstools.com#contact' target='_blank'>Support</a>"
    433434        );
  • martins-link-network/trunk/readme.txt

    r3397502 r3397522  
    44Requires at least: 5.0
    55Tested up to: 6.8.3
    6 Stable tag: 1.2.41
     6Stable tag: 1.2.42
    77Requires PHP: 5.6
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.