Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1022 Bytes

changelog.md

File metadata and controls

27 lines (18 loc) · 1022 Bytes

Changelog

All notable changes to laravel-mail-editor will be documented in this file.

Version 1.0.0

  • initial release

Version 1.0.1

  • fix error Call to a member function sortBy() on null that happens when mailables directory not created yet.
  • replace jquery $.ajax with axios library, also adding notie confirmation for save-template action.
  • fix javascript error plaintextEditor is not defined when save mailable view template.
  • other minor fixes.

Version 1.0.2

  • remove unwanted routes
  • fix mailable with multiple constructor args type error (issue).
  • Replace route closure with controller based route (issue).
  • other minor fixes.

Version 1.1.0

  • look for the equivalent factory and check if the dependency is an eloquent model.
  • resolve all other non-eloquent objects.
  • markdown editor will output no object variables in the following format: {{ varname }}.