Plugin Directory

Changeset 3324163


Ignore:
Timestamp:
07/08/2025 09:06:08 AM (9 months ago)
Author:
brksoft
Message:

1.0.1 version upload

Location:
find-your-fit
Files:
34 added
2 edited

Legend:

Unmodified
Added
Removed
  • find-your-fit/trunk/find-your-fit.php

    r3190761 r3324163  
    33 * Plugin Name: Size Recommendation, Size Calculator, Find Size - Find Your Fit
    44 * Description: Size Recommendation Calculator.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: Brksoft
    77 * Author URI:  https://brksoft.com
     
    3232    wp_enqueue_style( 'woocommerce_admin_styles' );
    3333
    34     wp_enqueue_script( 'find-your-fit-script', plugin_dir_url( __FILE__ ) . 'assets/js/fyffw-category-search.js', array( 'jquery', 'wc-enhanced-select' ), '1.0.0', true );
     34    wp_enqueue_script( 'find-your-fit-script', plugin_dir_url( __FILE__ ) . 'assets/js/fyffw-category-search.js', array( 'jquery', 'wc-enhanced-select' ), '1.0.1', true );
    3535}
    3636add_action( 'admin_enqueue_scripts', 'fyffw_admin_enqueue_scripts' );
  • find-your-fit/trunk/readme.txt

    r3306649 r3324163  
    1 === WooCommerce Size Guide, Fit Finder, Size Recommendation, Product Size Chart & Measurement Plugin – Find Your Fit ===
     1=== Size Guide, Fit Finder, Size Recommendation, Product Size Chart & Measurement Plugin – Find Your Fit ===
    22Contributors: brksoft
    33Donate link: https://brksoft.com/
     
    66Tested up to: 6.6
    77Requires PHP: 7.2
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.0.1 =
     72* Fix plugin name problem.
     73
    7174= 1.0.0 =
    7275* Initial release of the Find Your Fit plugin.
     
    7780== Upgrade Notice ==
    7881
     82= 1.0.1 =
     83Fix plugin name problem.
     84
    7985= 1.0.0 =
    8086Initial release. Install to add a size recommendation feature to your WooCommerce product pages.
Note: See TracChangeset for help on using the changeset viewer.