Skip to content

Commit

Permalink
- update readme.txt
Browse files Browse the repository at this point in the history
- added icon and banner
  • Loading branch information
jasonbahl committed Nov 10, 2022
1 parent ed1acb2 commit 4a3838e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/tests-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,25 @@ jobs:
name: WordPress ${{ matrix.wordpress }} Integration Tests on PHP ${{ matrix.php }}
strategy:
matrix:
php: [ '8.0', '7.4' ]
wordpress: [ '5.9', '5.8', '5.7.2', '5.6' ]
php: [ '7.4', '7.3' ]
wordpress: [ '5.9', '5.8', '5.7.2', '5.6.2' ]
include:
- php: '8.1'
wordpress: '6.0'
- php: '8.0'
wordpress: '6.0'
- php: '7.4'
wordpress: '6.0'
- php: '8.0'
wordpress: '5.9'
- php: '8.0'
wordpress: '5.9'
multisite: 1
- php: '8.0'
wordpress: '5.8'
- php: '7.4'
wordpress: '5.8'
coverage: 1
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
Binary file added .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== WPGraphQL Smart Cache ===
Contributors: WPGraphQL, markkelnar, jasonbahl
Tags: GraphQL
Requires at least: 4.5
Tested up to: 5.6.1
Requires PHP: 5.6
Stable tag: 0.2.3
Tags: WPGraphQL, Cache, API, Invalidation, Persisted Queries, GraphQL, Performance, Speed
Requires at least: 5.6
Tested up to: 6.0
Requires PHP: 7.4
Stable tag: 0.3.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 4a3838e

Please sign in to comment.