pacKman/CHANGELOG.md

85 lines
1.7 KiB
Markdown
Raw Normal View History

2023-03-11 17:46:23 +00:00
2023.03.11
2023-03-06 00:21:51 +00:00
- require Dotclear 2.26
- use PHP namespace
- use dcPage open/close module
2023-03-11 17:46:23 +00:00
- use Form helpers
2023-03-06 00:21:51 +00:00
- manage modules structure > dc 2.24
2023-01-07 14:43:58 +00:00
2023.01.07
- fix previously introduced unix bug
2023.01.05
- harmonise structure (with my plugins)
2022-12-20 19:37:09 +00:00
2022.12.20
- use shorter settings names
- use dotclear VAR as default repository
- use notice for errors
- declare strict_type
2022-12-19 10:26:42 +00:00
2022.12.19.1
- playing with namespace
2022-12-03 13:41:52 +00:00
2022.12.03
- cope with disabled modules
2022-11-20 16:37:42 +00:00
2022.11.20
- fix compatibility with Dotclear 2.24 (required)
2022-11-12 20:42:05 +00:00
2022-02-01 20:56:35 +00:00
2022.02.01
- fix module info (id/root) before zip
2022-02-01 21:00:36 +00:00
- use dc2.21 new svg icon by @franck-paul
2022-02-01 20:56:35 +00:00
2021-11-06 13:57:46 +00:00
2021.11.06
- update translation (thanks @Philippe-dev)
- update to PSR12
2021-10-28 21:45:24 +00:00
2021.10.28
- add option to convert newline from files content on the fly
2021-09-02 20:14:32 +00:00
- clean up again...
2021-10-23 14:46:03 +00:00
- fix wrong version on repository
- fix modules sort
2021-10-28 21:45:24 +00:00
- hide empty tabs
2021.08.22
- fix PSR2 coding style
- update license
- fix help
2021.08.17
- move to Franck style
2013.11.15
- Fix all forms: Use modules root intead of Id
2013.10.28
- Change behaviors arguments
- Typo and minor fixes
2013.10.26
- Switch to DC 2.6
- Fix use of dcThemes, thx franckpaul
- New icon, thx kozlika
- Add dashboard icon
- Clean up code and (again) lighter admin interface
2013.05.11
- Added option to remove comments from files
- Fixed page title and messages and contents
0.5.1 - 2010-10-12
- Fixed install on nightly build
- Fixed missing namespace on admin
0.5 - 2010-06-05
- Switched to DC 2.2
- Changed admin interface (easy, light, fast)
- Added direct download button on repository (closes #449)
0.4 - 2009-10-10
- Fixed second package management
- Fixed subfolder in filename
- Added install and uninstall features
- Added help
- Added LICENSE
2021-09-02 20:14:32 +00:00
- Cleaned up