Update with Patch

Note

If you are up to date with the last recent version and want to find just the new files that have changed since the last version, you can follow this guide to create a smaller changes-only patch. But for most, the full phspark zip will suffice.

Patch file will replace existing file

Patch Directory Tree

backendmarketplace100patch.psmod.zip

+ frontend
        + helper
                - [helper].php
- PhsparkManifest.xml
        <?xml version="1.0" encoding="utf-8"?>
        <application>
                <name>patch101_frontend_helper</name>
                <code>patch101_frontend_helper.psmod</code>
                <location>frontend</location>
                <type>patch</type>
                <version>1.0.0</version>
                <compatibility>1.0.0</compatibility>
                <sortOrder>1</sortOrder>
                <author>Najmul ZCE</author>
                <link>https://phspark.com/najmul</link>
        </application>

[NB: this patch will replace or add helper.php file]

Steps of Installing a Patch

  • Download the patch and install with extension installer [Backend/Extensions/Installer].

  • Sometimes you may need to refresh: Go to dashboard in backend, there should be button (gear icon) in top right corner for user to refresh the theme and sass cache.