Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mihdan committed Jan 17, 2018
1 parent 10fd78a commit 763b30d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: mihdan
Tags: seo, link, links, publisher, post, posts, comments
Requires at least: 3.5.0
Tested up to: 4.9.1
Stable tag: 4.3
Stable tag: 4.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Convert external links into internal links, site wide or post/page specific. Add NoFollow, Click logging, and more...
Expand Down Expand Up @@ -67,6 +67,12 @@ Mihdan: No External Links **does not** make any changes to your database, it jus

== Changelog ==

= 4.3.1 =
Bump version

= 4.3 =
Forked from https://wordpress.org/plugins/wp-noexternallinks/

= 4.2.2 =
Several bug fixes.

Expand Down
12 changes: 6 additions & 6 deletions mihdan-noexternallinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Mihdan: No External Links
* Plugin URI: https://wordpress.org/plugins/mihdan-noexternallinks/
* Description: Convert external links into internal links, site wide or post/page specific. Add NoFollow, Click logging, and more...
* Version: 4.3
* Version: 4.3.1
* Author: Mikhail Kobzarev
* Author URI: https://www.kobzarev.com/
* License: GPL-2.0+
Expand All @@ -21,7 +21,7 @@

// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
die;
die;
}

/**
Expand All @@ -40,10 +40,10 @@
* @since 4.0.0
*/
function run_mihdan_noexternallinks() {

$plugin = new Mihdan_NoExternalLinks();
$plugin->run();

$plugin = new Mihdan_NoExternalLinks();
$plugin->run();
}

run_mihdan_noexternallinks();

// eof;

0 comments on commit 763b30d

Please sign in to comment.