-
Notifications
You must be signed in to change notification settings - Fork 15
/
changelog.txt
91 lines (91 loc) · 5.27 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author Hennes Hervé <contact@h-hennes.fr>
* @copyright 2013-2021 Hennes Hervé
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* http://www.h-hennes.fr/blog/
*/
2023-12-11 - V 1.6.6 : Fix compatibility with php < 7.1
2023-08-12 - V 1.6.5 : #245 New Command ChangeUrl
#248 Harmonize Licence Headers
2022-03-22 - V 1.6.4 : #241 Unable to use db:export with custom mysql port
#242 New Command analyze:tables:size
#243 dev:add-index should not add index.php files in composer directory
#244 Add configuration form when creating module
2021-12-10 - V 1.6.3 : #194 Check compatibility from php5.6 to php7.2
#227 New Command analyze:carriers
#228 New Command analyze:payments
#232 Enhancement module:generate:controller
#233 Provide verbose information when module controller is created
#92 Improve module list ( add option to show id )
#229 New Command analyse:website
2021-03-11 - V 1.6.2 : #142 Error when try to start by prestashopConsole command
#170 Create Webservice key command
#173 Change link in readme
#175 New Command Webservice:key:delete
#182 Fix PhpStan Errors
#193 Anonymize command must also anonymize customer emails in sav
Disable the install command which will be refactored in next version
Branch 1.6 is the last branch which deals with Prestashop 1.6 and Php < 7.2
Small improvements
2020-06-25 - V 1.6.1 : #106 Error in generate Images commands
#107 Improve module:hook:list command
#108 Update licence header for generated code
#116 db:export allow to define file name
2020-04-07 - V 1.6.0 : Improve code quality
New commands to generate htaccess and robots.txt files
New commands to list hooks (global or with modules)
New command to generate images thumbnails
New command to generate console command
New command to export images
Allow to rename phar file
2019-12-01 - V 1.5.0 : New commands for db interactions
New command to list admin users
Add pre-commit hook to automatically build phar and update documentation
New commands to manage module admin tabs
2019-05-10 - V 1.4.2 : Module generation improvement ( objectmodel )
2019-04-16 - V 1.4.1 : Module generation improvement
2019-03-11 - V 1.4.0 : New commands to generate module files ( declaration, controllers , upgrade )
2019-02-11 - V 1.3.0 : Automatically detect commands
2019-01-12 - V 1.2.4 : Fix wrong exception message in Module Commands
2018-12-03 - V 1.2.4 : Fix wrong exception message in Module/InstallCommand
2018-11-12 - V 1.2.3 : New command to anonymise customer datas
2018-11-03 - V 1.2.2 : New commands and some fixes
2018-05-04 - V 1.2.1 : New command to clear all caches ( PS > 1.7 Only )
2018-01-23 - V 1.2.0 : New commands to clean existing datas ( with native module pscleaner )
2017-12-29 - V 1.1.0 : New commands to deals with cron tasks ( with native module cronjobs )
2017-08-10 - V 1.0.0 : Auto Upgrade works correctly + add build file
2017-08-09 - V 1.0.0-beta1 : New auto-upgrade process
2017-08-01 - V 0.9.0 : New commands to deals with hooks
2017-06-21 - V 0.8.0 : Refactor modules commands to deals with multiples modules
2017-06-06 - V 0.7.2 : New Command to download Class Names for autocomplete
2017-05-06 - V 0.7.1 : Now works with prestashop 1.7
2016-03-27 - V 0.7.0 : New command for mass configuration object changes
2016-01-12 - V 0.6.0 : New command to add index.php files in directories
2016-01-11 - V 0.5.1 : Improvement for creating admin user
2016-12-23 - V 0.5.0 : New commands to create admin user and to change admin password
2016-11-03 - V 0.4.0 : New command to get all configurations
2016-10-10 - V 0.3.0 : New functionality : install prestashop from command line
2016-10-07 - V 0.2.3 : Fix media command
2016-09-23 - V 0.2.2 : Cache management improvements, add media cache
2016-09-22 - V 0.2.1 : Replace configuration file in yml by file in php to optimize phar generation
2016-09-17 - V 0.2.0 : New phar archive
2016-06- : New commands
2016-05-19 : Version initiale