Releases for AdSense

adsense 6.x-1.x-dev

kbahey - July 21, 2008 - 00:23
Nightly development snapshot from CVS branch: DRUPAL-6--1
Download: adsense-6.x-1.x-dev.tar.gz
Size: 26.28 KB
md5_file hash: 94537912f321be7bb2566560224a3f63
First released: July 21, 2008 - 00:23
Last updated: July 24, 2008 - 12:00

Development nightly build of Drupal 6.x.

adsense 5.x-2.0

kbahey - March 9, 2008 - 00:46
Official release from CVS tag: DRUPAL-5--2-0
Download: adsense-5.x-2.0.tar.gz
Size: 43.83 KB
md5_file hash: aba7e0130dba34b2c672e5cda7e48420
First released: March 9, 2008 - 00:46
Last updated: March 9, 2008 - 00:50

Changes since 5.x-1.6:

Features:

  • Has a new hook_adsense that can be used by other modules to determine which Google Adsense ID to show. This opens new doors for revenue sharing. Watch for the blog post. This makes revenue sharing completely pluggable via this API. Modules can choose to do the sharing by role, by taxonomy, by userpoints, or other custom criteria or by anything else imaginable.
  • No longer depends on the profile module for sites that don't need revenue sharing.
  • Uninstall for all the included modules.
  • Help is now easier to maintain in separate files with plain HTML in here docs.

Bug fixes:

  • #220534 Fix for revenue sharing not working: site owner Adsense ID always returned.
  • #221001 documentation patch by bcobin, expanded by kbahey. Added hint on using moduleweight module when adsense section targeting is messing up the display of other components of the page.
  • #224561 by salgar and kbahey, cache the client ID of the site owner as well.
  • Add a message in setting if cache is enabled, and revenue sharing is enabled that they conflict with each other, so the user knows what to expect.
  • Better error messages when configurations are out of whack.
  • Error handling is now local for each module.

adsense 5.x-2.x-dev

kbahey - February 10, 2008 - 01:35
Nightly development snapshot from CVS branch: DRUPAL-5--2
Download: adsense-5.x-2.x-dev.tar.gz
Size: 47.93 KB
md5_file hash: 041bfe6e171872f40e74974e244d1a9d
First released: February 10, 2008 - 01:35
Last updated: June 12, 2008 - 00:00

Major overhaul of the adsense module:

  • Has a new hook_adsense that can be used by other modules to determine which Google Adsense ID to show. This opens new doors for revenue sharing. Watch for the blog post.
  • No longer depends on the profile module for sites that don't need revenue sharing.
  • Uninstall for all the included modules.
  • Help is now easier to maintain in separate files with plain HTML in here docs.

adsense 5.x-1.6

kbahey - July 7, 2007 - 17:59
Official release from CVS tag: DRUPAL-5--1-6
Download: adsense-5.x-1.6.tar.gz
Size: 35.12 KB
md5_file hash: bf1df7274b1ea132de4293cd4e6ce2cf
First released: July 7, 2007 - 17:59
Last updated: July 7, 2007 - 18:00

Changes since DRUPAL-5--1-5:

  • dww: #152819: Module .info files should not define 'version' in CVS
  • kbahey: Increasing default channels from 7 to 10.
  • Darren Oh: Updated documentation:
    1. The Profile module will be enabled automatically in Drupal 5.
    2. Added links to configuration pages in help text.
  • #132368 Kent Lester (zoon_unit)'s instructions for hiding the AdSense field added to README.txt.

adsense 5.x-1.5

kbahey - June 6, 2007 - 16:18
Official release from CVS tag: DRUPAL-5--1-5
Download: adsense-5.x-1.5.tar.gz
Size: 34.51 KB
md5_file hash: 96e403e92f78afb1ef476cd010e2971f
First released: June 6, 2007 - 16:18
Last updated: June 6, 2007 - 16:20

Changes since DRUPAL-5--1-4:

  • #149683 New Google AdSense policy allows up to 3 link units per page.
    The option to limit the number of ads in the settings is now removed.
    Instead, we check for a maximum of 3 ad units, and 3 link units, as per Google's policy.
  • #149797 Having identical inline tags bypasses number of units/links per page.
    This was caused by using str_replace() as the final step in processing the filter.
    Now we use preg_replace with a limit of 1.
  • Do not show referral options if referral module is not installed.

adsense 5.x-1.4

kbahey - June 4, 2007 - 14:09
Official release from CVS tag: DRUPAL-5--1-4
Download: adsense-5.x-1.4.tar.gz
Size: 34.4 KB
md5_file hash: 77a68994a10699ed90dc82fa550112bc
First released: June 4, 2007 - 14:09
Last updated: June 4, 2007 - 14:10

Changes since 5.x-1.3:

  • Added a version string for CVS.
  • #131986 If a not yet configured block is placed in a region, the URL that
    says "click to configure" is not absolute. By Dave Reid.
  • #138743 by aymerick, fix for revenue sharing for content types.
  • #147980 Adsense with revenue sharing displaying only the owner's ID.

adsense 4.7.x-1.0

kbahey - February 12, 2007 - 02:57
Official release from CVS tag: DRUPAL-4-7--1-0
Download: adsense-4.7.x-1.0.tar.gz
Size: 19.67 KB
md5_file hash: 2d9e152c7bbb73243810284696b25d5b
First released: February 12, 2007 - 02:57
Last updated: February 12, 2007 - 03:00

Changes since DRUPAL-4-7:

  • file adsense_click.js was added on branch DRUPAL-4-7 on 2006-05-22 02:32:02 +0000
  • #66128 Fix for wrong postrgres table name
  • #69742 Use of $base_url as well as base_path() is redundant. Thanks to timotheos.
  • file adsense_help.inc was added on branch DRUPAL-4-7 on 2006-06-25 04:37:03 +0000
  • - Changed wording to include suggested profile field name and description.
    - Changed profile field recommendation to private.
  • Delaying the bail out in settings so we do not end up in a catch-22 situation.
    Now the admin can remedy the situation, and not get shut out of adsense.
  • #71234 better wording for documentation.
  • - Added update for creating database tables for existing installation.
    - The js file now sends a ?u= parameter with the url of the clicked page
    - Added new column to store the path upon clicking. This is useful in
    tracking what was clicked, when, and by whom. This is useful for you
    to know which pages get the most clicks, as well as in click fraud
    disputes
    - Added update for creating database tables for existing installations.
  • - Made name resolution of IP addresses optional.
    - Added hyperlink to whois of IP address a la feedback module.
  • Added two more reports: clicks by day, and top pages that get clicks.
  • - Added SQL COUNT query for the pager to shut up a harmless error in watchdog.
    - Fixed ereg_replace arguments. Also shuts up a harmless error.
  • Use str_replace instead of ereg_replace.
  • - Clearer wording in the help section. Thanks to Casper Labuschagne.
  • #74750 MySQL 4.0 compaatability for the by-day query. By erdemkose.
  • #75904 Fresh install warns of duplicate table creation, by scott.mclewin
  • #81240 and #82086 clarified the help so as to reduce configuration confusion.
  • #83286 Revenue sharing will not work when Drupal page caching enabled.
    Updated help to reflect this.
  • #84318 Add 180x150 ad size
  • #60696 Adsense module not displaying anything on IIS.
    This fix works for Apache, but not yet confirmed on IIS.
    Commiting it since it is no worse than where we are now.
  • #84458 Click Tracking does not Accurately Reflect Google's numbers
    Clarified the help displayed to admin to state reasons on why click
    tracking may not be accurate.
  • Adding new format: 200x200 Small square
  • #29585 Ported fix from DRUPAL-4-6.
  • #71307 Replaced hard-coded link with Drupal link.
  • #74750 Make query for logs compatible with PostgreSQL.
  • #102252 Script source was displayed in top banner because closing delimiter was commented out.
  • #102252 Reversing earlier commit. Problem was with the Garland theme.
  • file README.txt was added on branch DRUPAL-4-7 on 2006-12-12 23:29:55 +0000
  • #74750 Forgot to add breaks to after queries. As a result, both the MySQL and PostgreSQL queries would run, resulting in errors.
  • #104603 Added square 250x250 ad, by inactivist
  • #105219 Make section targeting constants global for use in other modules, by dkruglyak
  • #106202 Honor visibility settings even when ads are disabled, by ByteEnable
  • Adding missing CVS Id
  • #110878 Increase number of blocks to 8
    Attempt to fix caching issue with filters by not caching filters at all,
    this should take care of #105824 and #116114

adsense 5.x-1.3

kbahey - February 12, 2007 - 02:53
Official release from CVS tag: DRUPAL-5--1-3
Download: adsense-5.x-1.3.tar.gz
Size: 23.15 KB
md5_file hash: 9c4ff00fd2dc3b7ea20de0f17eac1a90
First released: February 12, 2007 - 02:53
Last updated: February 12, 2007 - 02:55

Changes since DRUPAL-5--1-2:

  • Added missing header comment blocks.
  • After adding missing header comment blocks, the translation template had to be updated.
  • #104603 Added square 250x250 ad, by inactivist
  • #105136 Check if profile module exists before searching for profile field, by Rob Roy.
  • #105219 Make section targeting constants global for use in other modules, by dkruglyak
  • #106202 Honor visibility settings even when ads are disabled, by ByteEnable
  • #105817 Private functions need to follow namespace rules, by RobRoy
  • #110878 Increase number of blocks to 8
    Attempt to fix caching issue with filters by not caching filters at all,
    this should take care of #105824 and #116114
  • Remove redundant breaks.

adsense 5.x-1.2

Darren Oh - December 14, 2006 - 04:50
Official release from CVS tag: DRUPAL-5--1-2
Download: adsense-5.x-1.2.tar.gz
Size: 23.03 KB
md5_file hash: f1e6151ecb35b8b30261b78751e0434c
First released: December 14, 2006 - 04:50
Last updated: December 14, 2006 - 00:55

Changes since DRUPAL-5--1-1:

  • Fixed settings path and added comments to code.
  • Updated the instructions for Drupal 5.
  • #74750 Forgot to add breaks to after queries. As a result, both the MySQL and PostgreSQL queries were run, resulting in errors.
  • Updated titles to comply with Drupal 5 capitalization rules (http://drupal.org/node/64279#sentence_capitalization).
  • Fixed translated strings.
  • Added translation template.

adsense 5.x-1.1

Darren Oh - December 12, 2006 - 18:27
Official release from CVS tag: DRUPAL-5--1-1
Download: adsense-5.x-1.1.tar.gz
Size: 19.66 KB
md5_file hash: 3522f745d9f4bc2cbe6e63cf5961eee7
First released: December 12, 2006 - 18:27
Last updated: December 12, 2006 - 14:30

Changes since DRUPAL-5--1-0:

  • Updated block path for Drupal 5.
  • #102252 Reversed earlier change. Problem was with the Garland theme.

adsense 5.x-1.0

Darren Oh - December 12, 2006 - 05:08
Official release from CVS tag: DRUPAL-5--1-0
Download: adsense-5.x-1.0.tar.gz
Size: 19.65 KB
md5_file hash: 98f5903af04f6782a2354832c5ae6abe
First released: December 12, 2006 - 05:08
Last updated: December 12, 2006 - 01:10

Initial release for Drupal 5.

adsense 5.x-1.x-dev

Darren Oh - November 29, 2006 - 00:06
Nightly development snapshot from CVS branch: DRUPAL-5
Download: adsense-5.x-1.x-dev.tar.gz
Size: 41.51 KB
md5_file hash: e5dec9353de84770c3ec238452ccf0bc
First released: November 29, 2006 - 00:06
Last updated: February 4, 2008 - 00:00

This version is being maintained for compatibility with Drupal 5.

adsense HEAD

kbahey - November 11, 2006 - 09:14
Nightly development snapshot from CVS branch: HEAD
Download: adsense-HEAD.tar.gz
Size: 43.47 KB
md5_file hash: 5a523416d728ab3caba47e19d47d3854
First released: November 11, 2006 - 09:14
Last updated: February 21, 2008 - 00:00

adsense 4.7.x-1.x-dev

kbahey - December 11, 2005 - 18:41
Nightly development snapshot from CVS branch: DRUPAL-4-7
Download: adsense-4.7.x-1.x-dev.tar.gz
Size: 19.66 KB
md5_file hash: ad67d816a6d8ef35886f01049474e22a
First released: December 11, 2005 - 18:41
Last updated: April 25, 2007 - 12:01

adsense 4.6.x-1.x-dev

kbahey - May 26, 2005 - 09:58
Nightly development snapshot from CVS branch: DRUPAL-4-6
Download: adsense-4.6.x-1.x-dev.tar.gz
Size: 15.26 KB
md5_file hash: 2268c2fbca619f36705cd710bd656879
First released: May 26, 2005 - 09:58
Last updated: December 8, 2006 - 20:03
 
 

Drupal is a registered trademark of Dries Buytaert.