Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit bb2c73e

Browse files
authored
Merge pull request #28 from Codeinwp/development
Fixed tracking link
2 parents 9d529b1 + a3331ea commit bb2c73e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

adblock-notify.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin Name: Adblock Notify Lite
88
* Plugin URI: http://themeisle.com/plugins/adblock-notify-lite/
99
* Description: An Adblock detection and nofitication plugin with get around options and a lot of settings. Dashboard widget with adblock counter included!
10-
* Version: 2.0.4
10+
* Version: 2.0.5
1111
* Author: Themeisle
1212
* Author URI: http://themeisle.com
1313
* Text Domain: an-translate
@@ -47,7 +47,7 @@
4747
define( 'AN_COOKIE', 'anCookie' );
4848
}
4949
if ( ! defined( 'AN_VERSION' ) ) {
50-
define( 'AN_VERSION', '2.0.4' );
50+
define( 'AN_VERSION', '2.0.5' );
5151
}
5252
if ( ! defined( 'AN_TEMP_DEVELOPMENT' ) ) {
5353
define( 'AN_TEMP_DEVELOPMENT', false );
@@ -56,7 +56,7 @@
5656
define( 'AN_TEMPLATES_DIRECTORY', 'an-templates/' );
5757
}
5858
if ( ! defined( 'AN_PRO_URL' ) ) {
59-
define( 'AN_PRO_URL','http://bit.ly/2fb0Dre/' );
59+
define( 'AN_PRO_URL','http://bit.ly/2fb0Dre' );
6060
}
6161

6262

css/an-style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
an_style.css
33
AdBlock Notify
44
Copyright: (c) 2016 Themeisle, themeisle.com
5-
Version: 2.0.4
5+
Version: 2.0.5
66
*/
77
.reveal-modal-bg {
88
display: none;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adblock-notify-by-bweb",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Adblock Notify plugin",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)