Skip to content

AuroraCMS v0.2.22

Compare
Choose a tag to compare
@DennisSuitters DennisSuitters released this 09 Feb 15:20
· 16 commits to master since this release
  • Retheme primary Administration Interface.
  • Fix Summernote Editor custom plugin button sizes to fit in better with default toolbar buttons.
  • Fix filename renaming for media uploads, emailed links were creating encoded entities making files seem unavailable due to filename mismatch.
  • Fix SEO Errors not showing correct number of errors.
  • Add Orders listing to Accounts, incl. item purchases in quick dropdown.
  • Add missing content types to templates administration page.
  • Modify database fields for large text to LongBlob to allow multi-byte storage.
  • Improve the database connection to use UTF8MB4_unicode_ci, this allows using Unicode Glyphs when storing data.
  • Add database encoding check to ensure the database used was created using UTF8MB4_unicode_ci encoding.