Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
mihdan committed May 2, 2023
1 parent a10b25f commit da1e1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mihdan-no-external-links.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-no-external-links/
* Description: Convert external links into internal links, site wide or post/page specific. Add NoFollow, Click logging, and more...
* Version: 5.0.5
* Version: 5.0.6
* Author: Mikhail Kobzarev
* Author URI: https://www.kobzarev.com/
* License: GPL-2.0+
Expand All @@ -28,7 +28,7 @@
}

const MIHDAN_NO_EXTERNAL_LINKS_DIR = __DIR__;
const MIHDAN_NO_EXTERNAL_LINKS_VERSION = '5.0.5';
const MIHDAN_NO_EXTERNAL_LINKS_VERSION = '5.0.6';
const MIHDAN_NO_EXTERNAL_LINKS_SLUG = 'mihdan-no-external-links';

define( 'MIHDAN_NO_EXTERNAL_LINKS_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit da1e1aa

Please sign in to comment.