Plugin Directory

Changeset 1186231


Ignore:
Timestamp:
06/23/2015 02:48:00 PM (11 years ago)
Author:
flashcentury
Message:

Ver 0.4.5

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

Legend:

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

    r1144670 r1186231  
    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.2
    6 Stable tag: 0.4.0
     5Tested up to: 4.2.2
     6Stable tag: 0.4.5
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8NYR3F4RVTBHS
    88
     
    3030> [- English (Hülya Kocak)](http://brokenlinkmanager.com)<br>
    3131> [- Deutsch (Berkant Kacar)](http://beqo.de) <br>
    32 > [- Türkçe (Hüseyin Kocak](http://k-78.de) <br>
     32> [- Türkçe (Hüseyin Kocak)](http://k-78.de) <br><br>
     33
     34> [- Download .pot file for your language](brokenlinkmanager.com/wblm.pot.zip) <br>
    3335
    3436== Installation ==
     
    4648== Changelog ==
    4749
    48 = 0.3.5 =
     50= 0.4.5 =
     51* Compatibility with WP 4.2.2
     52* Fixed empty Log feature same Small bug
     53
     54= 0.4.0 =
    4955* Compatibility with WP 4.2
    5056* Small bug fixes.
    5157* Added optional empty Log feature
    5258
    53 
    54 = 0.3.4 =
     59= 0.3.5 =
    5560* Optimized plugin install (Database table query)
    5661* Added German Language
  • broken-link-manager/trunk/wblm-settings.php

    r1144670 r1186231  
    163163                            </div>
    164164                        </div>
    165                        
    166165                        <div class="col-sm-2">
    167166                            <a onclick="return confirm('Are you sure you want to empty all broken URLs?');" href="<?php echo admin_url("admin.php?page=wblm-settings&emptyBrokenUrls=on"); ?>">
     
    175174    </div><!-- /.col-lg-12 -->
    176175</div> <!-- //Empty -->
    177 <br /><br />               
     176<br /><br />   
     177<!-- Export -->
     178<div class="row">
     179    <div class="col-lg-12">
     180        <div class="panel panel-default">     
     181            <!-- /.panel-heading -->
     182            <div class="panel-body">                     
     183                <p class="bg-info" style="padding:10px; margin-top:0; font-size:16px; font-weight: bold; "><?php _e('Export', 'wblm') ?></p>
     184                <div class="form-horizontal">
     185                    <div class="form-group">
     186                        <div class="col-sm-2">
     187                            <a href="<?php echo admin_url("admin.php?page=wblm-settings&exportUrls=on"); ?>">
     188                                <button disabled="" type="submit" class="btn btn-info"> <?php _e('EXPORT ALL URLs', 'wblm') ?> </button>
     189                            </a>
     190                        </div>
     191                    </div>
     192                </div><!-- form-horizontal -->
     193            </div><!-- /.panel-body -->
     194        </div><!-- /.panel -->
     195    </div><!-- /.col-lg-12 -->
     196</div> <!-- //Export -->
     197<br /><br />       
    178198</div><!-- /#page-wrapper -->
    179199<?php get_wblmFooter(); ?>
  • broken-link-manager/trunk/wblm.php

    r1144670 r1186231  
    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.4.0
     6Version: 0.4.5
    77Author: Hüseyin Kocak
    88Author URI: http://k-78.de
     
    351351function add_redirected_options() {
    352352require_once( WBLM_CONFIG_PATH . 'class/redirected_url.php');
    353 
    354353  global $WblmListTable;
    355354  $option = 'per_page';
Note: See TracChangeset for help on using the changeset viewer.