Plugin Directory

Changeset 2007146


Ignore:
Timestamp:
01/06/2019 02:03:32 PM (7 years ago)
Author:
IM Ninjas
Message:

Version 1.2

Location:
internal-link-building-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • internal-link-building-plugin/trunk/internal_link_building.php

    r843695 r2007146  
    66Note: Please do use the plugin in moderation to avoid over-optimization. Meaningful and user-friendly inter-linking goes a long way!
    77Author: Internet Marketing Ninjas
    8 Version: 1.1
     8Version: 1.2
    99Author URI: http://www.internetmarketingninjas.com/
    1010*/
     
    711711    static function findblocks($output){
    712712    global $protectblocks;
    713         if(is_array($protectblocks)){
     713        if(!empty($protectblocks)){
    714714            $output = preg_replace_callback('!(\[block\]([0-9]*?)\[\/block\])!', array('internal_link_building_blocks','return_tags'), $output);
    715715        }
    716         $protectblocks = '';
     716        $protectblocks = array();
    717717    return $output;
    718718    }
  • internal-link-building-plugin/trunk/readme.txt

    r843695 r2007146  
    44Tags: SEO, link building, google rankings, search engine optimization, rankings, affiliate, nofollow, links
    55Requires at least: 3.0.1
    6 Tested up to: 3.8
    7 Stable tag: 1.1
     6Tested up to: 5.0
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070* better plugin description text
    7171* renamed menu from Keywords into Internal linking
    72 
     72= 1.2 =
     73* WordPress 5 supprt
     74* php 7.2 support
    7375== Arbitrary section ==
    7476
Note: See TracChangeset for help on using the changeset viewer.