r43 - phpOpenTracker/branches/phpOpenTracker-1.5 phpOpenTracker/branches/phpOpenTracker-1.5/phpOpenTracker/docs plugins/Conversions/trunk plugins/Conversions/trunk/docs/plugins/conversions plugins/Search_Engines/trunk plugins/Search_Engines/trunk/docs/plugins/search_engines
Sebastian Bergmann at BerliOS <[email protected]> Sun, 10 Apr 2005 08:49:25 +0200
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: s_bergmann
Date: 2005-04-10 08:49:20 +0200 (Sun, 10 Apr 2005)
New Revision: 43
Modified:
phpOpenTracker/branches/phpOpenTracker-1.5/package.xml
phpOpenTracker/branches/phpOpenTracker-1.5/phpOpenTracker/docs/NEWS
plugins/Conversions/trunk/docs/plugins/conversions/NEWS
plugins/Conversions/trunk/package.xml
plugins/Search_Engines/trunk/docs/plugins/search_engines/NEWS
plugins/Search_Engines/trunk/package.xml
Log:
Prepare the release of phpOpenTracker-1.5.0, Conversions-1.0.0 and Search_Engines-1.2.0.
Modified: phpOpenTracker/branches/phpOpenTracker-1.5/package.xml
===================================================================
--- phpOpenTracker/branches/phpOpenTracker-1.5/package.xml 2005-03-21 08:00:39 UTC (rev 42)
+++ phpOpenTracker/branches/phpOpenTracker-1.5/package.xml 2005-04-10 06:49:20 UTC (rev 43)
@@ -2,24 +2,8 @@
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
<name>phpOpenTracker</name>
- <summary>
- Framework solution for the analysis of website traffic and visitor
- behaviour.
- </summary>
- <description>
- phpOpenTracker is a framework solution for the analysis of website
- traffic and visitor behaviour.
-
- It features a logging engine that, either invoked as a web-bug
- by a HTML image tag or embedded with two lines of code
- into your PHP application, logs each request to a website into a
- database. One installation of phpOpenTracker can track an arbitrary
- number of web-sites.
-
- Through the phpOpenTracker API you can easily access the gathered
- data and perform complex operations on it, like for instance the
- analysis of your visitors' clickpaths.
- </description>
+ <summary>Framework solution for the analysis of website traffic and visitor behaviour.</summary>
+ <description>phpOpenTracker is a framework solution for the analysis of website traffic and visitor behaviour. It features a logging engine that, either invoked as a web-bug by a HTML image tag or embedded with two lines of code into your PHP application, logs each request to a website into a database. One installation of phpOpenTracker can track an arbitrary number of web-sites. Through the phpOpenTracker API you can easily access the gathered data and perform complex operations on it, like for instance the analysis of your visitors' clickpaths.</description>
<maintainers>
<maintainer>
<user>bergmann</user>
@@ -30,9 +14,9 @@
</maintainers>
<license>Apache License 2.0</license>
<release>
- <version>1.5.0rc2</version>
- <state>beta</state>
- <date>2004-12-31</date>
+ <version>1.5.0</version>
+ <state>stable</state>
+ <date>2005-04-10</date>
<filelist>
<dir name="/">
<file role="php" name="phpOpenTracker.php"/>
@@ -162,8 +146,6 @@
</dir>
</dir>
</filelist>
- <notes>
- http://www.phpOpenTracker.de/news.html
- </notes>
+ <notes>See http://www.phpOpenTracker.de/.</notes>
</release>
</package>
Modified: phpOpenTracker/branches/phpOpenTracker-1.5/phpOpenTracker/docs/NEWS
===================================================================
--- phpOpenTracker/branches/phpOpenTracker-1.5/phpOpenTracker/docs/NEWS 2005-03-21 08:00:39 UTC (rev 42)
+++ phpOpenTracker/branches/phpOpenTracker-1.5/phpOpenTracker/docs/NEWS 2005-04-10 06:49:20 UTC (rev 43)
@@ -1,5 +1,18 @@
(+ Added, * Changed, - Removed, ! Note)
+10-Apr-2005, Version 1.5.0
+
+ ! For over a year now I have neither worked on or worked with
+ phpOpenTracker because I lacked the time. Although I could not
+ test this phpOpenTracker 1.5.0 release myself I am releasing
+ it as "stable" now because I got enough positive feedback during
+ its long testing phase.
+
+ phpOpenTracker 1.5 will be the last release series (with bugfixes
+ in phpOpenTracker 1.5.X releases) of phpOpenTracker 1. The little
+ time I can invest into the phpOpenTracker project I will spend on
+ the development of phpOpenTracker 2.
+
31-Dec-2004, Version 1.5.0 (Release Candidate 2)
+ Added 'plugin_data' array to the phpOpenTracker Session Container.
Modified: plugins/Conversions/trunk/docs/plugins/conversions/NEWS
===================================================================
--- plugins/Conversions/trunk/docs/plugins/conversions/NEWS 2005-03-21 08:00:39 UTC (rev 42)
+++ plugins/Conversions/trunk/docs/plugins/conversions/NEWS 2005-04-10 06:49:20 UTC (rev 43)
@@ -1,5 +1,9 @@
(+ Added, * Changed, - Removed, ! Note)
+10-Apr-2005, Version 1.0.0
+
+ ! Stable release.
+
31-Dec-2004, Version 1.0.0 (Release Candidate 1)
! Initial release.
Modified: plugins/Conversions/trunk/package.xml
===================================================================
--- plugins/Conversions/trunk/package.xml 2005-03-21 08:00:39 UTC (rev 42)
+++ plugins/Conversions/trunk/package.xml 2005-04-10 06:49:20 UTC (rev 43)
@@ -2,15 +2,8 @@
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
<name>phpOpenTracker Conversions Plugin</name>
- <summary>
- Plugin for phpOpenTracker to track referring search engines.
- </summary>
- <description>
- This plugin will let you connect "conversions" (leads, sales, signups,
- etc.) with where users entered your site from. This information
- is very useful when trying to determine the Return on Investment (ROI)
- of marketing efforts.
- </description>
+ <summary>Plugin for phpOpenTracker to track referring search engines.</summary>
+ <description>This plugin will let you connect "conversions" (leads, sales, signups, etc.) with where users entered your site from. This information is very useful when trying to determine the Return on Investment (ROI) of marketing efforts.</description>
<maintainers>
<maintainer>
<user>...</user>
@@ -28,9 +21,9 @@
</maintainers>
<license>Apache License 2.0</license>
<release>
- <version>1.0.0rc1</version>
- <state>beta</state>
- <date>2004-12-31</date>
+ <version>1.0.0</version>
+ <state>stable</state>
+ <date>2005-04-10</date>
<filelist>
<dir name="/" baseinstalldir="phpOpenTracker">
<dir name="API">
@@ -116,8 +109,6 @@
</dir>
</dir>
</filelist>
- <notes>
- ...
- </notes>
+ <notes>See http://www.phpOpenTracker.de/.</notes>
</release>
</package>
Modified: plugins/Search_Engines/trunk/docs/plugins/search_engines/NEWS
===================================================================
--- plugins/Search_Engines/trunk/docs/plugins/search_engines/NEWS 2005-03-21 08:00:39 UTC (rev 42)
+++ plugins/Search_Engines/trunk/docs/plugins/search_engines/NEWS 2005-04-10 06:49:20 UTC (rev 43)
@@ -1,6 +1,6 @@
(+ Added, * Changed, - Removed, ! Note)
-DD-MMM-200Y, Version 1.2.0
+10-Apr-2005, Version 1.2.0
* The configuration of the plugin is now handled by the
conf/phpOpenTracker.php configuration file.
Modified: plugins/Search_Engines/trunk/package.xml
===================================================================
--- plugins/Search_Engines/trunk/package.xml 2005-03-21 08:00:39 UTC (rev 42)
+++ plugins/Search_Engines/trunk/package.xml 2005-04-10 06:49:20 UTC (rev 43)
@@ -2,16 +2,8 @@
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
<name>phpOpenTracker Search Engines Plugin</name>
- <summary>
- Plugin for phpOpenTracker to track referring search engines.
- </summary>
- <description>
- This plugin stores information about what search engine was
- queried for which keywords into a separate table. The
- phpOpenTracker API is extended to provide statistical analysis on
- the most commonly used search engine and / or the most commonly
- used keywords to find the site tracked by phpOpenTracker.
- </description>
+ <summary>Plugin for phpOpenTracker to track referring search engines.</summary>
+ <description>This plugin stores information about what search engine was queried for which keywords into a separate table. The phpOpenTracker API is extended to provide statistical analysis on the most commonly used search engine and / or the most commonly used keywords to find the site tracked by phpOpenTracker.</description>
<maintainers>
<maintainer>
<user>bergmann</user>
@@ -22,9 +14,9 @@
</maintainers>
<license>Apache License 2.0</license>
<release>
- <version>1.1.3</version>
+ <version>1.2.0</version>
<state>stable</state>
- <date>2004-04-14</date>
+ <date>2005-04-10</date>
<filelist>
<dir name="/" baseinstalldir="phpOpenTracker">
<dir name="API">
@@ -67,8 +59,6 @@
</dir>
</dir>
</filelist>
- <notes>
- ...
- </notes>
+ <notes>See http://www.phpOpenTracker.de/.</notes>
</release>
</package>