Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 12:46
· 19 commits to refs/heads/dev since this release
b2f7b32

Friends Of Presta Console v 1.5

🚀 Features

  • New command fop:category:products-count - Get the number of products for category and its children (#235) by @tom-combet
  • New command to fop:module:generate - scaffold a module (#239) by @luigimassa
  • New command fop:employee:change-password - update employee password (#189) by @nenes25

🐛 Bug Fixes

  • "opcache_invalidate" may not be defined if opcache extension is not installed (#242) @SebSept
  • fop:environment:setup-dev works fine on docker install. (#221) @SebSept
  • fop:environment:set-up crashed because $this->io was not defined in htaccess regeneration command (#219) @SebSept
  • fop:debug-mode was also aliased to fop:generate:htaccess. (#220) @SebSept
  • fop:product:latest crashed if there were no new product in the shop (#214) @SebSept
  • fop:module:rename fix bug windows (#180) @jf-viguier
  • fop:about:version can run on PrestaShop 8 - fix #176 (#181) @SebSept
  • fop:configuration:export overwrite warning despite file does not exists (#183 / #181) @SebSept

✅ Enhancements

📕 Documentation

Other changes