Downloads
Download tar.gz
26.58 KB
MD5: 1456a1c55c9e5a8512de8e01bb745beb
SHA-1: 913b6efb46232e0f9be3588cfb54082a65b7c3ea
SHA-256: 1113fa628cc41ca346ee706457cdad537dfb14f4f5d7441c0f9cbd019d0f8d23
Download zip
31.72 KB
MD5: 71abf933e6a71f7c40d32d61d94467b2
SHA-1: 002a3dc80c9b08fb274bdab74481e56aab18d83b
SHA-256: f4cdadd38c38e793bbf097320097fecfd4acd08a8436bf63a0848b5a6bd46790
Release notes
The goal for 2.0 is simple: make the CDN module kick ass. This will be done in three ways:
- ✓ significant expansion of functionality
- ✓ awesome UI
- excellent documentation, including high-quality screencasts
This is the last beta before the RC stage!
IMPORTANT NOTE:
The Drupal core patch has changed in this beta! So, before updating, revert the patch of beta 3 (or from beta 2, if you're upgrading from beta 2). Then update the code. Then apply the new patch.
Changes since DRUPAL-6--2-0-BETA5:
- Fixed #928608: Document requirement for PDO and pdo_sqlite
- #703042 by rwohleb and wimleers: Make it easy to use multiple subdomains without using a CDN — i.e. make the Parallel module obsolete
- The human name for 'basic mode' is now 'Origin Pull mode' and for 'advanced mode' it has become 'File Conveyor mode'. Updated the documentation and strings accordingly.
- Renamed the module from 'CDN integration' to 'CDN'.
- Another follow-up fix for an edge case in #839282 by jcmarco: Problems with shipped files and Drupal 6 file_create_url() behavior.
- Further minor README cleanup.
- #893088 by wimleers: Smart defaults for excluding JS files from CDNs: not only allow for a blacklist, but also a whitelist
- Fixed all coder warnings.