CHANGELOG from 1.1.2 to 1.1.3

Url to see changes:

Bug fixes

  • [open-orchestra-cms-bundle] Removing boLabel of the error nodes #1828 (alavieille)
  • [open-orchestra-cms-bundle] Radio button Link to the current site is only available when you create a content #1827 (alavieille)
  • [open-orchestra-cms-bundle] Fix elements count in content pagination. #1825 (itkg-canne)
  • [open-orchestra-cms-bundle] Fix currently published when a published content is duplicate #1824 (alavieille)
  • [open-orchestra-cms-bundle] Fix fill label block form #1806 (alavieille)
  • [open-orchestra-cms-bundle] Fix dependency of modelBundle in class fieldTypeType #1805 (alavieille)
  • [open-orchestra-cms-bundle] Fixing of category of item template in the right form #1796 (alavieille)
  • [open-orchestra-cms-bundle] Change the appConfigurationView creation order #1784 (ngilain)
  • [open-orchestra-libs] Fix xml and yaml reader of search metadata #62 (alavieille)
  • [open-orchestra-media-admin-bundle] MediaTransformer need now a instance of TranslationChoiceManagerInterface instead of TranslationChoiceManager #269 (alavieille)
  • [open-orchestra-workflow-function-bundle] Prevents the deletion of workflow function if it used by an user #135 (alavieille)

Deprecated

  • [open-orchestra-cms-bundle] ContentRepository::countByContentTypeInLastVersion method is deprecated since version 1.1.3 and will be removed in 2.0, it is replace by ContentRepository::countByContentTypeAndSiteInLastVersion method. #1825 (alavieille)
  • [open-orchestra-model-bundle] ContentRepository::countByContentTypeInLastVersionWithFilter method is deprecated since version 1.1.3 and will be removed in 1.3.0, it is replace by ContentRepository::countByContentTypeAndSiteInLastVersionWithFilter method. #613 (itkg-canne)
  • [open-orchestra-model-bundle] ContentRepository::countByContentTypeInLastVersion method is deprecated since version 1.1.3 and will be removed in 1.3.0, it is replace by ContentRepository::countByContentTypeAndSiteInLastVersion method. #613 (itkg-canne)
  • [open-orchestra-model-interface] ContentRepositoryInterface::countByContentTypeInLastVersion method is deprecated since version 1.1.3 and will be removed in 2.0, it is replace by ContentRepository::countByContentTypeAndSiteInLastVersion method. #212 (alavieille)

Other changes

  • [open-orchestra-cms-bundle] optimize route generation on node update #1819 (itkg-nanne)