Bump plugin version to 0.1.15
All checks were successful
Release Plugin Zip / release (push) Successful in 6s

Update the plugin header, runtime version constant, and package metadata for the next release.
This commit is contained in:
2026-05-18 18:38:35 -05:00
parent 518adda534
commit 083d0320e1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "tonys-sportspress-enhancements", "name": "tonys-sportspress-enhancements",
"version": "0.1.13", "version": "0.1.15",
"main": "Gruntfile.js", "main": "Gruntfile.js",
"author": "YOUR NAME HERE", "author": "YOUR NAME HERE",
"scripts" : { "scripts" : {

View File

@@ -8,13 +8,13 @@
* Text Domain: tonys-sportspress-enhancements * Text Domain: tonys-sportspress-enhancements
* Domain Path: /languages * Domain Path: /languages
* Update URI: https://github.com/anthonyscorrea/tonys-sportspress-enhancements * Update URI: https://github.com/anthonyscorrea/tonys-sportspress-enhancements
* Version: 0.1.14 * Version: 0.1.15
* *
* @package Tonys_Sportspress_Enhancements * @package Tonys_Sportspress_Enhancements
*/ */
if ( ! defined( 'TONY_SPORTSPRESS_ENHANCEMENTS_VERSION' ) ) { if ( ! defined( 'TONY_SPORTSPRESS_ENHANCEMENTS_VERSION' ) ) {
define( 'TONY_SPORTSPRESS_ENHANCEMENTS_VERSION', '0.1.14' ); define( 'TONY_SPORTSPRESS_ENHANCEMENTS_VERSION', '0.1.15' );
} }
if ( ! defined( 'TONY_SPORTSPRESS_ENHANCEMENTS_FILE' ) ) { if ( ! defined( 'TONY_SPORTSPRESS_ENHANCEMENTS_FILE' ) ) {