prestashop/securitypatch

This package is abandoned and no longer maintained. No replacement package was suggested.

PrestaShop module securitypatch

Maintainers

Package info

github.com/prestashop/securitypatch

Homepage

Type:prestashop-module

pkg:composer/prestashop/securitypatch

Statistics

Installs: 64

Dependents: 0

Suggesters: 0

Stars: 1

dev-master 2015-08-28 16:10 UTC

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.