Changelog
=========

0.5.1
-----

* Fix for the corrupted version 0.5.0 [fdelia]

0.5.0
-----

* Added configuration panel to transform back-end links in front-end links [fdelia]
* Added configuration panel to have internal links relative and not absolute [fdelia]

0.4.0
-----

* Keep relations of internal link even if the target content is renamed/moved [keul]
* Added a marker interface for internally linked contents [keul]
* When target object is deleted, the internal relation became a normal absolute URL info [keul]

0.3.1
-----

* Restored the original **remoteUrl** StringField , due to continuous bad integration with 3rd party
  products (like p4a and collective.flowplayer) [keul]

0.3.0
-----

* Fixed syntax error on relation name ("internal_page" was "interal_page") [keul]
* Disabled the backup of basic Plone ATLink [keul]
* Fixed some integration problem in content/link.py related to p4a (remoteUrl) [lucabel] 
* Fixed major bug in post_validate (validation was useless) [fdelia]
* Internalization with i18ndude [fdelia]
* Created italian translation [micecchi]
* Clean uninstall (restoring the original ATLink in portal_types) [keul]

0.2.0
-----

* Added a lot of ATLink methods not migrated to the SmartLink class.
* Fixed a bug that lead all reordering actions in folders with SmartLink inside to failure (or to chaotic results).
  After migrating to this version from the 0.1.0 you can also launch the **fix_meta_data** external method
  or your folder will remains broken.

0.1.0
-----

* Initial release

