chore: wip - codebase refactor phase 1
chore: wip - codebase refactor phase 1 - QM-4
chore: wip - codebase refactor phase 1
chore: codeinwp/phpcs-ruleset composer dependency added
refactor: some phpcs issues has been fixed with using phpcbf
merge from "codebase-refactor-phase-1-with-phpcbf-fixes" and solve co…
…nflicts
refactor: phpcs issues that occurs after the solving of the merge con…
…flicts has been fixed with using phpcbf
refactor: a method name has been renamed with the meaninful one.
Merge pull request #38 from Codeinwp/codebase-refactor-phase-1
Codebase refactor phase 1
Merge pull request #37 from Codeinwp/codebase-refactor-phase-1-with-p…
…hpcbf-fixes Codebase refactor phase 1 + phpcbf fixes
feat: release a jquery event when new field is created
wip - conditional field repeater feature - WP filter hook added to fr…
…ontend inputs to able to inject the attribute
feat: new WP filter added to able to modifying the founded field_meta…
… array in ppom_get_field_meta_by_dataname global func
refactor: if auto-generated data name by title is starts with "_" add…
… a prefix to disallow the meta key from being is hidden once the order created
chore: small changes on readme.txt and WC compatible version info
chore: readme screenshots has been updated.
chore: readme screenshots has been updated.
chore: readme screenshots has been updated
chore: readme screenshots has been updated.
chore: missing main file header re-added.
Merge pull request #44 from Codeinwp/readme
readme.txt & screenshots & WC compatible version changes
chore: minor change on readme.txt
chore: screenshot names updated.
chore: two screenshot (wp plugin repo) has been removed.
chore: wip - conditional field repeater feature - new argument added …
…to ppom_get_field_by_dataname__field_meta wp filter
fix: reload the page after removing a ppom field group closes #41
feat: missing "Order Again" PPOM compatibility support has been added.
refactor: some input labels has been updated on the admin side
fix: conditional field doesn't work for the image dropdown field of t…
…he PPOM Pro, that has been fixed
Merge pull request #47 from Codeinwp/fix/order_again-compatibility
"Order Again" PPOM compatibility support has been added.
Merge pull request #48 from Codeinwp/fix/image-dropdown-conditional-i…
…ssue fix for conditional field support of the Image Dropdown field of the PPOM Pro.
fix: missing value of the image_replace variable value has been fixed.
Merge pull request #49 from Codeinwp/fix/imageselect-affects-featured…
…-img-unexpectedly Helper PR for #49
fix: image cropper field was not working with some ajax add to cart (…
…single product) plugins, that has fixed.
feat: freemius (locked fields) added to admin select field screen for…
… create new field
Merge pull request #52 from Codeinwp/fix/cropper-image-ajax-single-ad…
…d-to-cart-compt Fix for PPOM Pro [Image Cropper doesn't work with some AJAX add to cart plugins]
refactor: tsdk_utmify support added to locked field URLs
Merge branch 'development' of github.com:Codeinwp/woocommerce-product…
…-addon into development
fix: missing escaping function surround added to tsdk_utmify call