Skip to content

Commit eccfb90

Browse files
committed
Bump version to 5.28.0
1 parent bb1285a commit eccfb90

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center"><img src="./repo/assets/fictioneer_logo.svg?raw=true" alt="Fictioneer"></p>
22

33
<p align="center">
4-
<a href="https://github.com/Tetrakern/fictioneer"><img alt="Theme: 5.27" src="https://img.shields.io/badge/theme-5.27-blue?style=flat" /></a>
4+
<a href="https://github.com/Tetrakern/fictioneer"><img alt="Theme: 5.28" src="https://img.shields.io/badge/theme-5.28-blue?style=flat" /></a>
55
<a href="LICENSE.md"><img alt="License: GPL v3" src="https://img.shields.io/badge/license-GPL%20v3-blue?style=flat" /></a>
66
<a href="https://wordpress.org/download/"><img alt="WordPress 6.5+" src="https://img.shields.io/badge/WordPress-%3E%3D6.5-blue?style=flat" /></a>
77
<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>

config.codekit3

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"uuidString" : "8FBBED4B-FAF6-4EE5-AC20-B162062715B3"
88
}
99
],
10-
"creatorBuild" : "34680",
10+
"creatorBuild" : "34689",
1111
"files" : {
1212
"\/.gitattributes" : {
1313
"cB" : 0,
@@ -4229,8 +4229,6 @@
42294229
"buildFolderActive" : 0,
42304230
"buildFolderName" : "build",
42314231
"cleanBuild" : 1,
4232-
"cssoForceMediaMerge" : 0,
4233-
"cssoRestructure" : 1,
42344232
"environmentVariableEntries" : [
42354233
"NODE_ENV:::production"
42364234
],

functions.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
// =============================================================================
66

77
// Version
8-
define( 'FICTIONEER_VERSION', '5.28.0-beta2' );
8+
define( 'FICTIONEER_VERSION', '5.28.0' );
99
define( 'FICTIONEER_MAJOR_VERSION', '5' );
10-
define( 'FICTIONEER_RELEASE_TAG', 'v5.28.0-beta2' );
10+
define( 'FICTIONEER_RELEASE_TAG', 'v5.28.0' );
1111

1212
if ( ! defined( 'CHILD_VERSION' ) ) {
1313
define( 'CHILD_VERSION', null );

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Contributors: tetrakern
77
Requires at least: 6.5.0
88
Tested up to: 6.7.2
99
Requires PHP: 7.4
10-
Stable tag: 5.28.0-beta2
10+
Stable tag: 5.28.0
1111
License: GNU General Public License v3.0 or later
1212
License URI: http://www.gnu.org/licenses/gpl.html
1313

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
1111
Requires at least: 6.5.0
1212
Tested up to: 6.7.2
1313
Requires PHP: 7.4
14-
Version: 5.28.0-beta2
14+
Version: 5.28.0
1515
Text Domain: fictioneer
1616
1717
Description: Standalone solution for publishing and reading web fictions.

0 commit comments

Comments
 (0)