prestashop / securitypatch
PrestaShop module securitypatch
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 19
Forks: 2
Type:prestashop-module
Requires
- php: >=5.2.0
This package is auto-updated.
Last update: 2021-02-02 19:33:40 UTC
README
This module has been archived, it’s no longer maintained but you still can fork it if you need it for your shop.
Version 1.0.0
This module allow older PrestaShop version to be upgraded only for small security fixes.
Compatibility
- PrestaShop 1.4 (W.I.P.)
- PrestaShop 1.5 (W.I.P.)
- PrestaShop 1.6
How to create a log
- Set a PrestaShop folder with all the patches but not the last one
- Set anoter PrestaShop folder with all the patches.
- Run this command line :
diff --unidirectional-new-file --context=5 -r -x .git -x cache PrestaShop/ PrestaShopFixed/ > diff.patch
Changelog
0.1
- Initial version.