Skip to content

Commit 4bd8dca

Browse files
committed
Bump version to 2.0.0-alpha-2 and update changelog
1 parent 78345f7 commit 4bd8dca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
* https://github.com/nenes25/prestashop_console
1717
* https://www.h-hennes.fr/blog/
1818
*/
19+
2025-11-15 - V 2.0.0-alpha2 :
20+
Pre-release to test new features and self-upgrade system
21+
#217 Add comprehensive data validation for admin:user:create command
22+
#247 Allow configurable file headers for generated modules via .prestashopConsole/licence.txt
23+
#96 Remove obsolete dev:mode command (native command available in PrestaShop 8+)
24+
#238 Modernize console:self-upgrade with GitHub Releases and automated PHAR builds
25+
Remove PHAR from git versioning
26+
Add GitHub Actions workflow for automated releases
27+
Improve build.php with SHA256 checksum generation
28+
1929
2023-05-22 - V 2.0.0-alpha1 :
2030
Publish a first alpha version to works on prestashop 8+
2131
Update box.phar to last version

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
$configuration['application'] = [
2727
'name' => 'PrestashopConsole',
28-
'version' => '2.0.0-alpha-1',
28+
'version' => '2.0.0-alpha-2',
2929
'author' => 'hhennes <contact@h-hennes.fr>',
3030
'contributors' => [
3131
'okom3pom',

0 commit comments

Comments
 (0)