nystudio107 / generator-craftplugin

generator-craftplugin is a Yeoman generator for Craft CMS plugins
MIT License
74 stars 30 forks source link

Generated code is not correct for Craft 3.4 #96

Closed edalzell closed 4 years ago

edalzell commented 4 years ago
  1. there is no craft() helper
  2. there is no userSession anymore
  3. the ->templates->includeJs('var Myjs = "foo";'); doesn't work due to missing templates.

Will this be updated to current release? Or are there links somewhere to the current documentation/replacement code?

edalzell commented 4 years ago

Sorry, not relevant