Changeset 464 for trunk/package-config.php
- Timestamp:
- 06/20/07 16:05:14 (1 year ago)
- Files:
-
- trunk/package-config.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/package-config.php
r462 r464 31 31 * build version appendix 32 32 */ 33 $versionBuild = 'a 2';33 $versionBuild = 'a3'; 34 34 35 35 /** … … 53 53 $notes = <<<EOT 54 54 Changes since 3.1.x: 55 - allow variable - default values to have placeholders, added template attribute: "attributeplaceholder" 55 56 - added __onchange condition (schst) 56 57 - template functions support both, runtime and on-read-time processing … … 105 106 'role' => 'developer', 106 107 'handle' => 'gerd', 107 'name' => 'gERD Schaufelberger',108 'name' => 'gERD Schaufelberger', 108 109 'email' => 'gerd@php-tools.net', 109 110 'active' => 'yes' … … 111 112 $maintainer[] = array( 112 113 'role' => 'contributor', 113 'handle' => ' gerd',114 'handle' => 'argh', 114 115 'name' => 'Sebastian Mordziol', 115 116 'email' => 'argh@php-tools.net',
