chore: wip - reset button for imageselect
fix: fix string translation on some strings
chore: gitignore languages/woocommerce-product-addon.pot
Merge remote-tracking branch 'origin/development' into feat/clear-ima…
…geselect-selection
Revert "chore: wip - reset button for imageselect"
This reverts commit 2bdde66.
refactor: radio input was removed from image select field and from no…
…w on only checkbox will be used in behind of the scene. (to levarage the native deselect mechanism of html checkbox and to decrease the complexity). in this way deselect is possible for non-multiple image select fields
fix: if the imageselect is set as required; do not allow deselect for…
… the non-multiple case
fix: add shadow to color palette choices to better visibility
fix: safari mobile file browser opening issue on popup has been fixed…
… with refreshing plupload instance
fix: fix on plupload refresh support
Merge pull request #85 from Codeinwp/fix/safari-img-cropper-popup
safari mobile file browser opening issue on popup fixed.
Merge pull request #84 from Codeinwp/fix/color-palette-front-ui-shadow
fix: add shadow to color palette choices to better visibility
Merge pull request #81 from Codeinwp/feat/clear-imageselect-selection
Deselect Support for the ImageSelect Field
chore: wip - restrict some fields of date input (the fields which req…
…uires jquery datepicker mode on)
chore: finishing up - restrict some fields of date input (the fields …
…which requires jquery datepicker mode on)
fix: in date input; allow max date feature can work as standalone (be…
…fore that was working only if "disable past dates" is checked)
fix: relative date support was added for the date field.
fix: for JQuery date picker; do not allow manual date entering by key…
…board
fix: "disable past dates" feature was not working if min date was set…
…, that was fixed. From now on, "disable past dates" and "min date" features can work standalone.
chore: language files synced with .pot file
Merge remote-tracking branch 'origin/development' into fix/date-input
chore: lang files sync with .pot file
fix: php notice which occurs when no rotation/viewport for image crop…
…per has been fixed. closes https://github.com/Codeinwp/ppom-pro/issues/115
fix: pointless setting description has been removed
chore(deps-dev): bump yoast/phpunit-polyfills from 1.0.3 to 1.0.4
Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases) - [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/develop/CHANGELOG.md) - [Commits](Yoast/PHPUnit-Polyfills@1.0.3...1.0.4) --- updated-dependencies: - dependency-name: yoast/phpunit-polyfills dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Merge pull request #88 from Codeinwp/fix/settings-screen
Fix/settings screen
Merge pull request #87 from Codeinwp/fix/date-input
Fixes on Date Input
chore(deps): bump codeinwp/themeisle-sdk from 3.2.30 to 3.2.34
Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.2.30 to 3.2.34. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/master/CHANGELOG.md) - [Commits](Codeinwp/themeisle-sdk@v3.2.30...v3.2.34) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
fix: add a html class to palette radio input for PPOM Repeater compat…
…ibility
chore: pre-sale question url added to readme
chore: update wporg readme demo urls
chore: utm params updated in readme
Merge pull request #92 from Codeinwp/dependabot/composer/development/…
…codeinwp/themeisle-sdk-3.2.34 chore(deps): bump codeinwp/themeisle-sdk from 3.2.30 to 3.2.34
Merge pull request #89 from Codeinwp/dependabot/composer/development/…
…yoast/phpunit-polyfills-1.0.4 chore(deps-dev): bump yoast/phpunit-polyfills from 1.0.3 to 1.0.4
Merge pull request #95 from Codeinwp/bugfix/68
Fixed input broken field layout
Merge pull request #93 from Codeinwp/fix/color-palette-repeater
Helper PR of the Color Palette + Repeater compatibility on PPOM Pro