github-actions
released this
06 May 12:46
·
19 commits
to refs/heads/dev
since this release
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) @SebSeptfop:environment:set-up
crashed because $this->io was not defined in htaccess regeneration command (#219) @SebSeptfop:debug-mode
was also aliased tofop:generate:htaccess
. (#220) @SebSeptfop:product:latest
crashed if there were no new product in the shop (#214) @SebSeptfop:module:rename
fix bug windows (#180) @jf-viguierfop:about:version
can run on PrestaShop 8 - fix #176 (#181) @SebSeptfop:configuration:export
overwrite warning despite file does not exists (#183 / #181) @SebSept
✅ Enhancements
- Improve
fop:modules:rename
code (#172) @tom-combet fop:environment:debug
: message when PS_DEV_MODE is set (#229) @SebSept- remove useless column on
fop:product:latest
(#228) @SebSept - small improvements for command list fop:employees:list (#190) @nenes25
- add missing final classes (#188) @nenes25
- add missing return types (#187) @nenes25
- bug fix rename command on windows (#180) @jf-viguier
📕 Documentation
- Contributing notes (#240) @SebSept
- One line installation instructions added in README.md (#222) @SebSept
- fix #191 : add php-cs fixer rule to ensure docbloc is in all php files (#194) @SebSept
Other changes
- Update php dev tools to version 4.1 / change composer requirement to php 7.2 and apply cs-fixer (#223) @SebSept
- Phstan rule to check command name / file / class name consistency (#97) @SebSept
- Fix code quality tools (#233) @tom-combet
- update ps 1.7.8 to last version in tests (#241 / #208) @nenes25 & @SebSept
- issue templates with html inputs (#232) @SebSept
- rename class of command
fop:about:version
to comply with naming convention (no command name change) (#217) @SebSept - improve FOPCommandFormatsValidator / Prepare for phpstan (#211) @SebSept
- remove \ in services yaml (#210) @SebSept
- Rearrange src/commands directory following the new conventions (#165) @tom-combet
- Details on php cs fixer failure - fixes #198 (#201) @SebSept
- simplify io (#196) @SebSept
- fix services.yml (#195) @SebSept