|
| 1 | +Welcome to the Zend Framework 1.12 Release! |
| 2 | + |
| 3 | +RELEASE INFORMATION |
| 4 | +--------------- |
| 5 | +Zend Framework 1.12.3 Release ([INSERT REV NUM HERE]). |
| 6 | +Released on March 13, 2013 |
| 7 | + |
| 8 | +IMPORTANT FIXES FOR 1.12.3 |
| 9 | +-------------------------- |
| 10 | + |
| 11 | +This release incorporates is primarily aimed to update |
| 12 | +Zend_Service_Twitter to the Twitter v1.1 API: |
| 13 | + |
| 14 | + - http://framework.zend.com/issues/browse/ZF-12530 |
| 15 | + |
| 16 | +Because the Twitter v1.1 API is not backwards compatible with v1.0, the |
| 17 | +API for Zend_Service_Twitter has been changed; if you have been using it |
| 18 | +previously, you will need to update your code accordingly. Both the |
| 19 | +end-user and API documentation have been updated to reflect the changes. |
| 20 | + |
| 21 | +NEW FEATURES |
| 22 | +============ |
| 23 | + |
| 24 | +Zend_Loader changes |
| 25 | +---- |
| 26 | + |
| 27 | +A number of autoloaders and autoloader facilities were back ported from |
| 28 | +ZF2 to provide performant alternatives to those already available in the |
| 29 | +1.X releases. These include: Zend_Loader_StandardAutoloader, which |
| 30 | +improves on Zend_Loader_Autoloader by allowing the ability to specify a |
| 31 | +specific path to associate with a vendor prefix or namespace; |
| 32 | +Zend_Loader_ClassMapAutoloader, which provides the ability to use lookup |
| 33 | +tables for autoloading (which are typically the fastest possible way to |
| 34 | +autoload); and Zend_Loader_AutoloaderFactory, which can both create and |
| 35 | +update autoloaders for you, as well as register them with |
| 36 | +spl_autoload_register(). |
| 37 | + |
| 38 | +The Zend_Loader changes were back ported from ZF2 by Matthew Weier |
| 39 | +O’Phinney |
| 40 | + |
| 41 | +Zend_EventManager |
| 42 | +---- |
| 43 | + |
| 44 | +Zend_EventManager is a component that allows you to attach and detach |
| 45 | +listeners to named events, both on a per-instance basis as well as via |
| 46 | +shared collections; trigger events; and interrupt execution of |
| 47 | +listeners. |
| 48 | + |
| 49 | +Zend_EventManager was back ported from ZF2 by Matthew Weier O’Phinney |
| 50 | + |
| 51 | +Zend_Http_UserAgent_Features_Adapter_Browscap |
| 52 | +---- |
| 53 | + |
| 54 | +This class provides a features adapter that calls get_browser() in order |
| 55 | +to discover mobile device capabilities to inject into UserAgent device |
| 56 | +instances. |
| 57 | + |
| 58 | +Browscap (http://browsers.garykeith.com/) is an open project dedicated |
| 59 | +to collecting an disseminating a “database” of browser capabilities. PHP |
| 60 | +has built-in support for using these files via the get_browser() |
| 61 | +function. This function requires that your php.ini provides a browscap |
| 62 | +entry pointing to the PHP-specific php_browscap.ini file which is |
| 63 | +available at http://browsers.garykeith.com/stream.asp?PHP_BrowsCapINI. |
| 64 | + |
| 65 | +Zend_Http_UserAgent_Features_Adapter_Browscap was created by Matthew |
| 66 | +Weier O’Phinney |
| 67 | + |
| 68 | +Zend_Mobile_Push |
| 69 | +---- |
| 70 | + |
| 71 | +Zend_Mobile_Push is a component for implementing push notifications for |
| 72 | +the 3 major push notification platforms (Apple (Apns), Google (C2dm) and |
| 73 | +Microsoft (Mpns). |
| 74 | + |
| 75 | +Zend_Mobile_Push was contributed by Mike Willbanks. |
| 76 | + |
| 77 | +Zend_Gdata_Analytics |
| 78 | +---- |
| 79 | + |
| 80 | +Zend_Gdata_Analytics is an extension to Zend_Gdata to allow interaction |
| 81 | +with Google’s Analytics Data Export API. This extension does not |
| 82 | +encompass any major changes in the overall operation of Zend_Gdata |
| 83 | +components. |
| 84 | + |
| 85 | +Zend_Gdata_Analytics was contributed by Daniel Hartmann. |
| 86 | + |
| 87 | +Removed features |
| 88 | +================ |
| 89 | + |
| 90 | +Zend_Http_UserAgent_Features_Adapter_WurflApi |
| 91 | +---- |
| 92 | + |
| 93 | +Due to the changes in licensing of WURFL, we have removed the WurflApi |
| 94 | +adapter. We will be providing the WurflApi adapter to ScientiaMobile so |
| 95 | +that users of WURFL will still have that option. |
| 96 | + |
| 97 | +Bug Fixes |
| 98 | +========= |
| 99 | + |
| 100 | +In addition, over 200 reported issues in the tracker have been fixed. |
| 101 | +We’d like to particularly thank Adam Lundrigan, Frank Brückner and |
| 102 | +Martin Hujer for their efforts in making this happen. Thanks also to the |
| 103 | +many people who ran the ZF1 unit tests and reported their results! |
| 104 | + |
| 105 | +For a complete list, visit: |
| 106 | + |
| 107 | + * http://framework.zend.com/issues/secure/IssueNavigator.jspa?requestId=12877 |
| 108 | + * http://framework.zend.com/changelog/ |
| 109 | + |
| 110 | +MIGRATION NOTES |
| 111 | +--------------- |
| 112 | + |
| 113 | +A detailed list of migration notes may be found at: |
| 114 | + |
| 115 | +http://framework.zend.com/manual/en/migration.html |
| 116 | + |
| 117 | +SYSTEM REQUIREMENTS |
| 118 | +------------------- |
| 119 | + |
| 120 | +Zend Framework requires PHP 5.2.11 or later. Please see our reference |
| 121 | +guide for more detailed system requirements: |
| 122 | + |
| 123 | +http://framework.zend.com/manual/en/requirements.html |
| 124 | + |
| 125 | +INSTALLATION |
| 126 | +------------ |
| 127 | + |
| 128 | +Please see INSTALL.txt. |
| 129 | + |
| 130 | +QUESTIONS AND FEEDBACK |
| 131 | +---------------------- |
| 132 | + |
| 133 | +Online documentation can be found at http://framework.zend.com/manual. |
| 134 | +Questions that are not addressed in the manual should be directed to the |
| 135 | +appropriate mailing list: |
| 136 | + |
| 137 | +http://framework.zend.com/wiki/display/ZFDEV/Mailing+Lists |
| 138 | + |
| 139 | +If you find code in this release behaving in an unexpected manner or |
| 140 | +contrary to its documented behavior, please create an issue in the Zend |
| 141 | +Framework issue tracker at: |
| 142 | + |
| 143 | +http://framework.zend.com/issues |
| 144 | + |
| 145 | +If you would like to be notified of new releases, you can subscribe to |
| 146 | +the fw-announce mailing list by sending a blank message to |
| 147 | + |
| 148 | + |
| 149 | +LICENSE |
| 150 | +------- |
| 151 | + |
| 152 | +The files in this archive are released under the Zend Framework license. |
| 153 | +You can find a copy of this license in LICENSE.txt. |
| 154 | + |
| 155 | +ACKNOWLEDGEMENTS |
| 156 | +---------------- |
| 157 | + |
| 158 | +The Zend Framework team would like to thank all the contributors to the Zend |
| 159 | +Framework project, our corporate sponsor, and you, the Zend Framework user. |
| 160 | +Please visit us sometime soon at http://framework.zend.com. |
0 commit comments