Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions adblock-notify.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Plugin Name: Adblock Notify Lite
* Plugin URI: http://themeisle.com/plugins/adblock-notify-lite/
* Description: An Adblock detection and nofitication plugin with get around options and a lot of settings. Dashboard widget with adblock counter included!
* Version: 2.0.4
* Version: 2.0.5
* Author: Themeisle
* Author URI: http://themeisle.com
* Text Domain: an-translate
Expand Down Expand Up @@ -47,7 +47,7 @@
define( 'AN_COOKIE', 'anCookie' );
}
if ( ! defined( 'AN_VERSION' ) ) {
define( 'AN_VERSION', '2.0.4' );
define( 'AN_VERSION', '2.0.5' );
}
if ( ! defined( 'AN_TEMP_DEVELOPMENT' ) ) {
define( 'AN_TEMP_DEVELOPMENT', false );
Expand All @@ -56,7 +56,7 @@
define( 'AN_TEMPLATES_DIRECTORY', 'an-templates/' );
}
if ( ! defined( 'AN_PRO_URL' ) ) {
define( 'AN_PRO_URL','http://bit.ly/2fb0Dre/' );
define( 'AN_PRO_URL','http://bit.ly/2fb0Dre' );
}


Expand Down
2 changes: 1 addition & 1 deletion css/an-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
an_style.css
AdBlock Notify
Copyright: (c) 2016 Themeisle, themeisle.com
Version: 2.0.4
Version: 2.0.5
*/
.reveal-modal-bg {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adblock-notify-by-bweb",
"version": "2.0.4",
"version": "2.0.5",
"description": "Adblock Notify plugin",
"repository": {
"type": "git",
Expand Down