Potential backward compatibility issues in Joomla 2.5 and Joomla Platform 11.4
From Joomla! Documentation
(Difference between revisions)
Realityking (Talk | contribs) |
Realityking (Talk | contribs) |
||
| Line 17: | Line 17: | ||
* JRequest::_cleanArray has been removed | * JRequest::_cleanArray has been removed | ||
| − | == | + | == JArchive == |
* The following class member have become private: | * The following class member have become private: | ||
**JArchiveGzip:: $_flags | **JArchiveGzip:: $_flags | ||
| Line 30: | Line 30: | ||
**JArchiveZip:: $_fileHeader | **JArchiveZip:: $_fileHeader | ||
**JArchiveZip:: $_data | **JArchiveZip:: $_data | ||
| + | |||
| + | == Plug-in events == | ||
| + | *onPrepareUserProfileData has been removed. Instead respond to onContentPrepareData with a context of com_users.profile | ||
= CMS = | = CMS = | ||
Revision as of 12:29, 4 December 2011
This documents track potential backward compatibility issues for Joomla 1.7 and Joomla Platform 11.1 which will be included in Joomla 1.7. Listed are issues which potentially breaks extensions and newly deprecated APIs. Please help making this document complete.
The base of this comparison is Joomla 1.7/Platform 11.2.
Backwards compatibility issues were also tracked for Joomla 1.7: Potential backward compatibility issues in Joomla 1.7 and Joomla Platform 11.1
Contents |
Platform
JFTP
- All class members except JFTP::$instances have become private
JError
- JError::$_error has become protected
JRequest
- JRequest::_cleanArray has been removed
JArchive
- The following class member have become private:
- JArchiveGzip:: $_flags
- JArchiveGzip:: $_data
- JArchiveTar:: $_types
- JArchiveTar:: $_flags
- JArchiveTar:: $_data
- JArchiveTar:: $_metadata
- JArchiveZip:: $_methods
- JArchiveZip:: $_ctrlDirHeader
- JArchiveZip:: $_ctrlDirEnd
- JArchiveZip:: $_fileHeader
- JArchiveZip:: $_data
Plug-in events
- onPrepareUserProfileData has been removed. Instead respond to onContentPrepareData with a context of com_users.profile