Skip to content

Latest commit

 

History

History
136 lines (60 loc) · 5.98 KB

CHANGELOG.md

File metadata and controls

136 lines (60 loc) · 5.98 KB

1.0.11 (2024-12-05)

Bug Fixes

  • inserting TranslationListener into bootstrap.php in CreateModuleCommand (8946edc)
  • throw json error (0ee8175)

1.0.10 (2024-10-17)

Bug Fixes

  • creating class name containing underscore (5decc73)

Features

  • use SubscriberInterface in Joomla plugin (3bf7463)

1.0.9 (2024-10-04)

Bug Fixes

1.0.8 (2024-10-02)

Bug Fixes

  • Error in post-update-cmd when creating new project (Fixes yootheme/starter-plugin#3) (ce5f263)

1.0.7 (2024-09-27)

Bug Fixes

  • stability in joomla update server (466efe7)
  • update empty check in element examples (af8d240)

Features

  • add default .gitignore when creating a plugin (040e4f7)
  • add element transform example (cfdb3c3)
  • update Taskfile in composer post-update-cmd event (33e4cda)

1.0.6 (2024-09-18)

Bug Fixes

  • required keys for the joomla update server (4159ffb)
  • wrong path in setup-wordpress task (a557a42)

1.0.5 (2024-09-13)

Bug Fixes

  • copy translation file example (68f2d2b)

Features

  • ask for group in create element command (a67437d)

1.0.4 (2024-09-03)

Bug Fixes

  • lowercase node names and duplicates in update.xml (508f4e6)

Features

  • add wordpress update command (8d23351)
  • build task creates plugin update files (b1014a5)

1.0.3 (2024-08-30)

Bug Fixes

1.0.2 (2024-08-30)

Features

  • add create update xml command (fc013f7)

1.0.0 (2024-08-20)

Bug Fixes

Features

  • add create module command (f2b34a3)
  • add create plugin command (4e39933)
  • add create:element command (497aa24)
  • add custom LESS example in create module command (553640d)
  • add custom source example in create module command (5de877d)
  • add multiple-items element to create element command (e39ffda)
  • add remove task (7445b43)
  • add task helpers (46431d5)
  • ask for module namespace in createModuleCommand (bcc9b97)
  • test minimum composer version (5b638a8)