Skip to content
Marek Fišera edited this page Sep 12, 2018 · 4 revisions

We provide two types of releases

  • Patch
  • Major

Patch

Patches contains small tweaks and bug fixes. Each patch release must contain full zip - this one is used when installing a new instance and contains a whole application - and optionally patch zip - this one contains only changed files from major version.

Example: Patch zip for version v337.3 contains self changes and both changes from v337.1 and v337.2.

Major

Major releases contains a single zip file containing a whole application.

File naming

Format is phpwfw-{version}-{type}.zip.

Version

Version part is in format v{major}.{patch}.

Type

Type part is in format {full|patch} and can be optionally skipped from file name.

GitHub release

Contains:

  • Short notes from most important implementations.
  • Updated (or copied) install.php script.
  • ZIP file with full application.
  • Optionally ZIP file with patch.
Clone this wiki locally