Skip to content

Commit 5703067

Browse files
committed
Add releases screenshot; remove WordPress references
1 parent 02875e3 commit 5703067

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/docs/new-release.png

180 KB
Loading

DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ When you're happy with the above, click `Publish Release`.
8989

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

92-
The release will also be available to view on the [Releases](https://github.com/ConvertKit/convertkit-wordpress/releases) section of this GitHub repository.
92+
The release will also be available to view on the [Releases](https://github.com/ConvertKit/convertkitsdk-php/releases) section of this GitHub repository.

SETUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This document describes how to setup your development environment, so that it is ready to run, develop and test the ConvertKit PHP SDK.
44

55
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
6-
WordPress, PHP, MySQL and Git - but you're free to use your preferred software.
6+
PHP, MySQL and Git - but you're free to use your preferred software.
77

88
## Setup
99

@@ -127,7 +127,7 @@ is setup successfully.
127127
### Running PHPStan
128128

129129
In the Plugin's directory, run the following command to run PHPStan, which will perform static analysis on the code, checking it meets required
130-
standards, that PHP DocBlocks are valid, WordPress action/filter DocBlocks are valid etc:
130+
standards, that PHP DocBlocks are valid etc:
131131

132132
```bash
133133
vendor/bin/phpstan --memory-limit=1G

TESTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Tests are written in PHP using [PHPUnit](https://phpunit.de/), and the existing
2727
[PHPStan](https://phpstan.org) performs static analysis on the Plugin's PHP code. This ensures:
2828

2929
- DocBlocks declarations are valid and uniform
30-
- DocBlocks declarations for WordPress `do_action()` and `apply_filters()` calls are valid
3130
- Typehinting variables and return types declared in DocBlocks are correctly cast
3231
- Any unused functions are detected
3332
- Unnecessary checks / code is highlighted for possible removal

0 commit comments

Comments
 (0)