Skip to content

Commit 8843e98

Browse files
committed
Re-releasing 1.1.1 with a distignore
1 parent 88cc098 commit 8843e98

File tree

6 files changed

+29
-4
lines changed

6 files changed

+29
-4
lines changed

.deployignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ node_modules/
88
.phpunit.result.cache
99
Dockerfile
1010
output.log
11-
.github
1211
tests
1312
bin
1413
composer.lock

.distignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.DS_Store
2+
Thumbs.db
3+
wp-cli.local.yml
4+
node_modules/
5+
*.sql
6+
*.tar.gz
7+
*.zip
8+
.phpunit.result.cache
9+
Dockerfile
10+
output.log
11+
tests
12+
bin
13+
composer.lock
14+
phpcs.xml
15+
phpunit.xml
16+
configure.php
17+
DOCKER_ENV
18+
phpunit.xml
19+
tests
20+
.phpcs
21+
Makefile
22+
.github

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `wp-rest-guard` will be documented in this file.
44

5+
## v1.1.1 - 2024-01-15
6+
7+
- Re-releasing to re-trigger the deployment to WordPress.org.
8+
59
## v1.1.0 - 2024-012-12
610

711
- Drops support for PHP 7.4 and requires PHP 8.0.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# REST API Guard
22

3-
Stable tag: 1.1.0
3+
Stable tag: 1.1.1
44

55
Requires at least: 6.0
66

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: REST API Guard
44
* Plugin URI: https://github.com/alleyinteractive/wp-rest-api-guard
55
* Description: Restrict and control access to the REST API
6-
* Version: 1.1.0
6+
* Version: 1.1.1
77
* Author: Sean Fisher
88
* Author URI: https://alley.co/
99
* Requires at least: 6.0

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== REST API Guard ===
2-
Stable tag: 1.1.0
2+
Stable tag: 1.1.1
33
Requires at least: 6.0
44
Tested up to: 6.3
55
Requires PHP: 8.0

0 commit comments

Comments
 (0)