Bumb version to 5.25.0-beta1

This commit is contained in:
Tetrakern 2024-10-06 02:32:13 +02:00
parent 4bb912d3d1
commit 31fd09c80e
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<p align="center"><img src="./repo/assets/fictioneer_logo.svg?raw=true" alt="Fictioneer"></p> <p align="center"><img src="./repo/assets/fictioneer_logo.svg?raw=true" alt="Fictioneer"></p>
<p align="center"> <p align="center">
<a href="https://github.com/Tetrakern/fictioneer"><img alt="Theme: 5.24" src="https://img.shields.io/badge/theme-5.24-blue?style=flat" /></a> <a href="https://github.com/Tetrakern/fictioneer"><img alt="Theme: 5.25" src="https://img.shields.io/badge/theme-5.25-blue?style=flat" /></a>
<a href="LICENSE.md"><img alt="License: GPL v3" src="https://img.shields.io/badge/license-GPL%20v3-blue?style=flat" /></a> <a href="LICENSE.md"><img alt="License: GPL v3" src="https://img.shields.io/badge/license-GPL%20v3-blue?style=flat" /></a>
<a href="https://wordpress.org/download/"><img alt="WordPress 6.1+" src="https://img.shields.io/badge/WordPress-%3E%3D6.1-blue?style=flat" /></a> <a href="https://wordpress.org/download/"><img alt="WordPress 6.1+" src="https://img.shields.io/badge/WordPress-%3E%3D6.1-blue?style=flat" /></a>
<a href="https://www.php.net/"><img alt="PHP: 7.4+" src="https://img.shields.io/badge/php-%3E%3D7.4-blue?logoColor=white&style=flat" /></a> <a href="https://www.php.net/"><img alt="PHP: 7.4+" src="https://img.shields.io/badge/php-%3E%3D7.4-blue?logoColor=white&style=flat" /></a>
@ -53,7 +53,7 @@ I do take commissions for customizations and new features, *within reason.* Just
## Support the Development ## Support the Development
Fictioneer (up to 5.24) has been developed by one author, barring [credited](CREDITS.md) code snippets. This was an exhausting effort and is not sustainable, so any help going forward is appreciated. If you are interested, or want to fork your own version, take a look at the [development](DEVELOPMENT.md) guidelines, [action](ACTIONS.md) hooks, and [filter](FILTERS.md) hooks. A theme-related base plugin can be found [here](https://github.com/Tetrakern/fictioneer-base-plugin). You can also join the [Discord](https://discord.gg/tVfDB7EbaP). Fictioneer has mostly been developed by one author, barring [credited](CREDITS.md) code snippets. This was an exhausting effort and is not sustainable, so any help going forward is appreciated. If you are interested, or want to fork your own version, take a look at the [development](DEVELOPMENT.md) guidelines, [action](ACTIONS.md) hooks, and [filter](FILTERS.md) hooks. A theme-related base plugin can be found [here](https://github.com/Tetrakern/fictioneer-base-plugin). You can also join the [Discord](https://discord.gg/tVfDB7EbaP).
**Translations:** Brazilian Portuguese by [@c-cesar](https://github.com/c-cesar) **Translations:** Brazilian Portuguese by [@c-cesar](https://github.com/c-cesar)

View File

@ -5,9 +5,9 @@
// ============================================================================= // =============================================================================
// Version // Version
define( 'FICTIONEER_VERSION', '5.24.4' ); define( 'FICTIONEER_VERSION', '5.25.0-beta1' );
define( 'FICTIONEER_MAJOR_VERSION', '5' ); define( 'FICTIONEER_MAJOR_VERSION', '5' );
define( 'FICTIONEER_RELEASE_TAG', 'v5.24.4' ); define( 'FICTIONEER_RELEASE_TAG', 'v5.25.0-beta1' );
if ( ! defined( 'CHILD_VERSION' ) ) { if ( ! defined( 'CHILD_VERSION' ) ) {
define( 'CHILD_VERSION', null ); define( 'CHILD_VERSION', null );

View File

@ -7,7 +7,7 @@ Contributors: tetrakern
Requires at least: 6.1.0 Requires at least: 6.1.0
Tested up to: 6.6.2 Tested up to: 6.6.2
Requires PHP: 7.4 Requires PHP: 7.4
Stable tag: 5.24.4 Stable tag: 5.25.0-beta1
License: GNU General Public License v3.0 or later License: GNU General Public License v3.0 or later
License URI: http://www.gnu.org/licenses/gpl.html License URI: http://www.gnu.org/licenses/gpl.html

View File

@ -11,7 +11,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
Requires at least: 6.1.0 Requires at least: 6.1.0
Tested up to: 6.6.2 Tested up to: 6.6.2
Requires PHP: 7.4 Requires PHP: 7.4
Version: 5.24.4 Version: 5.25.0-beta1
Text Domain: fictioneer Text Domain: fictioneer
Description: Standalone solution for publishing and reading web fictions. Description: Standalone solution for publishing and reading web fictions.