Skip to content

Commit

Permalink
set min and tested versions, update name
Browse files Browse the repository at this point in the history
  • Loading branch information
psorensen committed Jan 19, 2024
1 parent 3a24e3d commit 433809f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
core:
- {name: 'WP latest', version: 'latest'}
- {name: 'WP minimum', version: 'WordPress/WordPress#5.7'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.3'}
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}
steps:
- name: Checkout
Expand Down
6 changes: 4 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?php
/**
* Plugin Name: Query Loop Post Picker
* Plugin Name: Curated Query Loop
* Plugin URI:
* Description: Adds a post-picker to the query loop
* Description: Adds a post-picker to the Query Loop block.
* Version: 0.1.0
* Author: 10up
* Mimimum WP Version: 6.3
* Tested WP Version: 6.3
*/

// Useful global constants.
Expand Down

0 comments on commit 433809f

Please sign in to comment.