Skip to content

Commit

Permalink
updating cli prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jul 11, 2024
1 parent a980449 commit 4daf9cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [5.0.1]

### Changed
- Main CLI command prefix.

## [5.0.0]

Expand Down Expand Up @@ -91,6 +95,7 @@ Initial tagged release.

[Unreleased]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/master...HEAD

[5.0.1]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/4.0.0...5.0.0
[4.0.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/3.0.0...4.0.0
[3.0.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/2.0.0...3.0.0
Expand Down
4 changes: 2 additions & 2 deletions eightshift-boilerplate-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: This is a initial setup for the Eightshift WordPress Boilerplate Plugin.
* Author: Eightshift team
* Author URI: https://eightshift.com/
* Version: 5.0.0
* Version: 5.0.1
* License: MIT
* License URI: http://www.gnu.org/licenses/gpl.html
* Text Domain: eightshift-boilerplate-plugin
Expand Down Expand Up @@ -39,5 +39,5 @@
* Run all WPCLI commands.
*/
if (class_exists(Cli::class)) {
(new Cli())->load('boilerplate');
(new Cli())->load('boilerplate-plugin');
}

0 comments on commit 4daf9cc

Please sign in to comment.