Skip to content

Commit

Permalink
Merge pull request #273 from 10up/bump/wp-version-6.7
Browse files Browse the repository at this point in the history
Bump: "Tested up to" WP 6.7
  • Loading branch information
jeffpaul authored Nov 8, 2024
2 parents 39db114 + 94d3b69 commit 3690000
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
core:
- {name: 'WP latest', version: 'latest'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.1'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.5'}
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ wp.hooks.addFilter(
## Requirements

* PHP 7.4+
* [WordPress](http://wordpress.org/) 6.1+
* [WordPress](http://wordpress.org/) 6.5+

## Installation

Expand Down
2 changes: 1 addition & 1 deletion insert-special-characters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/10up/insert-special-characters
* Description: A Special Character inserter for the WordPress block editor (Gutenberg).
* Version: 1.1.2
* Requires at least: 6.1
* Requires at least: 6.5
* Requires PHP: 7.4
* Author: 10up
* Author URI: https://10up.com
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: 10up, adamsilverstein, johnwatkins0, jeffpaul
Tags: Special Characters, Character Map, Omega, character inserter, symbols
Stable tag: 1.1.2
Requires at least: 6.1
Tested up to: 6.6
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
License: GPLv2
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Expand All @@ -21,7 +21,7 @@ Development takes place in the [GitHub repository](https://github.com/10up/inser
== Technical Notes ==

* Requires PHP 7.4+.
* Requires [WordPress](http://wordpress.org/) 6.1+
* Requires [WordPress](http://wordpress.org/) 6.5+
* Issues and Pull requests welcome in the [GitHub repository](https://github.com/10up/insert-special-characters).

== Installation ==
Expand Down

0 comments on commit 3690000

Please sign in to comment.