Skip to content

Commit

Permalink
Merge pull request #6 from minimus/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
minimus committed Dec 29, 2013
2 parents 1fe0595 + 311d385 commit d66e23f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/workspace.xml
test.html
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://load.payoneer.com/[email protected]
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

Expand Down Expand Up @@ -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+
Expand Down Expand Up @@ -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
Expand All @@ -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 =
Expand Down Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion sam.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ ) );
Expand Down
2 changes: 1 addition & 1 deletion simple-ads-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://www.simplelib.com/">SimpleLib blog</a> for more details.
Version: 1.8.71
Version: 1.8.72
Author: minimus
Author URI: http://blogcoding.ru
*/
Expand Down

0 comments on commit d66e23f

Please sign in to comment.