Plugin Directory

Changeset 3275549


Ignore:
Timestamp:
04/17/2025 08:49:17 AM (12 months ago)
Author:
aliakro
Message:

Update to version 3.3.1 from GitHub

Location:
meal-tracker
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • meal-tracker/tags/3.3.1/meal-tracker.php

    r3155320 r3275549  
    66 * Plugin Name:         Meal Tracker
    77 * Description:         Allow your users to track their meals and calorie intake for a given day.
    8  * Version:             3.3
     8 * Version:             3.3.1
    99 * Requires at least:   5.7
    10  * Tested up to:        6.5
     10 * Tested up to:        6.8
    1111 * Requires PHP:        7.2
    1212 * Author:              Ali Colville
     
    1919
    2020define( 'YK_MT_ABSPATH', plugin_dir_path( __FILE__ ) );
    21 define( 'YK_MT_PLUGIN_VERSION', '3.3' );
     21define( 'YK_MT_PLUGIN_VERSION', '3.3.1' );
    2222define( 'YK_MT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    2323define( 'YK_MT_SLUG', 'meal-tracker' );
  • meal-tracker/tags/3.3.1/readme.txt

    r3155320 r3275549  
    44Tags: meal, tracker, calories, weight, food
    55Requires at least: 5.7
    6 Tested up to: 6.5
    7 Stable tag: 3.3
     6Tested up to: 6.8
     7Stable tag: 3.3.1
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    111111
    112112== Changelog ==
     113
     114= 3.3.1 =
     115
     116* Version bump for WP 6.8 compatibility.
    113117
    114118= 3.3 =
  • meal-tracker/trunk/meal-tracker.php

    r3155320 r3275549  
    66 * Plugin Name:         Meal Tracker
    77 * Description:         Allow your users to track their meals and calorie intake for a given day.
    8  * Version:             3.3
     8 * Version:             3.3.1
    99 * Requires at least:   5.7
    10  * Tested up to:        6.5
     10 * Tested up to:        6.8
    1111 * Requires PHP:        7.2
    1212 * Author:              Ali Colville
     
    1919
    2020define( 'YK_MT_ABSPATH', plugin_dir_path( __FILE__ ) );
    21 define( 'YK_MT_PLUGIN_VERSION', '3.3' );
     21define( 'YK_MT_PLUGIN_VERSION', '3.3.1' );
    2222define( 'YK_MT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    2323define( 'YK_MT_SLUG', 'meal-tracker' );
  • meal-tracker/trunk/readme.txt

    r3155320 r3275549  
    44Tags: meal, tracker, calories, weight, food
    55Requires at least: 5.7
    6 Tested up to: 6.5
    7 Stable tag: 3.3
     6Tested up to: 6.8
     7Stable tag: 3.3.1
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    111111
    112112== Changelog ==
     113
     114= 3.3.1 =
     115
     116* Version bump for WP 6.8 compatibility.
    113117
    114118= 3.3 =
Note: See TracChangeset for help on using the changeset viewer.