Skip to content

0.13.0

Compare
Choose a tag to compare
@aheritier aheritier released this 20 May 16:01
· 562 commits to master since this release

Improvements and new features

  • Help Center: new method Iterable<Article> getArticles(String locale) allows to find articles for a given locale. ( PR #343 - Thanks @randysecrist)
  • Help Center: new method Iterable<Article> getArticles(Section section) allows to find articles for a given section. ( Fixes ##254 - PR #323 - Thanks @mvkvl)
  • Help Center: new methods void deleteTranslation(Translation translation) and void deleteTranslation(Long translationId) to delete translations ( PR #322 - Thanks @maxixcom)
  • Runtime Dependencies updates
  • Build/Test Dependencies updates