Top Level :: PEAR

Package Information: PEAR_PackageUpdate_Web

Show All Changelogs
» Version » Information
1.0.1Download

Release date: 2008-06-15 14:23 UTC
Release state: stable

Changelog:

* bugs
- fix a notice error when trying to upgrade a package version still using package xml 1.0

* changes
- require now PEAR_PackageUpdate 1.0.2
- checkUpdate() return now a boolean (as expected)

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.5.4 or newer
  • PEAR Package: PEAR_PackageUpdate 1.0.2 or newer
  • PEAR Package: HTML_QuickForm 3.2.6 or newer
1.0.0Download

Release date: 2008-05-01 08:26 UTC
Release state: stable

Changelog:

Two years after proposal and first release (0.1.0), here are now the final stable version.

No major changes since 0.4.0

* changes
- copyright bumped to 2008
- phpdoc @since tag give version and release date information
- make it XHTML 1.0 Strict compliant

* QA
- require now at least PEAR installer 1.5.4 rather than 1.4.8
(security vulnerability fixes)
- change minimum PPU package dependency

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.5.4 or newer
  • PEAR Package: PEAR_PackageUpdate 1.0.0 or newer
  • PEAR Package: HTML_QuickForm 3.2.6 or newer
0.4.0Download

Release date: 2007-07-01 06:58 UTC
Release state: beta

Changelog:

* IMPORTANT
This beta version will be the last one before final stable release 1.0.0

* changes
- copyright notice bumped to 2007
- removed PPU resource from main class.
- prevent updating new copy of a package if it was not installed first

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.4.8 or newer
  • PEAR Package: PEAR_PackageUpdate 0.5.1 or newer
  • PEAR Package: HTML_QuickForm 3.2.6 or newer
0.3.0Download

Release date: 2006-07-17 19:18 UTC
Release state: beta

Changelog:

* news
- removed PEAR_PACKAGEUPDATE_DATA_DIR constant, and replace behavior
with new methods getStyleSheet() and setStyleSheet().

Allow to include all stylesheet file name as you want and not only as in previous version : ppu.css
But you can also put a link to a stylesheet rather than include code in html output page
=> requires to extends class with a new toHtml() method.

- When package you're trying to auto-update is not yet installed, it will now display '- None -' in current version field rather than '0.0.0' given by ppu backend.

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.4.8 or newer
  • PEAR Package: PEAR_PackageUpdate 0.5.1 or newer
  • PEAR Package: HTML_QuickForm 3.2.6 or newer
0.2.2Download

Release date: 2006-07-15 14:30 UTC
Release state: beta

Changelog:

* fixed dependencies:
- required at least PHP 4.3.0 due to usage of function: file_get_contents
and also because PPU used itself php 4.3.0 as minimum version

- use now the latest QuickForm 3.2.6

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.4.8 or newer
  • PEAR Package: PEAR_PackageUpdate 0.5.1 or newer
  • PEAR Package: HTML_QuickForm 3.2.6 or newer
0.2.1Download

Release date: 2006-05-25 15:17 UTC
Release state: beta

Changelog:

* bug fix
- base install directory error into package xml

* qa
- pear installer dependency is 1.4.8 same as for PPU

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.4.8 or newer
  • PEAR Package: PEAR_PackageUpdate 0.5.0 or newer
  • PEAR Package: HTML_QuickForm 3.2.4 or newer
0.2.0Download

Release date: 2006-05-10 20:49 UTC
Release state: beta

Changelog:

- Initial PEAR release after last step of proposal
http://pear.php.net/pepr/pepr-proposal-show.php?id=390
- Stability moved from alpha to beta
- Dependency to PPU is now set to 0.5.0 or better
- Release Notes field have been replaced from QF:textarea to QF:static with an autoscroll div. It will allow to keep the same size to the main window, even when package has long text for release notes. When a QF:textarea is frozen, attributes rows, cols count are not kept.

PPU and its frontend have a website: please visit http://pear.laurent-laville.org/PEAR_PackageUpdate

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.4.3 or newer
  • PEAR Package: PEAR_PackageUpdate 0.5.0 or newer
  • PEAR Package: HTML_QuickForm 3.2.4 or newer