Changeset 3275549
- Timestamp:
- 04/17/2025 08:49:17 AM (12 months ago)
- Location:
- meal-tracker
- Files:
-
- 4 edited
- 1 copied
-
tags/3.3.1 (copied) (copied from meal-tracker/trunk)
-
tags/3.3.1/meal-tracker.php (modified) (2 diffs)
-
tags/3.3.1/readme.txt (modified) (2 diffs)
-
trunk/meal-tracker.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meal-tracker/tags/3.3.1/meal-tracker.php
r3155320 r3275549 6 6 * Plugin Name: Meal Tracker 7 7 * Description: Allow your users to track their meals and calorie intake for a given day. 8 * Version: 3.3 8 * Version: 3.3.1 9 9 * Requires at least: 5.7 10 * Tested up to: 6. 510 * Tested up to: 6.8 11 11 * Requires PHP: 7.2 12 12 * Author: Ali Colville … … 19 19 20 20 define( 'YK_MT_ABSPATH', plugin_dir_path( __FILE__ ) ); 21 define( 'YK_MT_PLUGIN_VERSION', '3.3 ' );21 define( 'YK_MT_PLUGIN_VERSION', '3.3.1' ); 22 22 define( 'YK_MT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 23 23 define( 'YK_MT_SLUG', 'meal-tracker' ); -
meal-tracker/tags/3.3.1/readme.txt
r3155320 r3275549 4 4 Tags: meal, tracker, calories, weight, food 5 5 Requires at least: 5.7 6 Tested up to: 6. 57 Stable tag: 3.3 6 Tested up to: 6.8 7 Stable tag: 3.3.1 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 111 111 112 112 == Changelog == 113 114 = 3.3.1 = 115 116 * Version bump for WP 6.8 compatibility. 113 117 114 118 = 3.3 = -
meal-tracker/trunk/meal-tracker.php
r3155320 r3275549 6 6 * Plugin Name: Meal Tracker 7 7 * Description: Allow your users to track their meals and calorie intake for a given day. 8 * Version: 3.3 8 * Version: 3.3.1 9 9 * Requires at least: 5.7 10 * Tested up to: 6. 510 * Tested up to: 6.8 11 11 * Requires PHP: 7.2 12 12 * Author: Ali Colville … … 19 19 20 20 define( 'YK_MT_ABSPATH', plugin_dir_path( __FILE__ ) ); 21 define( 'YK_MT_PLUGIN_VERSION', '3.3 ' );21 define( 'YK_MT_PLUGIN_VERSION', '3.3.1' ); 22 22 define( 'YK_MT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 23 23 define( 'YK_MT_SLUG', 'meal-tracker' ); -
meal-tracker/trunk/readme.txt
r3155320 r3275549 4 4 Tags: meal, tracker, calories, weight, food 5 5 Requires at least: 5.7 6 Tested up to: 6. 57 Stable tag: 3.3 6 Tested up to: 6.8 7 Stable tag: 3.3.1 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 111 111 112 112 == Changelog == 113 114 = 3.3.1 = 115 116 * Version bump for WP 6.8 compatibility. 113 117 114 118 = 3.3 =
Note: See TracChangeset
for help on using the changeset viewer.