1.1.0 • Published 5 years ago

@masonite/wp-project-version-sync v1.1.0

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
5 years ago

wp-project-version-sync

A CLI command to update your WordPress plugin or theme's file header version based off of your package.json version.

wp-update-project-version is a CLI command that is most useful when added to your build script in your package.json, like so:

{
    "scripts":  {
        "build": "webpack -p && wp-project-version-sync -p style.css"
    }
}

Installation

npm i @masonite/wp-project-version-sync

Usage

Currently, only package.json is the only supported <source> reference for a version. You can update one or more files, though at the moment, only WordPress header files are supported.

// wp-update-project-version -s <source> -p <path> [paths...]
wp-update-project-version -s package.json -p style.css index.php
1.1.0

5 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago