Changeset 3425351
- Timestamp:
- 12/22/2025 01:03:59 PM (3 months ago)
- Location:
- seo-backlink-monitor
- Files:
-
- 4 edited
- 1 copied
-
tags/1.7.0 (copied) (copied from seo-backlink-monitor/trunk)
-
tags/1.7.0/README.txt (modified) (2 diffs)
-
tags/1.7.0/seo-backlink-monitor.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/seo-backlink-monitor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-backlink-monitor/tags/1.7.0/README.txt
r3047423 r3425351 3 3 Tags: internal link, link, links seo, seo backlinks, building campaign, track your link, backlinks, cron 4 4 Requires at least: 4.7.5 5 Tested up to: 6. 4.36 Stable tag: 1. 6.05 Tested up to: 6.8.1 6 Stable tag: 1.7.0 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 29 29 30 30 == Changelog == 31 32 = 1.7.0 = 33 * UPDATED: tested up to WP 6.8.1 and PHP 8.3 31 34 32 35 = 1.6.0 = -
seo-backlink-monitor/tags/1.7.0/seo-backlink-monitor.php
r3047422 r3425351 15 15 * Plugin URI: https://www.active-websight.de 16 16 * 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.017 * Version: 1.7.0 18 18 * Author: Active Websight 19 19 * Author URI: http://www.active-websight.de … … 31 31 define( 'SEO_BLM_PLUGIN_NAME', 'SEO Backlink Monitor' ); 32 32 if (!defined('SEO_BLM_PLUGIN_VERSION')) 33 define( 'SEO_BLM_PLUGIN_VERSION', '1. 6.0' );33 define( 'SEO_BLM_PLUGIN_VERSION', '1.7.0' ); 34 34 define( 'SEO_BLM_PLUGIN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) ); 35 35 define( 'SEO_BLM_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); -
seo-backlink-monitor/trunk/README.txt
r3047423 r3425351 3 3 Tags: internal link, link, links seo, seo backlinks, building campaign, track your link, backlinks, cron 4 4 Requires at least: 4.7.5 5 Tested up to: 6. 4.36 Stable tag: 1. 6.05 Tested up to: 6.8.1 6 Stable tag: 1.7.0 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 29 29 30 30 == Changelog == 31 32 = 1.7.0 = 33 * UPDATED: tested up to WP 6.8.1 and PHP 8.3 31 34 32 35 = 1.6.0 = -
seo-backlink-monitor/trunk/seo-backlink-monitor.php
r3047422 r3425351 15 15 * Plugin URI: https://www.active-websight.de 16 16 * 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.017 * Version: 1.7.0 18 18 * Author: Active Websight 19 19 * Author URI: http://www.active-websight.de … … 31 31 define( 'SEO_BLM_PLUGIN_NAME', 'SEO Backlink Monitor' ); 32 32 if (!defined('SEO_BLM_PLUGIN_VERSION')) 33 define( 'SEO_BLM_PLUGIN_VERSION', '1. 6.0' );33 define( 'SEO_BLM_PLUGIN_VERSION', '1.7.0' ); 34 34 define( 'SEO_BLM_PLUGIN_URL', untrailingslashit( plugins_url( '', __FILE__ ) ) ); 35 35 define( 'SEO_BLM_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.