samjuk/wp-theme-fishpig

Fishpig Theme for integrating Wordpress with Magento 2

Installs: 112

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:wordpress-theme

3.31.14 2025-01-27 10:50 UTC

This package is auto-updated.

Last update: 2025-01-27 10:51:00 UTC


README

Supported Fishpig Versions GitHub Release Watcher Workflow Status

The purpose of this repository is to build the FishPig wordpress theme from source. Generate a composer manifest and publish the package to Packagist.

Allowing for the Fishpig theme to be integrated as a dependency when managing Wordpress by Composer.

Usage

The packages are available on Packagist. Make sure to specific the same version tag, as your Fishpig M2 module.

Pinning the theme version, as well as the Magento module is recommended for compatibility.

composer require samjuk/wp-theme-fishpig:3.31.9

Versioning

This theme package tracks the upstream Magento 2 module versions 1 to 1. To help simplify, which version your need to install.

This means some releases, will have no changes over previous versions. The releases have a update.flag file is a hash for the theme content, which will indicate if the content has changed between versions. (This hash is also included in the commit message).

You can compare changes between the tagged versions, either by CLI, or via the Github Website.

Github

When viewing the diff on Github, make sure to use the double period comparative method. The URL format is:

https://github.com/SamJUK/wp-theme-fishpig/compare/$OLD_VERSION..$NEW_VERSION

For Example, to compare 3.0.1 against the 3.1.1 release.

https://github.com/SamJUK/wp-theme-fishpig/compare/3.0.1..3.1.1

Git CLI

git init
git remote add origin git@github.com:SamJUK/wp-theme-fishpig.git
git fetch origin tag 3.0.1 3.1.1 --no-tags
git fetch origin tag 3.1.1 --no-tags
git diff 3.0.1 3.1.1