Plugin Directory

Changeset 3425351


Ignore:
Timestamp:
12/22/2025 01:03:59 PM (3 months ago)
Author:
activewebsight
Message:

UPDATED: tested up to WP 6.8.1 and PHP 8.3

Location:
seo-backlink-monitor
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • seo-backlink-monitor/tags/1.7.0/README.txt

    r3047423 r3425351  
    33Tags: internal link, link, links seo, seo backlinks, building campaign, track your link, backlinks, cron
    44Requires at least: 4.7.5
    5 Tested up to: 6.4.3
    6 Stable tag: 1.6.0
     5Tested up to: 6.8.1
     6Stable tag: 1.7.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2929
    3030== Changelog ==
     31
     32= 1.7.0 =
     33* UPDATED: tested up to WP 6.8.1 and PHP 8.3
    3134
    3235= 1.6.0 =
  • seo-backlink-monitor/tags/1.7.0/seo-backlink-monitor.php

    r3047422 r3425351  
    1515 * Plugin URI:        https://www.active-websight.de
    1616 * Description:       SEO Backlink Monitor checks if the link is live or not. This plugin is based on <a href='https://wordpress.org/plugins/backlink-monitoring-manager/' target='_blank'>Backlink Monitoring Manager</a> (v0.1.3). Thanks to Syed Fakhar Abbas <3.
    17  * Version:           1.6.0
     17 * Version:           1.7.0
    1818 * Author:            Active Websight
    1919 * Author URI:        http://www.active-websight.de
     
    3131define( 'SEO_BLM_PLUGIN_NAME', 'SEO Backlink Monitor' );
    3232if (!defined('SEO_BLM_PLUGIN_VERSION'))
    33     define( 'SEO_BLM_PLUGIN_VERSION', '1.6.0' );
     33    define( 'SEO_BLM_PLUGIN_VERSION', '1.7.0' );
    3434define( 'SEO_BLM_PLUGIN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) );
    3535define( 'SEO_BLM_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
  • seo-backlink-monitor/trunk/README.txt

    r3047423 r3425351  
    33Tags: internal link, link, links seo, seo backlinks, building campaign, track your link, backlinks, cron
    44Requires at least: 4.7.5
    5 Tested up to: 6.4.3
    6 Stable tag: 1.6.0
     5Tested up to: 6.8.1
     6Stable tag: 1.7.0
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2929
    3030== Changelog ==
     31
     32= 1.7.0 =
     33* UPDATED: tested up to WP 6.8.1 and PHP 8.3
    3134
    3235= 1.6.0 =
  • seo-backlink-monitor/trunk/seo-backlink-monitor.php

    r3047422 r3425351  
    1515 * Plugin URI:        https://www.active-websight.de
    1616 * Description:       SEO Backlink Monitor checks if the link is live or not. This plugin is based on <a href='https://wordpress.org/plugins/backlink-monitoring-manager/' target='_blank'>Backlink Monitoring Manager</a> (v0.1.3). Thanks to Syed Fakhar Abbas <3.
    17  * Version:           1.6.0
     17 * Version:           1.7.0
    1818 * Author:            Active Websight
    1919 * Author URI:        http://www.active-websight.de
     
    3131define( 'SEO_BLM_PLUGIN_NAME', 'SEO Backlink Monitor' );
    3232if (!defined('SEO_BLM_PLUGIN_VERSION'))
    33     define( 'SEO_BLM_PLUGIN_VERSION', '1.6.0' );
     33    define( 'SEO_BLM_PLUGIN_VERSION', '1.7.0' );
    3434define( 'SEO_BLM_PLUGIN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) );
    3535define( 'SEO_BLM_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.