Skip to content

Releases: klaudsol/klaudsol-cms

v3.8.1

04 Aug 05:37
5b8226a
Compare
Choose a tag to compare
  • Added the following to Rich text attribute type:
    • Normal heading
    • Color
    • Highlight

v3.8.0

27 Jul 13:20
d13ce53
Compare
Choose a tag to compare
  • Add filter for boolean attribute type
  • Add File Attribute Type
  • Fix Galleries
  • Return 404 when API entity is missing
  • Attribute Type Improvements

v3.7.0

29 Jun 09:35
9ced46e
Compare
Choose a tag to compare
  • You can now save content as draft first, then publish later on.
  • Fixed bug involving deletion of entries.
  • Introduced singleton-related bug fixes.

v3.6.2

27 Jun 01:44
195cc0e
Compare
Choose a tag to compare
  • Add default value for empty galleries

v3.6.1

26 Jun 01:24
a95101a
Compare
Choose a tag to compare
  • Add anchor links to Rich Text Attribute Type

v3.6.0

23 Jun 06:06
b87a69e
Compare
Choose a tag to compare
  • Added Boolean attribute type
  • Added Video attribute type
  • Added Custom Attribute types feature via plugins.
  • Can now use exported classes of plugins using the plugin() function
  • Added Singleton variant for Content Type.
  • Added Rich Text Attribute type

v3.5.1

06 Jun 05:51
92d9999
Compare
Choose a tag to compare
  • Removed fields validation for now, will roll-out a more robust field validation mechanism in the future.

v3.5.0

05 Jun 23:51
a474ad8
Compare
Choose a tag to compare
  • The installation process is now easier
  • Added download to CSV feature

v3.4.0

18 May 01:34
b9fc699
Compare
Choose a tag to compare
  • Added user management systems
  • Added sign up route
  • Added sidebar icons
  • Added Gallery attribute
  • Fixed capabilities for Administrators and Editors
  • Login now returns JWT if the host is not from the CMS
  • Plugins can now have sub items on the sidebar
  • Users can now update their profile

v3.3.0

17 May 08:28
Compare
Choose a tag to compare
  • Allow plugins to have migrations