Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Github Actions Workflow](https://github.com/beyondwords-io/wordpress-plugin/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/beyondwords-io/wordpress-plugin/actions/workflows/main.yml)
[![PHPUnit Code Coverage](https://beyondwords-io.github.io/wordpress-plugin/coverage-badge.svg)](https://beyondwords-io.github.io/wordpress-plugin/dashboard.html)
[![Supported WordPress Versions](https://img.shields.io/static/v1?label=&message=5.8+-+7.0&color=blue&logo=wordpress&logoColor=white)](https://wordpress.org/)
[![Supported WordPress Versions](https://img.shields.io/static/v1?label=&message=6.6+-+7.0&color=blue&logo=wordpress&logoColor=white)](https://wordpress.org/)
[![Supported PHP Versions](https://img.shields.io/static/v1?label=&message=8.0+-+8.5&color=777bb4&logo=php&logoColor=white)](https://www.php.net/)

## Description
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: beyondwords, stuartmcalpine
Donate link: https://beyondwords.io
Tags: text-to-speech, tts, audio, AI, voice cloning
Stable tag: 7.0.0-beta.1
Requires at least: 5.9
Requires at least: 6.6
Requires PHP: 8.0
Tested up to: 7.0
License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion speechkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Text Domain: speechkit
* Domain Path: /languages
* Requires PHP: 8.0
* Requires at least: 5.9
* Requires at least: 6.6
*/
// phpcs:enable

Expand Down
Loading