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 .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: ConvertKit support
url: https://convertkit.com/support/
- name: Kit support
url: https://kit.com/support/
about: |
Please only file issues here that you believe represent actual bugs or feature requests for the ConvertKit PHP SDK.
Please only file issues here that you believe represent actual bugs or feature requests for the Kit PHP SDK.

If you're having general trouble with your ConvertKit integration, please reach out to support.
If you're having general trouble with your Kit integration, please reach out to support.
4 changes: 2 additions & 2 deletions DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Commit the updated files, which should comprise of:

## Create a New Release

[Create a New Release](https://github.com/ConvertKit/convertkitsdk-php/releases/new), completing the following:
[Create a New Release](https://github.com/kit/convertkitsdk-php/releases/new), completing the following:

- Choose a tag: Click this button and enter the new version number (e.g. `1.0`)
- Release title: The version number (e.g. `1.0`)
Expand Down Expand Up @@ -91,4 +91,4 @@ When you're happy with the above, click `Publish Release`.

This will then make the release available to developers, who can include it manually or using composer.

The release will also be available to view on the [Releases](https://github.com/ConvertKit/convertkitsdk-php/releases) section of this GitHub repository.
The release will also be available to view on the [Releases](https://github.com/kit/convertkitsdk-php/releases) section of this GitHub repository.
2 changes: 1 addition & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup Guide

This document describes how to setup your development environment, so that it is ready to run, develop and test the ConvertKit PHP SDK.
This document describes how to setup your development environment, so that it is ready to run, develop and test the Kit PHP SDK.

Suggestions are provided for the LAMP/LEMP stack and Git client are for those who prefer the UI over a command line and/or are less familiar with
PHP, MySQL and Git - but you're free to use your preferred software.
Expand Down
16 changes: 11 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"name": "convertkit/convertkitapi",
"description": "ConvertKit PHP SDK for the ConvertKit API",
"description": "Kit PHP SDK for the Kit API",
"keywords": [
"convertkit",
"kit",
"api",
"forms"
"forms",
"tags",
"sequences",
"broadcasts",
"emails",
"subscribers"
],
"homepage": "https://convertkit.com/",
"homepage": "https://developers.kit.com/welcome",
"license": "GPLv3",
"authors": [
{
"name": "ConvertKit and contributors",
"homepage": "https://github.com/convertkit/convertkitsdk-php/contributors"
"name": "Kit and contributors",
"homepage": "https://github.com/kit/convertkitsdk-php/contributors"
}
],
"require": {
Expand Down
Loading