From 4d579631373dd2dcb0fd6aa7244672d4df6643a7 Mon Sep 17 00:00:00 2001 From: minimus Date: Sun, 29 Dec 2013 20:35:51 +0300 Subject: [PATCH] 1.8.72 --- README.md | 6 ++++-- readme.txt | 12 ++++++++---- sam.class.php | 2 +- simple-ads-manager.php | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b8c458f..f5ac0e7 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,10 @@ Features * Customizable limitation of displaying advertisements by hits * Customizable limitation of displaying advertisements by clicks * Statistics of hits -* Statistics of clicks (your own advertisment image mode) +* Statistics of clicks (excluding iframes and swf-banners) * Customizable accuracy of bots and crawlers detection * Counting revenue from ads placement, display ads and clicks on advertisement +* Compatible with all caching plugins Requirements ------------ @@ -68,7 +69,7 @@ Do not upgrade this plugin from Update page! Upgrade it from Plugins page! Change log ========== -1.8.71 +1.8.72 * Javascript output of ads (for caching compatibility) is added * Custom Taxonomies restrictions are added * Building query for SQL request is optimised @@ -77,6 +78,7 @@ Change log * Updater is fixed and improved * Language pack folder is added * bbPress support is added +* Some bugs are fixed 1.7.63 * Some bugs (Ads Block style, Click Tracker) are resolved. diff --git a/readme.txt b/readme.txt index d6b5e99..2bb4033 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://load.payoneer.com/LoadToPage.aspx?email=minimus@simplelib.c Tags: ad, adbrite, adgridwork, adify, admin, adpinion, adroll, ads, adsense, adserver, advertisement, advertising, affiliate, banner, banners, chitika, cj, commercial, commission, crispads, dfp, google, income, junction, link, manager, media, money, plugin, random, referral, revenue, rotator, seo, server, shoppingads, widget, widgetbucks, yahoo, ypn Requires at least: 3.5 Tested up to: 3.8 -Stable tag: 1.8.71 +Stable tag: 1.8.72 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -42,9 +42,10 @@ Simple Ads Manager is easy to use plugin providing a flexible logic of displayin * Customizable limitation of displaying advertisements by hits * Customizable limitation of displaying advertisements by clicks * Statistics of hits -* Statistics of clicks (your own advertisment image mode) +* Statistics of clicks (excluding iframes and swf-banners) * Customizable accuracy of bots and crawlers detection -* Counting revenue from ads placement, display ads and clicks on advertisements +* Counting revenue from ads placement, display ads and clicks on advertisements +* Compatible with all caching plugins = Requirements = * PHP 5.2.14+ @@ -86,7 +87,7 @@ No questions now... == Changelog == -= 1.8.71 = += 1.8.72 = * Javascript output of ads (for caching compatibility) is added * Custom Taxonomies restrictions are added * Building query for SQL request is optimised @@ -95,6 +96,7 @@ No questions now... * Updater is fixed and improved * Language pack folder is added * bbPress support is added +* Some bugs are fixed = 1.7.63 = * Some bugs (Ads Block style, Click Tracker) are resolved. = 1.7.61 = @@ -180,6 +182,8 @@ No questions now... == Upgrade Notice == += 1.8.72 = +Caching plugins compatibility, bbPress compatibility, Custom Taxonomies restrictions, etc. = 1.7.63 = Some bugs (Ads Block style, Click Tracker) are resolved. = 1.7.61 = diff --git a/sam.class.php b/sam.class.php index 993d666..36b4fef 100644 --- a/sam.class.php +++ b/sam.class.php @@ -54,7 +54,7 @@ class SimpleAdsManager { ); public function __construct() { - define('SAM_VERSION', '1.8.71'); + define('SAM_VERSION', '1.8.72'); define('SAM_DB_VERSION', '2.5'); define('SAM_PATH', dirname( __FILE__ )); define('SAM_URL', plugins_url( '/', __FILE__ ) ); diff --git a/simple-ads-manager.php b/simple-ads-manager.php index 329ad4e..fcc7b87 100644 --- a/simple-ads-manager.php +++ b/simple-ads-manager.php @@ -3,7 +3,7 @@ Plugin Name: Simple Ads Manager Plugin URI: http://www.simplelib.com/?p=480 Description: "Simple Ads Manager" is easy to use plugin providing a flexible logic of displaying advertisements. Visit SimpleLib blog for more details. -Version: 1.8.71 +Version: 1.8.72 Author: minimus Author URI: http://blogcoding.ru */