Plugin Directory

Changeset 2691614


Ignore:
Timestamp:
03/09/2022 06:10:53 PM (4 years ago)
Author:
seomantis
Message:

links added more times to same url if "add links" is clicked more than once

Location:
seo-links-interlinking
Files:
42 added
3 edited

Legend:

Unmodified
Added
Removed
  • seo-links-interlinking/trunk/ajax.php

    r2691061 r2691614  
    5959
    6060
    61     preg_match_all('/<a[^>]+href=([\'"])(?<href>.+?)\1[^>]*>/i', $content, $find_ga_url_result);
     61    /*preg_match_all('/<a[^>]+href=([\'"])(?<href>.+?)\1[^>]*>/i', $content, $find_ga_url_result);
    6262    if (!empty($find_ga_url_result)) {
    6363        $ga_url_processed = array_unique( $find_ga_url_result['href'] );
    64     }
     64    }*/
    6565
    6666    function cmp($a, $b) {
  • seo-links-interlinking/trunk/readme.txt

    r2691061 r2691614  
    55Requires at least: 4.7
    66Tested up to: 5.8
    7 Stable tag: 1.6.1
     7Stable tag: 1.6.2
    88Requires PHP: 7.1
    99License: GPLv2 or later
     
    2626
    2727== Upgrade Notice ==
     28
     29= 1.6.2 =
     30Just one random link per url
    2831
    2932= 1.5.8 =
  • seo-links-interlinking/trunk/scdata.php

    r2691061 r2691614  
    66 * Author: WP SEO Plugins
    77 * Author URI: https://wpseoplugins.org/
    8  * Version: 1.5.9
     8 * Version: 1.6.2
    99 */
    1010header('Content-Type: text/html; charset=utf-8');
     
    3232define( 'SEOLI_SITE_URL', ( SEOLI_SERVER_PORT == 80 ? 'http://' : 'https://' ) . SEOLI_SERVER_NAME );
    3333define( 'SEOLI_SERVER_REQUEST_URI', $_SERVER['REQUEST_URI']);
    34 define( 'SEOLI_VERSION', '1.5.9' );
    35 
     34define( 'SEOLI_VERSION', '1.6.2' );
    3635
    3736#function for add metabox.
Note: See TracChangeset for help on using the changeset viewer.