Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An *approved* Pull Request is when a PR passes all tests **and** has been approv

## Create a New Release

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

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

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

## Use the Published Release in ConvertKit Plugins
## Use the Published Release in Kit Plugins

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

```
"require": {
"convertkit/convertkit-wordpress-libraries": "1.0.1"
},
```

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).
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).
67 changes: 0 additions & 67 deletions DEVELOPMENT.md

This file was deleted.

24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# ConvertKit WordPress Libraries
# Kit WordPress Libraries

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.
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.

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

## Developers

For ConvertKit Developers, there are guides covering:
- [Setup](SETUP.md) - setting up your local environment for development and testing
- [Development](DEVELOPMENT.md) - best practices for development
- [Testing](TESTING.md) - how to write and run tests
For Kit Developers, there are guides in the main Kit Plugin repository covering:
- [Setup](https://github.com/Kit/convertkit-wordpress/blob/main/SETUP.md) - setting up your local environment for development and testing
- [Development](https://github.com/Kit/convertkit-wordpress/blob/main/DEVELOPMENT.md) - best practices for development
- [Testing](https://github.com/Kit/convertkit-wordpress/blob/main/TESTING.md) - how to write and run tests
- [Actions and Filters](ACTIONS-FILTERS.md) - Actions and Filters available to WordPress Developers looking to extend Kit's functionality

For Kit, there is a separate guide to deploying new versions:
- [Deployment](DEPLOYMENT.md) - how to publish versioned updates to this library
120 changes: 0 additions & 120 deletions SETUP.md

This file was deleted.

Loading