File tree 5 files changed +6
-8
lines changed
5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " ><img src =" ./repo/assets/fictioneer_logo.svg?raw=true " alt =" Fictioneer " ></p >
2
2
3
3
<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 >
5
5
<a href =" LICENSE.md " ><img alt =" License: GPL v3 " src =" https://img.shields.io/badge/license-GPL%20v3-blue?style=flat " /></a >
6
6
<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 >
7
7
<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 >
Original file line number Diff line number Diff line change 7
7
"uuidString" : "8FBBED4B-FAF6-4EE5-AC20-B162062715B3"
8
8
}
9
9
],
10
- "creatorBuild" : "34680 ",
10
+ "creatorBuild" : "34689 ",
11
11
"files" : {
12
12
"\/.gitattributes" : {
13
13
"cB" : 0,
4229
4229
"buildFolderActive" : 0,
4230
4230
"buildFolderName" : "build",
4231
4231
"cleanBuild" : 1,
4232
- "cssoForceMediaMerge" : 0,
4233
- "cssoRestructure" : 1,
4234
4232
"environmentVariableEntries" : [
4235
4233
"NODE_ENV:::production"
4236
4234
],
Original file line number Diff line number Diff line change 5
5
// =============================================================================
6
6
7
7
// Version
8
- define ( 'FICTIONEER_VERSION ' , '5.28.0-beta2 ' );
8
+ define ( 'FICTIONEER_VERSION ' , '5.28.0 ' );
9
9
define ( 'FICTIONEER_MAJOR_VERSION ' , '5 ' );
10
- define ( 'FICTIONEER_RELEASE_TAG ' , 'v5.28.0-beta2 ' );
10
+ define ( 'FICTIONEER_RELEASE_TAG ' , 'v5.28.0 ' );
11
11
12
12
if ( ! defined ( 'CHILD_VERSION ' ) ) {
13
13
define ( 'CHILD_VERSION ' , null );
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Contributors: tetrakern
7
7
Requires at least: 6.5.0
8
8
Tested up to: 6.7.2
9
9
Requires PHP: 7.4
10
- Stable tag: 5.28.0-beta2
10
+ Stable tag: 5.28.0
11
11
License: GNU General Public License v3.0 or later
12
12
License URI: http://www.gnu.org/licenses/gpl.html
13
13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
11
11
Requires at least: 6.5.0
12
12
Tested up to: 6.7.2
13
13
Requires PHP: 7.4
14
- Version: 5.28.0-beta2
14
+ Version: 5.28.0
15
15
Text Domain: fictioneer
16
16
17
17
Description: Standalone solution for publishing and reading web fictions.
You can’t perform that action at this time.
0 commit comments