Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Updating changelog for beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cauld committed Dec 2, 2009
1 parent 83f912f commit c8cafda
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,30 @@ ChangeLog
* Initial release

1.0.0b2
* Documentation and example cleanup
* General code cleanup and bug fix work
* Improved documentation and examples
* Added a new example to demonstrate mixed loading methods
* Combo script incorrectly exploded the query string on & not &.
* Modified APC/Curl support checks
* Adding APC support for combo.php
* Adding support for the filter option in the local combo script
* Combo.php was not handling relative image pathes in the raw css. Now
converts to absolute paths.
* Adding a new example to demonstrate mixed loading methods
* Added metadata files for 2.8.0r4 and 3.0.0
- http://yuilibrary.com/projects/phploader/ticket/4
* Removing ereg_replace usage in loader since it was deprecated in
PHP 5.3. Swapping with preg_replace().
* Fixed loading order inconsistencies
- http://yuilibrary.com/projects/phploader/ticket/2
* Fixed duplicate loading of resources with combine option during multiple
calls to the tags, scripts, and/or css methods for a single page
- http://yuilibrary.com/projects/phploader/ticket/6
* Adjusting rollup level for reset-font-grids (was only rolling up reset-font)
* Update metadata for the base module. Should include AFTER entries for
reset-fonts and reset-fonts-grids.
* Better handling of missing dependencies within the sort
* Changes to support expound property. Adding logic to scan module rollups,
supersedes, and submodules packages for additional module requirements.
- http://yuilibrary.com/projects/phploader/ticket/5
* Removed loader-inc.php and related files. Removed unencoded script and
link tag output in that was contained within comment blocks.

0 comments on commit c8cafda

Please sign in to comment.