Plugin Directory

Changeset 1095750


Ignore:
Timestamp:
02/21/2015 08:01:31 AM (11 years ago)
Author:
flashcentury
Message:

Ver. 0.3.5

Location:
broken-link-manager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • broken-link-manager/trunk/readme.txt

    r1089782 r1095750  
    33Tags: Broken, Link, URL,  301, 404, Backlink, checker, SEO, Google, 404 page, Borken url, wordpress 404, Redirect,seo
    44Requires at least: 3.0
    5 Tested up to: 4.1
    6 Stable tag: 0.3.4
     5Tested up to: 4.1.1
     6Stable tag: 0.3.5
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8NYR3F4RVTBHS
    88
     
    2828
    2929> <strong>Language</strong><br>
    30 > [- English (Hülya Kocak)](http://brokenlinkmanager.com)
    31 > [- Deutsch (Berkant Kacar)](http://beqo.de)
    32 > [- Türkçe (Hüseyin Kocak](http://k-78.de)
     30> [- English (Hülya Kocak)](http://brokenlinkmanager.com)<br>
     31> [- Deutsch (Berkant Kacar)](http://beqo.de) <br>
     32> [- Türkçe (Hüseyin Kocak](http://k-78.de) <br>
    3333
    3434== Installation ==
     
    4646== Changelog ==
    4747
     48= 0.3.5 =
     49* Fixed plugin activation error
     50* Compatibility with WP 4.1.1
    4851
    4952= 0.3.4 =
  • broken-link-manager/trunk/wblm.php

    r1089782 r1095750  
    44Plugin URI: https://wordpress.org/plugins/broken-link-manager
    55Description: WBLM -> Wordpress Broken Link Manager. This plugin helps you check, organise and monitor your broken backlinks.
    6 Version: 0.3.4
     6Version: 0.3.5
    77Author: Hüseyin Kocak
    88Author URI: http://k-78.de
     
    119119 *************************************************************************************/
    120120function create_wblm_table(){
    121     echo 'TABLE_WBLM : ' . TABLE_WBLM;
    122    
     121    global $wpdb;
     122       
    123123    $sql_wblm = "CREATE TABLE IF NOT EXISTS " . TABLE_WBLM . " (
    124124    `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
Note: See TracChangeset for help on using the changeset viewer.