Changeset 3221481
- Timestamp:
- 01/13/2025 10:18:34 AM (14 months ago)
- Location:
- extra-product-data-for-woocommerce/trunk
- Files:
-
- 5 edited
-
CHANGELOG.md (modified) (1 diff)
-
extra-product-data-for-woocommerce.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/classes/class-exprdawc-helper.php (modified) (1 diff)
-
src/constants.php (modified) (1 diff)
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 1 8 ## [1.7.5](https://git.triopsi.dev/triopsi/extra-product-data-for-woocommerce/compare/v1.7.4...v1.7.5) (2025-01-13) 2 9 -
extra-product-data-for-woocommerce/trunk/extra-product-data-for-woocommerce.php
r3221426 r3221481 3 3 Plugin Name: Extra Product Data for WooCommerce 4 4 Description: Adds customizable input fields per product in WooCommerce, allowing users to enter extra details on the frontend. 5 Version: 1.7. 65 Version: 1.7.7 6 6 Author: Triopsi 7 7 Author URI: https://triopsi.dev -
extra-product-data-for-woocommerce/trunk/readme.txt
r3221426 r3221481 5 5 Tested up to: 6.7 6 6 Requires PHP: 8.2 7 Stable tag: 1.7. 67 Stable tag: 1.7.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 138 138 = 1.7.6 (13.01.2025) = 139 139 * 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 57 57 'wrapper_class' => array( 'form-row-wide' ), 58 58 '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' ), 60 60 'input_class' => array( 'exprdawc-input' ), 61 61 'description_class' => array( 'exprdawc-description' ), -
extra-product-data-for-woocommerce/trunk/src/constants.php
r3221426 r3221481 30 30 31 31 // Useful global constants. 32 $version = '1.7. 6';32 $version = '1.7.7'; 33 33 define( 'EXPRDAWC_VERSION', $version ); 34 34 define( 'EXPRDAWC_PLUGIN_MAIN_FILE', 'extra-product-data-for-woocommerce.php' );
Note: See TracChangeset
for help on using the changeset viewer.