There is no license information available for the latest version (v2.93) of this package.

Shape Works - Package of base files for WordPress Theme

Installs: 1 994

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:wordpress-muplugin

v2.93 2024-04-15 17:17 UTC

README

Our MU plugin which handles default stuff that all projects share.

To make changes

Prior to making changes here, test them directly in the base plugin inside your local shape-dot-works installation.

To update the plugin, either:

open terminal in the root directory of the repo and use the following commands:

  1. git tag v2.11 consult latest tag number here https://github.com/shape-works/base/tags
  2. git add . stages all your changes
  3. git commit -m "Your commit message goes here"
  4. git push origin v2.11
  5. Also push on GH Desktop app

Or:

  1. Just commit and push on GH Desktop
  2. Still in GH app, swap to 'History' tab
  3. Right-click on the last commit and select 'Create Tag'

Now you can run composer update from your shape-dot-works installation.