Plugin Directory

Changeset 3221481


Ignore:
Timestamp:
01/13/2025 10:18:34 AM (14 months ago)
Author:
triopsi
Message:

New Release 1.7.7

Location:
extra-product-data-for-woocommerce/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extra-product-data-for-woocommerce/trunk/CHANGELOG.md

    r3221426 r3221481  
     1## [1.7.6](https://git.triopsi.dev/triopsi/extra-product-data-for-woocommerce/compare/v1.7.5...v1.7.6) (2025-01-13)
     2
     3
     4### Bug Fixes
     5
     6* maintenance versions ([3f0c26e](https://git.triopsi.dev/triopsi/extra-product-data-for-woocommerce/commit/3f0c26ec6f047625172138e36db59763fdd0b6d6))
     7
    18## [1.7.5](https://git.triopsi.dev/triopsi/extra-product-data-for-woocommerce/compare/v1.7.4...v1.7.5) (2025-01-13)
    29
  • extra-product-data-for-woocommerce/trunk/extra-product-data-for-woocommerce.php

    r3221426 r3221481  
    33Plugin Name: Extra Product Data for WooCommerce
    44Description: Adds customizable input fields per product in WooCommerce, allowing users to enter extra details on the frontend.
    5 Version: 1.7.6
     5Version: 1.7.7
    66Author: Triopsi
    77Author URI: https://triopsi.dev
  • extra-product-data-for-woocommerce/trunk/readme.txt

    r3221426 r3221481  
    55Tested up to: 6.7
    66Requires PHP: 8.2
    7 Stable tag: 1.7.6
     7Stable tag: 1.7.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    138138= 1.7.6 (13.01.2025) =
    139139* Bug fix: maintenance versions
     140
     141= 1.7.7 (13.01.2025) =
     142* Bug fix: input fields have same css style
  • extra-product-data-for-woocommerce/trunk/src/classes/class-exprdawc-helper.php

    r3221376 r3221481  
    5757            'wrapper_class'          => array( 'form-row-wide' ),
    5858            'label_class'            => array( 'exprdawc-label' ),
    59             'input_wrapper_class'    => array( 'exprdawc-input-wrapper' ),
     59            'input_wrapper_class'    => array( 'wc-block-components-text-input', 'exprdawc-input-wrapper' ),
    6060            'input_class'            => array( 'exprdawc-input' ),
    6161            'description_class'      => array( 'exprdawc-description' ),
  • extra-product-data-for-woocommerce/trunk/src/constants.php

    r3221426 r3221481  
    3030
    3131// Useful global constants.
    32 $version = '1.7.6';
     32$version = '1.7.7';
    3333define( 'EXPRDAWC_VERSION', $version );
    3434define( 'EXPRDAWC_PLUGIN_MAIN_FILE', 'extra-product-data-for-woocommerce.php' );
Note: See TracChangeset for help on using the changeset viewer.