Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alicolville committed Sep 19, 2024
1 parent 100d929 commit 738fa88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: aliakro
Tags: weight,tracker,chart,history,macronutrient
Requires at least: 6.0
Tested up to: 6.5
Stable tag: 10.12
Stable tag: 10.13
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -170,6 +170,10 @@ Measurements are created using Custom Fields. You can therefore specify the unit

== Changelog ==

= 10.13 =

* Version bump to fix a deploy issue.

= 10.12 =

* Version bump to fix a deploy issue.
Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "Weight Tracker",
"version" : "10.12",
"version" : "10.13",
"download_url" : "https://weighttracker.yeken.uk/downloads/weight-tracker/weight-tracker.zip",
"sections" : {
"description" : "Allow your users to track their weight, measurements, photos and custom data! Support for BMI, BMR, Calorie Intake, Macronutrients and much more!"
Expand Down
4 changes: 2 additions & 2 deletions weight-loss-tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Plugin Name: Weight Tracker
* Description: Allow your users to track their weight, body measurements, photos and other pieces of custom data. Display in charts, tables, shortcodes and widgets. Manage their data, issue awards, email notifications, etc! Provide advanced data on Body Mass Index (BMI), Basal Metabolic Rate (BMR), Calorie intake, Harris Benedict Formula, Macronutrients Calculator and more.
* Version: 10.12
* Version: 10.13
* Requires at least: 6.0
* Tested up to: 6.5
* Requires PHP: 7.4
Expand All @@ -17,7 +17,7 @@
* Domain Path: /includes/languages
*/

define( 'WE_LS_CURRENT_VERSION', '10.12' );
define( 'WE_LS_CURRENT_VERSION', '10.13' );
define( 'WS_LS_ABSPATH', plugin_dir_path( __FILE__ ) );
define( 'WS_LS_BASE_URL', plugin_dir_url( __FILE__ ) );
define( 'WE_LS_TITLE', 'Weight Tracker' );
Expand Down

0 comments on commit 738fa88

Please sign in to comment.