Skip to content

Commit ef3c162

Browse files
authored
Merge pull request #99 from Kit/composer-add-commands
Composer: Add Commands
2 parents 89561c4 + c356fff commit ef3c162

6 files changed

Lines changed: 38 additions & 349 deletions

File tree

DEPLOYMENT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An *approved* Pull Request is when a PR passes all tests **and** has been approv
1010

1111
## Create a New Release
1212

13-
[Create a New Release](https://github.com/ConvertKit/convertkit-wordpress-libraries/releases/new), completing the following:
13+
[Create a New Release](https://github.com/Kit/convertkit-wordpress-libraries/releases/new), completing the following:
1414

1515
- Choose a tag: Click this button and enter the new version number (e.g. `1.0.1`)
1616
- Release title: The version number (e.g. `1.0.1`)
@@ -25,14 +25,14 @@ An *approved* Pull Request is when a PR passes all tests **and** has been approv
2525

2626
When you're happy with the above, click `Publish Release`.
2727

28-
## Use the Published Release in ConvertKit Plugins
28+
## Use the Published Release in Kit Plugins
2929

30-
To use the published release in ConvertKit Plugins, **in the ConvertKit Plugin** edit the `composer.json` file to use the tagged version:
30+
To use the published release in Kit Plugins, **in the Kit Plugin** edit the `composer.json` file to use the tagged version:
3131

3232
```
3333
"require": {
3434
"convertkit/convertkit-wordpress-libraries": "1.0.1"
3535
},
3636
```
3737

38-
The specific version number tells Composer that we want to use a specific tag of this repository in our ConvertKit Plugin. [Read more](https://getcomposer.org/doc/articles/versions.md#vcs-tags-and-branches).
38+
The specific version number tells Composer that we want to use a specific tag of this repository in our Kit Plugin. [Read more](https://getcomposer.org/doc/articles/versions.md#vcs-tags-and-branches).

DEVELOPMENT.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
# ConvertKit WordPress Libraries
1+
# Kit WordPress Libraries
22

3-
Welcome to the ConvertKit WordPress Libraries repository on GitHub. Here you can view the source code, review open issues, and see releases of our WordPress specific libraries.
3+
Welcome to the Kit WordPress Libraries repository on GitHub. Here you can view the source code, review open issues, and see releases of our WordPress specific libraries.
44

5-
If you're not a developer, please download a ConvertKit plugin from wordpress.org:
6-
- [ConvertKit](https://wordpress.org/plugins/convertkit/)
7-
- [ConvertKit for Gravity Forms](https://wordpress.org/plugins/convertkit-gravity-forms/)
8-
- [ConvertKit for WooCommerce](https://wordpress.org/plugins/convertkit-woocommerce/)
5+
If you're not a developer, please download a Kit plugin from wordpress.org:
6+
- [Kit](https://wordpress.org/plugins/convertkit/)
7+
- [Kit for WooCommerce](https://wordpress.org/plugins/convertkit-woocommerce/)
8+
- [Kit for WPForms](https://wordpress.org/plugins/integrate-convertkit-wpforms/)
9+
- [Kit for MemberMouse](https://wordpress.org/plugins/convertkit-membermouse/)
910

1011
## Developers
1112

12-
For ConvertKit Developers, there are guides covering:
13-
- [Setup](SETUP.md) - setting up your local environment for development and testing
14-
- [Development](DEVELOPMENT.md) - best practices for development
15-
- [Testing](TESTING.md) - how to write and run tests
13+
For Kit Developers, there are guides in the main Kit Plugin repository covering:
14+
- [Setup](https://github.com/Kit/convertkit-wordpress/blob/main/SETUP.md) - setting up your local environment for development and testing
15+
- [Development](https://github.com/Kit/convertkit-wordpress/blob/main/DEVELOPMENT.md) - best practices for development
16+
- [Testing](https://github.com/Kit/convertkit-wordpress/blob/main/TESTING.md) - how to write and run tests
17+
- [Actions and Filters](ACTIONS-FILTERS.md) - Actions and Filters available to WordPress Developers looking to extend Kit's functionality
18+
19+
For Kit, there is a separate guide to deploying new versions:
1620
- [Deployment](DEPLOYMENT.md) - how to publish versioned updates to this library

SETUP.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)