improve/CHANGELOG.md

50 lines
1.2 KiB
Markdown
Raw Normal View History

2021-10-29 21:16:49 +00:00
dev
2021-09-01 23:35:23 +00:00
- [ ] add global config for file size limit
2021-09-11 21:01:06 +00:00
- [ ] add module to check deprecated PHP function
- [ ] add module to check directory structure
- [ ] add module to create full README file
- [ ] write documentation of php class
2021-11-06 13:03:12 +00:00
2021-11-08 20:45:30 +00:00
0.7.1 - 2021.11.08
- Fix php < 8 _ thanks @Gvx- _ closes #5
2021-11-08 00:04:48 +00:00
0.7 - 2021.11.08
- add phpstan module
- fix some errors from phpstan analyze
2021-11-06 13:03:12 +00:00
0.6 - 2021.11.06
- add header for modules configuration
2021-11-06 13:03:12 +00:00
- add options to hide details of executed actions
- show configuration file in phpcsfixer module
- use table in ui
2021-11-02 09:18:40 +00:00
2021-11-05 21:52:46 +00:00
0.5 - 2021.11.05
- add settings to disable (hide) modules
- fix dcstore xml rendering (thanks Franck Paul)
2021-11-02 09:18:40 +00:00
0.4 - 2021.11.02
- add module to use php-cs-fixer
2021-10-29 21:16:49 +00:00
0.3 - 2021.10.29
2021-10-28 20:58:14 +00:00
- use of xmlTag to generate dcstore.xml contents
2021-10-29 21:16:49 +00:00
- complete readme file
- fix module update (thanks Gvx)
2021-09-25 21:18:55 +00:00
0.2 - 2021.09.25
- add module to check deprecated Dotclear function
0.1.2
- add logs / report systeme
- add DA badge to module _gitshields_
- change function args, less is better
- change interface, lighter names
- add function to summarize by action what was done
2021-09-01 23:35:23 +00:00
2021-09-12 08:46:26 +00:00
0.1.1
- fix php < 8.0
2021-09-11 21:01:06 +00:00
0.1 - 2021.09.11
- First release
0.0.1 - 2021.09.11
2021-09-01 23:35:23 +00:00
- First pre-release