Skip to content

Commit

Permalink
Merge pull request #61 from Automattic/readme_revamp
Browse files Browse the repository at this point in the history
Readme revamp, just sticking to markdown version
  • Loading branch information
ashfame authored Nov 2, 2022
2 parents caf9b2a + 0d8bcbe commit 8f967f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 248 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Install composer dependencies
run: composer install --no-ansi --no-dev --no-interaction --no-plugins --no-scripts --optimize-autoloader

- name: Generate readme.txt
run: php bin/transform-readme.php

- name: Create directory for release
run: mkdir /tmp/release

Expand All @@ -35,7 +32,6 @@ jobs:
rm -rf /tmp/release/.github
rm -rf /tmp/release/.git
rm -rf /tmp/release/bin
rm -rf /tmp/release/README.md
rm -rf /tmp/release/.wp-env.json
rm -rf /tmp/release/phpcs.xml
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Use OpenID Connect to log in to other webservices using your own WordPress.
**Contributors:** automattic, akirk, ashfame, psrpinto
**Tags:** oidc, oauth, openid, openid connect, oauth server
**Requires at least:** 6.0
**Tested up to:** 6.0
**Tested up to:** 6.1
**Requires PHP:** 7.4
**License:** [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
**Stable tag:** 1.0
Expand Down Expand Up @@ -65,3 +65,6 @@ function my_oidc_clients() {
);
}
~~~

### Github Repo
You can report any issues you encounter directly on [Github repo: Automattic/wp-openid-connect-server](https://github.com/Automattic/wp-openid-connect-server)
176 changes: 0 additions & 176 deletions bin/transform-readme.php

This file was deleted.

67 changes: 0 additions & 67 deletions readme.txt

This file was deleted.

0 comments on commit 8f967f0

Please sign in to comment.