-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'hotfix/1.0.0-alpha3' into master
- Loading branch information
Showing
10 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/** | ||
* Manage your WordPress assets with a simple YAML configuration file. | ||
* | ||
* @package studiometa/wp | ||
* @package studiometa/wp-toolkit | ||
* @author Titouan Mathis <[email protected]> | ||
* @copyright 2020 Studio Meta | ||
* @license https://opensource.org/licenses/MIT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
/** | ||
* Utilities to configure custom post types. | ||
* | ||
* @package studiometa/wp | ||
* @package studiometa/wp-toolkit | ||
* @author Lucas Simeon <[email protected]> | ||
* @copyright 2020 Studio Meta | ||
* @license https://opensource.org/licenses/MIT | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
*/ | ||
|
||
namespace Studiometa\WP\Builders; | ||
namespace Studiometa\WPToolkit\Builders; | ||
|
||
/** | ||
* Cleanup a WordPress project for security and performance. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
/** | ||
* Utilities to configure custom post types. | ||
* | ||
* @package studiometa/wp | ||
* @package studiometa/wp-toolkit | ||
* @author Lucas Simeon <[email protected]> | ||
* @copyright 2020 Studio Meta | ||
* @license https://opensource.org/licenses/MIT | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
*/ | ||
|
||
namespace Studiometa\WP\Builders; | ||
namespace Studiometa\WPToolkit\Builders; | ||
|
||
/** | ||
* Build a custom post type. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
/** | ||
* Utilities to configure custom post types. | ||
* | ||
* @package studiometa/wp | ||
* @package studiometa/wp-toolkit | ||
* @author Lucas Simeon <[email protected]> | ||
* @copyright 2020 Studio Meta | ||
* @license https://opensource.org/licenses/MIT | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
*/ | ||
|
||
namespace Studiometa\WP\Builders; | ||
namespace Studiometa\WPToolkit\Builders; | ||
|
||
/** | ||
* Build a custom post type. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/** | ||
* Utilities to clean up a WordPress project. | ||
* | ||
* @package studiometa/wp | ||
* @package studiometa/wp-toolkit | ||
* @author Titouan Mathis <[email protected]> | ||
* @copyright 2020 Studio Meta | ||
* @license https://opensource.org/licenses/MIT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters