Sha256: 1bcb17d357d1aabea99e9c1cec640c4f18e4121a7fd0927bad3cdc11c3ae8a73

Contents?: true

Size: 1.17 KB

Versions: 6

Compression:

Stored size: 1.17 KB

Contents

== 0.4.0 (2011-06-03)
* Fix postgres bug
* New impression count method that accepts options for filter, start_date and end_date
* Add referrer to Impression model.  YOU MUST RUN THE UPGRADE MIGRATION IF YOU ARE UPGRADING FROM 0.3.0
* UPGRADE MIGRATION = impressionist/upgrade_migrations/version_0_4_0.rb
* NOTE IF YOU ARE UPGRADING FROM 0.2.5 OR BELOW, YOU MUST RUN BOTH UPGRADE MIGRATIONS

== 0.3.0 (2011-03-06)
* added session_hash to impression model
* migration template updated to add session_hash
* new count instance method for impressionable model - unique_impression_count_session
* NOTE: if you are upgrading from 0.2.5, then run the migration in the 'upgrade_migrations' dir

== 0.2.5 (2011-02-17)
* New model method - @widget.unique_impression_count_ip  - This gives you unique impression account filtered by IP (and in turn request_hash since they have same IPs)
* @widget.unique_impression_count now uses request_hash.  This was incorrectly stated in the README, since it was using ip_address.  The README is correct as a result of the method change.

== 0.2.4 (2011-02-17)
* Fix issue #1 - action_name and controller_name were not being logged for impressionist method inside action

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
impressionist-1.3.2 CHANGELOG.rdoc
impressionist-1.3.1 CHANGELOG.rdoc
impressionist-1.3.0 CHANGELOG.rdoc
impressionist-1.2.0 CHANGELOG.rdoc
impressionist-1.1.1 CHANGELOG.rdoc
impressionist-1.1.0 CHANGELOG.rdoc