Open
Conversation
Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.50 to 3.3.51. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/v3.3.51/CHANGELOG.md) - [Commits](Codeinwp/themeisle-sdk@v3.3.50...v3.3.51) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-version: 3.3.51 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…/codeinwp/themeisle-sdk-3.3.51 chore(deps): bump codeinwp/themeisle-sdk from 3.3.50 to 3.3.51
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rodica-andronache <3266155+rodica-andronache@users.noreply.github.com>
Contributor
Checked min and max value while product is added to the cart, and if the condition is not fulfilled, displayed a validation message.
Updated the value when the min_value is updated to the quantity input field.
Fixed the cloned field's condition index and decreased the last condition ID when the remove rule was clicked.
Rendered the stock option in the saved image dropdown.
Remove the page reload on the `Change Image` button and reopen the uploader to select a new image to replace the image.
Used `wp_unslash` instead of `stripslashes` to remove the slashes.
Updated the cart meta item values to titles to render the image-based field on the cart block.
Comment on lines
+48
to
+62
| name: PHPCS | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Setup PHP version | ||
| uses: shivammathur/setup-php@v2 | ||
| with: | ||
| php-version: "7.4" | ||
| extensions: simplexml | ||
| - name: Checkout source code | ||
| uses: actions/checkout@master | ||
| - name: Install composer | ||
| run: | | ||
| composer install --no-progress | ||
| - name: Run linter for PHP | ||
| run: composer run lint |
--- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.46 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….2 (#563) Bumps [php-stubs/woocommerce-stubs](https://github.com/php-stubs/woocommerce-stubs) from 10.1.1 to 10.6.2. - [Commits](php-stubs/woocommerce-stubs@v10.1.1...v10.6.2) --- updated-dependencies: - dependency-name: php-stubs/woocommerce-stubs dependency-version: 10.6.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added filter `ppom_option_price` to convert the currency value.
Updated the boundary width and height based on the viewport to make the image cropper container responsive.
Checked the value for all the clone fields to validate them while adding the product to the cart.
Added the fees to WooCommerce's `fees_api` to remove the prefix number from the label and generate the unique ID for fees.
Added a tooltip to the checkbox options.
Better group the code in small classes.
Improved the price matrix handling by correctly supporting “less than”, range, and “greater than” conditions
Added accepted file type and file size message in the frontend and alerted the correct error message when the uploaded file condition is not met with the configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog