diff --git a/changelog.txt b/changelog.txt index 7cfb56c6d..52a166e24 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,12 +1,14 @@ == Changelog == -= 3.0.1 - xx-xx-2024 += 3.0.1 - 03-07-2024 * Feature - Import entries in our form using csv file. * Enhancement - Global Setting Premium Sidebar. * Enhancement - Dashboard page. * Fix - Block design all messed up when viewed in block editor. * Fix - Wrong instruction on captcha. * Fix - Email template on email clone, save and continue forms. +* Fix - Post Meta Smart tag not working. +* Fix - Duplicate entries showing in entry preview. * Tweak - Test email input and button design. * Tweak - Added function to get next key in array. diff --git a/composer.json b/composer.json index 35e3b858c..7a29e388b 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,7 @@ "wp-cli/db-command": "2.0.19", "wp-cli/i18n-command": "2.2.13", "wp-phpunit/wp-phpunit": "5.8.2", - "wpeverest/wpeverest-sniffs": "0.1.2", - "yoast/phpunit-polyfills": "1.0.3" + "wpeverest/wpeverest-sniffs": "0.1.2" }, "scripts": { "phpcs": [ diff --git a/languages/everest-forms.pot b/languages/everest-forms.pot index 197a9af5e..2ae98d548 100644 --- a/languages/everest-forms.pot +++ b/languages/everest-forms.pot @@ -2,16 +2,16 @@ # This file is distributed under the same license as the Everest Forms plugin. msgid "" msgstr "" -"Project-Id-Version: Everest Forms 3.0.0.1\n" +"Project-Id-Version: Everest Forms 3.0.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/everest-forms\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-05-27T07:48:27+00:00\n" +"POT-Creation-Date: 2024-07-03T05:19:28+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.8.1\n" +"X-Generator: WP-CLI 2.7.1\n" "X-Domain: everest-forms\n" #. Plugin Name of the plugin @@ -47,96 +47,6 @@ msgstr "" msgid "https://wpeverest.com" msgstr "" -#: assets/css/class-evf-frontend-scripts.php:314 -#: assets/css/class-evf-frontend-scripts.php:347 -#: includes/admin/builder/class-evf-builder-settings.php:259 -#: includes/admin/form-migrator/class-evf-fm-contactform7.php:411 -#: includes/class-evf-frontend-scripts.php:309 -#: includes/class-evf-frontend-scripts.php:342 -#: includes/shortcodes/class-evf-shortcode-form.php:94 -#: includes/templates/contact.php:67 -msgid "Submit" -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:321 -#: includes/admin/settings/class-evf-settings-validation.php:79 -#: includes/class-evf-frontend-scripts.php:316 -msgid "Did you mean {suggestion}?" -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:322 -#: includes/class-evf-frontend-scripts.php:317 -msgid "Click to accept this suggestion." -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:323 -#: includes/admin/settings/class-evf-settings-validation.php:88 -#: includes/class-evf-frontend-scripts.php:318 -msgid "Field values do not match." -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:324 -#: includes/admin/settings/class-evf-settings-validation.php:97 -#: includes/class-evf-frontend-scripts.php:319 -#: includes/fields/class-evf-field-checkbox.php:483 -msgid "You have exceeded number of allowed selections: {#}." -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:326 -#: includes/admin/class-evf-admin-assets.php:119 -#: includes/class-evf-frontend-scripts.php:321 -msgctxt "enhanced select" -msgid "No matches found" -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:330 -#: includes/class-evf-frontend-scripts.php:325 -msgid "Please enter at least {0} words." -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:331 -#: includes/class-evf-frontend-scripts.php:326 -msgid "Please enter at least {0} characters." -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:333 -#: includes/class-evf-frontend-scripts.php:328 -msgid "Please enter a valid phone number." -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:334 -#: includes/admin/class-evf-admin-assets.php:370 -#: includes/class-evf-frontend-scripts.php:329 -msgid "Please enter in a value less than 100." -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:339 -#: includes/class-evf-frontend-scripts.php:334 -msgid "{count} of {limit} max characters." -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:340 -#: includes/class-evf-frontend-scripts.php:335 -msgid "{count} of {limit} max words." -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:348 -#: includes/class-evf-frontend-scripts.php:343 -msgid "Something went wrong while making an AJAX submission" -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:349 -#: includes/admin/settings/class-evf-settings-validation.php:52 -#: includes/class-evf-frontend-scripts.php:344 -#: includes/evf-core-functions.php:1532 -msgid "This field is required." -msgstr "" - -#: assets/css/class-evf-frontend-scripts.php:350 -#: includes/class-evf-frontend-scripts.php:345 -msgid "Click here to download your pdf submission" -msgstr "" - #. translators: %d: interval #: includes/abstracts/class-evf-background-process.php:172 msgid "Every %d minutes" @@ -211,8 +121,8 @@ msgid "Enter text to be displayed as file upload message" msgstr "" #: includes/abstracts/class-evf-form-fields-upload.php:506 -#: includes/abstracts/class-evf-form-fields-upload.php:828 -#: includes/abstracts/class-evf-form-fields-upload.php:874 +#: includes/abstracts/class-evf-form-fields-upload.php:832 +#: includes/abstracts/class-evf-form-fields-upload.php:878 #: includes/admin/form-migrator/class-evf-fm-contactform7.php:769 msgid "Drop your file here or click here to upload" msgid_plural "Drop your files here or click here to upload" @@ -229,8 +139,8 @@ msgstr "" #. translators: 1: Number of Files #: includes/abstracts/class-evf-form-fields-upload.php:540 -#: includes/abstracts/class-evf-form-fields-upload.php:830 -#: includes/abstracts/class-evf-form-fields-upload.php:876 +#: includes/abstracts/class-evf-form-fields-upload.php:834 +#: includes/abstracts/class-evf-form-fields-upload.php:880 msgid "You can upload up to %s files." msgstr "" @@ -261,14 +171,14 @@ msgstr "" msgid "Check this option to store the final uploaded file in the WordPress Media Library" msgstr "" -#: includes/abstracts/class-evf-form-fields-upload.php:731 +#: includes/abstracts/class-evf-form-fields-upload.php:735 #: includes/abstracts/class-evf-form-fields.php:2123 -#: includes/class-evf-emails.php:459 -#: includes/class-evf-emails.php:575 +#: includes/class-evf-emails.php:463 +#: includes/class-evf-emails.php:579 msgid "(empty)" msgstr "" -#: includes/abstracts/class-evf-form-fields-upload.php:1062 +#: includes/abstracts/class-evf-form-fields-upload.php:1066 msgid "Something went wrong while uploading file,Please try again" msgstr "" @@ -488,7 +398,7 @@ msgid "Multiple selection" msgstr "" #: includes/abstracts/class-evf-form-fields.php:1177 -#: includes/admin/class-evf-admin-assets.php:100 +#: includes/admin/class-evf-admin-assets.php:101 #: includes/admin/class-evf-admin-settings.php:352 msgid "Upload Image" msgstr "" @@ -1185,7 +1095,7 @@ msgid "Email Notifications" msgstr "" #: includes/admin/builder/class-evf-builder-settings.php:190 -#: includes/class-evf-ajax.php:930 +#: includes/class-evf-ajax.php:950 #: includes/class-evf-smart-tags.php:43 #: templates/emails/summary-email-body-default.php:90 #: templates/emails/summary-email-body-default.php:128 @@ -1254,6 +1164,15 @@ msgstr "" msgid "Submit button text" msgstr "" +#: includes/admin/builder/class-evf-builder-settings.php:259 +#: includes/admin/form-migrator/class-evf-fm-contactform7.php:411 +#: includes/class-evf-frontend-scripts.php:309 +#: includes/class-evf-frontend-scripts.php:342 +#: includes/shortcodes/class-evf-shortcode-form.php:94 +#: includes/templates/contact.php:67 +msgid "Submit" +msgstr "" + #: includes/admin/builder/class-evf-builder-settings.php:260 msgid "Enter desired text for submit button." msgstr "" @@ -1584,444 +1503,455 @@ msgstr "" msgid "Enable Custom JS" msgstr "" -#: includes/admin/class-evf-admin-assets.php:108 +#: includes/admin/class-evf-admin-assets.php:109 #: includes/admin/views/html-admin-page-form-templates.php:93 msgid "Get Started" msgstr "" -#: includes/admin/class-evf-admin-assets.php:109 +#: includes/admin/class-evf-admin-assets.php:110 #: includes/admin/class-evf-admin-forms-table-list.php:201 #: includes/admin/views/html-admin-page-builder.php:113 #: includes/admin/views/html-admin-page-form-templates.php:94 msgid "Preview" msgstr "" -#: includes/admin/class-evf-admin-assets.php:110 -#: includes/RestApi/controllers/version1/class-evf-modules.php:130 +#: includes/admin/class-evf-admin-assets.php:111 +#: includes/RestApi/controllers/version1/class-evf-modules.php:139 #: src/dashboard/screens/FreeVsPro/FreeVsPro.js:416 msgid "Pro" msgstr "" -#: includes/admin/class-evf-admin-assets.php:111 +#: includes/admin/class-evf-admin-assets.php:112 msgid "Updating Templates" msgstr "" #: includes/admin/class-evf-admin-assets.php:120 +#: includes/class-evf-frontend-scripts.php:321 msgctxt "enhanced select" -msgid "Loading failed" +msgid "No matches found" msgstr "" #: includes/admin/class-evf-admin-assets.php:121 msgctxt "enhanced select" -msgid "Please enter 1 or more characters" +msgid "Loading failed" msgstr "" #: includes/admin/class-evf-admin-assets.php:122 msgctxt "enhanced select" -msgid "Please enter %qty% or more characters" +msgid "Please enter 1 or more characters" msgstr "" #: includes/admin/class-evf-admin-assets.php:123 msgctxt "enhanced select" -msgid "Please delete 1 character" +msgid "Please enter %qty% or more characters" msgstr "" #: includes/admin/class-evf-admin-assets.php:124 msgctxt "enhanced select" -msgid "Please delete %qty% characters" +msgid "Please delete 1 character" msgstr "" #: includes/admin/class-evf-admin-assets.php:125 msgctxt "enhanced select" -msgid "You can only select 1 item" +msgid "Please delete %qty% characters" msgstr "" #: includes/admin/class-evf-admin-assets.php:126 msgctxt "enhanced select" -msgid "You can only select %qty% items" +msgid "You can only select 1 item" msgstr "" #: includes/admin/class-evf-admin-assets.php:127 msgctxt "enhanced select" -msgid "Loading more results…" +msgid "You can only select %qty% items" msgstr "" #: includes/admin/class-evf-admin-assets.php:128 msgctxt "enhanced select" -msgid "Searching…" +msgid "Loading more results…" msgstr "" #: includes/admin/class-evf-admin-assets.php:129 msgctxt "enhanced select" -msgid "Select All" +msgid "Searching…" msgstr "" #: includes/admin/class-evf-admin-assets.php:130 msgctxt "enhanced select" +msgid "Select All" +msgstr "" + +#: includes/admin/class-evf-admin-assets.php:131 +msgctxt "enhanced select" msgid "Unselect All" msgstr "" -#: includes/admin/class-evf-admin-assets.php:151 +#: includes/admin/class-evf-admin-assets.php:152 msgid "field" msgstr "" -#: includes/admin/class-evf-admin-assets.php:152 -#: includes/admin/class-evf-admin-assets.php:256 +#: includes/admin/class-evf-admin-assets.php:153 +#: includes/admin/class-evf-admin-assets.php:257 msgid "OK" msgstr "" -#: includes/admin/class-evf-admin-assets.php:153 +#: includes/admin/class-evf-admin-assets.php:154 msgid "Installing" msgstr "" -#: includes/admin/class-evf-admin-assets.php:154 +#: includes/admin/class-evf-admin-assets.php:155 msgid "Activating" msgstr "" -#: includes/admin/class-evf-admin-assets.php:155 +#: includes/admin/class-evf-admin-assets.php:156 msgid "Install & Activate" msgstr "" -#: includes/admin/class-evf-admin-assets.php:156 +#: includes/admin/class-evf-admin-assets.php:157 msgid "Activate Plugins" msgstr "" -#: includes/admin/class-evf-admin-assets.php:157 +#: includes/admin/class-evf-admin-assets.php:158 msgid "(copy)" msgstr "" -#: includes/admin/class-evf-admin-assets.php:158 +#: includes/admin/class-evf-admin-assets.php:159 #: includes/admin/class-evf-admin-editor.php:62 msgid "Close" msgstr "" -#: includes/admin/class-evf-admin-assets.php:159 -#: includes/admin/class-evf-admin-assets.php:259 +#: includes/admin/class-evf-admin-assets.php:160 +#: includes/admin/class-evf-admin-assets.php:260 #: includes/admin/class-evf-admin-editor.php:97 #: src/dashboard/components/common/UsePluginInstallActivate.js:165 msgid "Cancel" msgstr "" -#: includes/admin/class-evf-admin-assets.php:160 +#: includes/admin/class-evf-admin-assets.php:161 msgid "Row Locked" msgstr "" -#: includes/admin/class-evf-admin-assets.php:161 +#: includes/admin/class-evf-admin-assets.php:162 msgid "Single row cannot be deleted." msgstr "" -#: includes/admin/class-evf-admin-assets.php:162 +#: includes/admin/class-evf-admin-assets.php:163 msgid "Field Locked" msgstr "" -#: includes/admin/class-evf-admin-assets.php:163 +#: includes/admin/class-evf-admin-assets.php:164 msgid "This field cannot be deleted or duplicated." msgstr "" -#: includes/admin/class-evf-admin-assets.php:164 +#: includes/admin/class-evf-admin-assets.php:165 msgid "This row cannot be deleted or duplicated." msgstr "" -#: includes/admin/class-evf-admin-assets.php:165 +#: includes/admin/class-evf-admin-assets.php:166 msgid "This item must contain at least one choice." msgstr "" -#: includes/admin/class-evf-admin-assets.php:166 +#: includes/admin/class-evf-admin-assets.php:167 msgid "Are you sure you want to delete this row?" msgstr "" -#: includes/admin/class-evf-admin-assets.php:167 +#: includes/admin/class-evf-admin-assets.php:168 msgid "Are you sure you want to delete this field?" msgstr "" -#: includes/admin/class-evf-admin-assets.php:168 +#: includes/admin/class-evf-admin-assets.php:169 msgid "Are you sure you want to duplicate this field?" msgstr "" -#: includes/admin/class-evf-admin-assets.php:169 +#: includes/admin/class-evf-admin-assets.php:170 msgid "Are you sure you want to duplicate this row?" msgstr "" -#: includes/admin/class-evf-admin-assets.php:170 +#: includes/admin/class-evf-admin-assets.php:171 msgid "Turn on Email settings to manage your email notification." msgstr "" -#: includes/admin/class-evf-admin-assets.php:171 +#: includes/admin/class-evf-admin-assets.php:172 msgid "Choose an image" msgstr "" -#: includes/admin/class-evf-admin-assets.php:172 +#: includes/admin/class-evf-admin-assets.php:173 msgid "Use Image" msgstr "" -#: includes/admin/class-evf-admin-assets.php:173 +#: includes/admin/class-evf-admin-assets.php:174 msgid "Remove Image" msgstr "" -#: includes/admin/class-evf-admin-assets.php:174 +#: includes/admin/class-evf-admin-assets.php:175 msgid "Empty Form Name" msgstr "" -#: includes/admin/class-evf-admin-assets.php:175 +#: includes/admin/class-evf-admin-assets.php:176 msgid "keyboard Shortcut Keys" msgstr "" -#: includes/admin/class-evf-admin-assets.php:177 +#: includes/admin/class-evf-admin-assets.php:178 msgid "Save Builder" msgstr "" -#: includes/admin/class-evf-admin-assets.php:178 +#: includes/admin/class-evf-admin-assets.php:179 msgid "Close Builder" msgstr "" -#: includes/admin/class-evf-admin-assets.php:179 +#: includes/admin/class-evf-admin-assets.php:180 msgid "Preview Form" msgstr "" -#: includes/admin/class-evf-admin-assets.php:180 +#: includes/admin/class-evf-admin-assets.php:181 msgid "Go to Entries" msgstr "" -#: includes/admin/class-evf-admin-assets.php:181 +#: includes/admin/class-evf-admin-assets.php:182 msgid "Open Help" msgstr "" -#: includes/admin/class-evf-admin-assets.php:183 +#: includes/admin/class-evf-admin-assets.php:184 msgid "Form name can't be empty." msgstr "" -#: includes/admin/class-evf-admin-assets.php:199 +#: includes/admin/class-evf-admin-assets.php:200 msgid "I allow this website to collect and store the submitted data." msgstr "" -#: includes/admin/class-evf-admin-assets.php:212 +#: includes/admin/class-evf-admin-assets.php:213 msgid "is a PRO Feature" msgstr "" -#: includes/admin/class-evf-admin-assets.php:213 +#: includes/admin/class-evf-admin-assets.php:214 msgid "We're sorry, the %name% is not available on your plan.
Please upgrade to the PRO plan to unlock all these awesome features." msgstr "" -#: includes/admin/class-evf-admin-assets.php:214 +#: includes/admin/class-evf-admin-assets.php:215 msgid "Upgrade to PRO" msgstr "" -#: includes/admin/class-evf-admin-assets.php:217 +#: includes/admin/class-evf-admin-assets.php:218 msgid "Please enable Stripe" msgstr "" -#: includes/admin/class-evf-admin-assets.php:218 +#: includes/admin/class-evf-admin-assets.php:219 #: includes/fields/class-evf-field-recaptcha.php:20 msgid "reCaptcha" msgstr "" -#: includes/admin/class-evf-admin-assets.php:219 -msgid "Please enter a reCaptcha key on Everest Forms>Captcha>reCaptcha." +#: includes/admin/class-evf-admin-assets.php:220 +msgid "Please enter a reCaptcha key on Everest Forms>Settings>Captcha>reCaptcha." msgstr "" -#: includes/admin/class-evf-admin-assets.php:220 +#: includes/admin/class-evf-admin-assets.php:221 #: includes/admin/settings/class-evf-settings-recaptcha.php:66 #: includes/fields/class-evf-field-hcaptcha.php:20 msgid "hCaptcha" msgstr "" -#: includes/admin/class-evf-admin-assets.php:221 -msgid "Please enter a hCaptcha key on Everest Forms>Captcha>hCaptcha." -msgstr "" - #: includes/admin/class-evf-admin-assets.php:222 -msgid " Cloudflare Turnstile" +msgid "Please enter a hCaptcha key on Everest Forms>Settings>Captcha>hCaptcha." msgstr "" #: includes/admin/class-evf-admin-assets.php:223 -msgid "Please enter a Cloudflare Turnstile key on Everest Forms>Captcha>Cloudflare Turnstile." +msgid " Cloudflare Turnstile" msgstr "" #: includes/admin/class-evf-admin-assets.php:224 -msgid "Enable Stripe Payment gateway in payments section to use this field." +msgid "Please enter a Cloudflare Turnstile key on Everest Forms>Settings>Captcha>Cloudflare Turnstile." msgstr "" #: includes/admin/class-evf-admin-assets.php:225 -msgid "Please enable Authorize.Net" +msgid "Enable Stripe Payment gateway in payments section to use this field." msgstr "" #: includes/admin/class-evf-admin-assets.php:226 +msgid "Please enable Authorize.Net" +msgstr "" + +#: includes/admin/class-evf-admin-assets.php:227 msgid "Enable Authorize.Net Payment gateway in payments section to use this field." msgstr "" -#: includes/admin/class-evf-admin-assets.php:228 +#: includes/admin/class-evf-admin-assets.php:229 msgid "is a Premium Addon" msgstr "" -#: includes/admin/class-evf-admin-assets.php:229 +#: includes/admin/class-evf-admin-assets.php:230 msgid "This addon requires premium plan. Please upgrade to the Premium plan to unlock all these awesome field." msgstr "" -#: includes/admin/class-evf-admin-assets.php:230 -#: includes/admin/class-evf-admin-assets.php:330 +#: includes/admin/class-evf-admin-assets.php:231 +#: includes/admin/class-evf-admin-assets.php:340 #: includes/admin/views/html-admin-page-addons.php:218 -#: src/dashboard/screens/Modules/components/ModuleItem.js:336 +#: src/dashboard/screens/Modules/components/ModuleItem.js:476 msgid "Upgrade Plan" msgstr "" -#: includes/admin/class-evf-admin-assets.php:234 +#: includes/admin/class-evf-admin-assets.php:235 msgid "File upload" msgstr "" -#: includes/admin/class-evf-admin-assets.php:235 +#: includes/admin/class-evf-admin-assets.php:236 msgid "field can only be used once. To use it multiple times, please upgrade to the pro version." msgstr "" -#: includes/admin/class-evf-admin-assets.php:253 +#: includes/admin/class-evf-admin-assets.php:254 msgid "Enter a Email nickname" msgstr "" -#: includes/admin/class-evf-admin-assets.php:254 +#: includes/admin/class-evf-admin-assets.php:255 msgid "Eg: Support Email" msgstr "" -#: includes/admin/class-evf-admin-assets.php:255 +#: includes/admin/class-evf-admin-assets.php:256 msgid "You must provide a Email nickname" msgstr "" -#: includes/admin/class-evf-admin-assets.php:262 +#: includes/admin/class-evf-admin-assets.php:263 #: includes/admin/form-migrator/class-evf-fm-contactform7.php:379 msgid "New Form Entry" msgstr "" -#: includes/admin/class-evf-admin-assets.php:273 +#: includes/admin/class-evf-admin-assets.php:274 msgid "Please enter in meta key with alphanumeric characters, dashes and underscores." msgstr "" -#: includes/admin/class-evf-admin-assets.php:274 +#: includes/admin/class-evf-admin-assets.php:275 msgid "Minimum value is greater than Maximum value." msgstr "" -#: includes/admin/class-evf-admin-assets.php:275 +#: includes/admin/class-evf-admin-assets.php:276 msgid "Maximum value is smaller than Minimum value." msgstr "" -#: includes/admin/class-evf-admin-assets.php:276 +#: includes/admin/class-evf-admin-assets.php:277 msgid "Default value is greater than Maximum value." msgstr "" -#: includes/admin/class-evf-admin-assets.php:277 +#: includes/admin/class-evf-admin-assets.php:278 msgid "Default value is smaller than Minimum value." msgstr "" -#: includes/admin/class-evf-admin-assets.php:278 +#: includes/admin/class-evf-admin-assets.php:279 msgid "Please select a form which you want to export." msgstr "" -#: includes/admin/class-evf-admin-assets.php:288 +#: includes/admin/class-evf-admin-assets.php:298 msgid "Form not found in content" msgstr "" -#: includes/admin/class-evf-admin-assets.php:289 +#: includes/admin/class-evf-admin-assets.php:299 msgid "Form found in page:" msgstr "" -#: includes/admin/class-evf-admin-assets.php:327 +#: includes/admin/class-evf-admin-assets.php:337 msgid "Give it a name." msgstr "" -#: includes/admin/class-evf-admin-assets.php:328 +#: includes/admin/class-evf-admin-assets.php:338 msgid "You must provide a Form name" msgstr "" -#: includes/admin/class-evf-admin-assets.php:331 +#: includes/admin/class-evf-admin-assets.php:341 msgid "This template requires premium addons. Please upgrade to the Premium plan to unlock all these awesome Templates." msgstr "" -#: includes/admin/class-evf-admin-assets.php:332 +#: includes/admin/class-evf-admin-assets.php:342 msgid "is a Premium Template" msgstr "" -#: includes/admin/class-evf-admin-assets.php:333 +#: includes/admin/class-evf-admin-assets.php:343 msgid "Continue" msgstr "" -#: includes/admin/class-evf-admin-assets.php:334 +#: includes/admin/class-evf-admin-assets.php:344 msgid "Untitled Form" msgstr "" -#: includes/admin/class-evf-admin-assets.php:335 +#: includes/admin/class-evf-admin-assets.php:345 msgid "Uplift your form experience to the next level." msgstr "" -#: includes/admin/class-evf-admin-assets.php:336 +#: includes/admin/class-evf-admin-assets.php:346 msgid "installing" msgstr "" -#: includes/admin/class-evf-admin-assets.php:337 +#: includes/admin/class-evf-admin-assets.php:347 msgid "Save and Reload" msgstr "" -#: includes/admin/class-evf-admin-assets.php:338 +#: includes/admin/class-evf-admin-assets.php:348 msgid "Just Reload" msgstr "" -#: includes/admin/class-evf-admin-assets.php:339 +#: includes/admin/class-evf-admin-assets.php:349 msgid "Activation Successful." msgstr "" -#: includes/admin/class-evf-admin-assets.php:340 +#: includes/admin/class-evf-admin-assets.php:350 msgid "Installation Successful." msgstr "" -#: includes/admin/class-evf-admin-assets.php:341 +#: includes/admin/class-evf-admin-assets.php:351 msgid "Addons have been installed and Activated. You have to reload the page" msgstr "" -#: includes/admin/class-evf-admin-assets.php:342 +#: includes/admin/class-evf-admin-assets.php:352 msgid "Addons have been Activated. You have to reload the page" msgstr "" -#: includes/admin/class-evf-admin-assets.php:343 +#: includes/admin/class-evf-admin-assets.php:353 msgid "Download Failed" msgstr "" -#: includes/admin/class-evf-admin-assets.php:344 +#: includes/admin/class-evf-admin-assets.php:354 msgid "Installing..." msgstr "" -#: includes/admin/class-evf-admin-assets.php:345 +#: includes/admin/class-evf-admin-assets.php:355 msgid "Activating..." msgstr "" -#: includes/admin/class-evf-admin-assets.php:346 +#: includes/admin/class-evf-admin-assets.php:356 msgid "Please wait while the addon is being installed." msgstr "" -#: includes/admin/class-evf-admin-assets.php:347 +#: includes/admin/class-evf-admin-assets.php:357 msgid "Please wait while the addon is being activated." msgstr "" -#: includes/admin/class-evf-admin-assets.php:367 +#: includes/admin/class-evf-admin-assets.php:378 msgid "Please enter in a value less than the highest rating point." msgstr "" -#: includes/admin/class-evf-admin-assets.php:368 +#: includes/admin/class-evf-admin-assets.php:379 msgid "Please enter in a value greater than the lowest rating point." msgstr "" -#: includes/admin/class-evf-admin-assets.php:369 +#: includes/admin/class-evf-admin-assets.php:380 msgid "Please enter in a value greater or equal to 0." msgstr "" -#: includes/admin/class-evf-admin-assets.php:371 +#: includes/admin/class-evf-admin-assets.php:381 +#: includes/class-evf-frontend-scripts.php:329 +msgid "Please enter in a value less than 100." +msgstr "" + +#: includes/admin/class-evf-admin-assets.php:382 msgid "Please enter in a value greater than From Score." msgstr "" -#: includes/admin/class-evf-admin-assets.php:372 +#: includes/admin/class-evf-admin-assets.php:383 msgid "Please enter in a value to add more feedback." msgstr "" -#: includes/admin/class-evf-admin-assets.php:386 +#: includes/admin/class-evf-admin-assets.php:397 msgid "Are you sure you want to delete this log?" msgstr "" -#: includes/admin/class-evf-admin-assets.php:387 +#: includes/admin/class-evf-admin-assets.php:398 msgid "Are you sure you want to delete all logs?" msgstr "" @@ -2226,7 +2156,7 @@ msgstr "" #: includes/admin/class-evf-admin-forms-table-list.php:176 #: includes/admin/class-evf-admin-menus.php:109 #: includes/admin/class-evf-admin-menus.php:237 -#: includes/class-evf-ajax.php:931 +#: includes/class-evf-ajax.php:951 #: templates/emails/summary-email-body-default.php:129 msgid "Entries" msgstr "" @@ -2331,6 +2261,8 @@ msgstr "" #: includes/admin/class-evf-admin-forms-table-list.php:237 #: includes/admin/views/html-admin-page-builder.php:106 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:279 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:454 msgid "Copied!" msgstr "" @@ -2426,7 +2358,7 @@ msgstr "" #: includes/admin/class-evf-admin-import-export.php:131 #: includes/admin/class-evf-admin-import-export.php:157 -#: includes/class-evf-ajax.php:1226 +#: includes/class-evf-ajax.php:1250 msgid "View Form" msgstr "" @@ -2478,7 +2410,7 @@ msgid "Everest Forms Upgrade to Pro" msgstr "" #: includes/admin/class-evf-admin-menus.php:318 -#: src/dashboard/screens/Modules/components/ModuleBody.js:43 +#: src/dashboard/screens/Modules/components/ModuleBody.js:47 msgid "Upgrade to Pro" msgstr "" @@ -2495,12 +2427,6 @@ msgstr "" msgid "You don’t have permission to do this." msgstr "" -#: includes/admin/class-evf-admin-preview-confirmation.php:64 -#: includes/admin/class-evf-admin-preview-confirmation.php:68 -#: includes/fields/class-evf-field-likert.php:703 -msgid "(Empty)" -msgstr "" - #: includes/admin/class-evf-admin-settings.php:76 msgid "Your settings have been saved." msgstr "" @@ -2633,19 +2559,19 @@ msgid "There was an error while creating a new form." msgstr "" #: includes/admin/form-migrator/abstract-evf-form-migrator.php:199 -#: includes/class-evf-ajax.php:348 +#: includes/class-evf-ajax.php:368 msgid "Saving form." msgstr "" #: includes/admin/form-migrator/abstract-evf-form-migrator.php:206 #: includes/admin/form-migrator/abstract-evf-form-migrator.php:212 -#: includes/class-evf-ajax.php:355 -#: includes/class-evf-ajax.php:361 +#: includes/class-evf-ajax.php:375 +#: includes/class-evf-ajax.php:381 msgid "An error occurred while saving the form." msgstr "" #: includes/admin/form-migrator/abstract-evf-form-migrator.php:211 -#: includes/class-evf-ajax.php:360 +#: includes/class-evf-ajax.php:380 msgid "Form not found" msgstr "" @@ -2722,33 +2648,20 @@ msgid "Enable copies" msgstr "" #: includes/admin/settings/class-evf-settings-email.php:64 -msgid "Enable the use of Cc and Bcc email addresses" -msgstr "" - -#: includes/admin/settings/class-evf-settings-email.php:65 msgid "Email addresses for Cc and Bcc can be applied from the form notification settings." msgstr "" -#: includes/admin/settings/class-evf-settings-email.php:72 -#: includes/admin/settings/class-evf-settings-reporting.php:103 +#: includes/admin/settings/class-evf-settings-email.php:71 msgid "Send Test Email To" msgstr "" -#: includes/admin/settings/class-evf-settings-email.php:73 -#: includes/admin/settings/class-evf-settings-reporting.php:104 -msgid "Enter email address where test email will be sent." -msgstr "" - -#: includes/admin/settings/class-evf-settings-email.php:81 -#: includes/admin/settings/class-evf-settings-email.php:87 -#: includes/admin/settings/class-evf-settings-reporting.php:112 -#: includes/admin/settings/class-evf-settings-reporting.php:118 -msgid "Send Test Email" +#: includes/admin/settings/class-evf-settings-email.php:72 +msgid "Enter the email address where test email will be sent." msgstr "" #: includes/admin/settings/class-evf-settings-email.php:82 -#: includes/admin/settings/class-evf-settings-reporting.php:113 -msgid "Click to send test email." +#: includes/admin/settings/class-evf-settings-reporting.php:114 +msgid "Send Test Email" msgstr "" #: includes/admin/settings/class-evf-settings-general.php:40 @@ -3014,11 +2927,19 @@ msgstr "" msgid "Everest Forms - Entries summary statistics" msgstr "" -#: includes/admin/settings/class-evf-settings-reporting.php:126 +#: includes/admin/settings/class-evf-settings-reporting.php:103 +msgid "Send Test Report" +msgstr "" + +#: includes/admin/settings/class-evf-settings-reporting.php:104 +msgid "Enter the email address to receive the test email for the routine summary report." +msgstr "" + +#: includes/admin/settings/class-evf-settings-reporting.php:122 msgid "Report Form Lists" msgstr "" -#: includes/admin/settings/class-evf-settings-reporting.php:128 +#: includes/admin/settings/class-evf-settings-reporting.php:124 msgid "Name of the forms to send the weekly report" msgstr "" @@ -3034,6 +2955,12 @@ msgstr "" msgid "Enter the message for the required form field" msgstr "" +#: includes/admin/settings/class-evf-settings-validation.php:52 +#: includes/class-evf-frontend-scripts.php:344 +#: includes/evf-core-functions.php:1532 +msgid "This field is required." +msgstr "" + #: includes/admin/settings/class-evf-settings-validation.php:55 msgid "Website URL" msgstr "" @@ -3063,6 +2990,11 @@ msgstr "" msgid "Enter the message for the valid email suggestion" msgstr "" +#: includes/admin/settings/class-evf-settings-validation.php:79 +#: includes/class-evf-frontend-scripts.php:316 +msgid "Did you mean {suggestion}?" +msgstr "" + #: includes/admin/settings/class-evf-settings-validation.php:82 msgid "Confirm Value" msgstr "" @@ -3071,6 +3003,11 @@ msgstr "" msgid "Enter the message for confirm field value." msgstr "" +#: includes/admin/settings/class-evf-settings-validation.php:88 +#: includes/class-evf-frontend-scripts.php:318 +msgid "Field values do not match." +msgstr "" + #: includes/admin/settings/class-evf-settings-validation.php:91 msgid "Checkbox Selection Limit" msgstr "" @@ -3079,6 +3016,12 @@ msgstr "" msgid "Enter the message for the checkbox selection limit." msgstr "" +#: includes/admin/settings/class-evf-settings-validation.php:97 +#: includes/class-evf-frontend-scripts.php:319 +#: includes/fields/class-evf-field-checkbox.php:483 +msgid "You have exceeded number of allowed selections: {#}." +msgstr "" + #: includes/admin/settings/class-evf-settings-validation.php:100 #: includes/fields/class-evf-field-number.php:20 msgid "Number" @@ -3143,8 +3086,7 @@ msgstr "" #: includes/admin/views/html-admin-page-addons.php:117 #: includes/admin/views/html-admin-page-addons.php:189 -#: src/dashboard/screens/Modules/components/ModuleItem.js:334 -#: src/dashboard/screens/Modules/Modules.js:403 +#: src/dashboard/screens/Modules/Modules.js:316 msgid "Deactivate" msgstr "" @@ -3152,8 +3094,7 @@ msgstr "" #: includes/admin/views/html-admin-page-addons.php:207 #: src/dashboard/components/common/UsePluginInstallActivate.js:179 #: src/dashboard/screens/Dashboard/components/UsefulPlugins.js:80 -#: src/dashboard/screens/Modules/components/ModuleItem.js:335 -#: src/dashboard/screens/Modules/Modules.js:400 +#: src/dashboard/screens/Modules/Modules.js:313 #: src/dashboard/screens/Products/components/ProductCard.js:142 msgid "Activate" msgstr "" @@ -3332,7 +3273,6 @@ msgid "Refresh Templates" msgstr "" #: includes/admin/views/html-admin-page-form-templates.php:30 -#: src/dashboard/screens/Modules/Modules.js:335 msgid "All" msgstr "" @@ -3393,19 +3333,23 @@ msgid "Select JSON file to import the form." msgstr "" #: includes/admin/views/html-admin-page-import.php:15 +#: includes/admin/views/html-admin-page-import.php:58 msgid "files selected" msgstr "" #: includes/admin/views/html-admin-page-import.php:16 +#: includes/admin/views/html-admin-page-import.php:59 msgid "Choose File" msgstr "" #: includes/admin/views/html-admin-page-import.php:16 +#: includes/admin/views/html-admin-page-import.php:59 msgid "No file selected" msgstr "" #. translators: %s: File format #: includes/admin/views/html-admin-page-import.php:22 +#: includes/admin/views/html-admin-page-import.php:65 msgid "Only %s file is allowed." msgstr "" @@ -3413,6 +3357,27 @@ msgstr "" msgid "Import Form" msgstr "" +#: includes/admin/views/html-admin-page-import.php:31 +#: includes/class-evf-ajax.php:1497 +msgid "Import Entries" +msgstr "" + +#: includes/admin/views/html-admin-page-import.php:40 +msgid "Select form to import the entries." +msgstr "" + +#: includes/admin/views/html-admin-page-import.php:44 +msgid "No form found" +msgstr "" + +#: includes/admin/views/html-admin-page-import.php:55 +msgid "Select csv file to import the entries." +msgstr "" + +#: includes/admin/views/html-admin-page-import.php:69 +msgid "Map CSV" +msgstr "" + #: includes/admin/views/html-admin-page-setting.php:14 msgid "Copy Setting" msgstr "" @@ -3454,12 +3419,12 @@ msgid "License Activated" msgstr "" #: includes/admin/views/html-admin-page-setting.php:89 -#: includes/class-evf-ajax.php:1149 +#: includes/class-evf-ajax.php:1171 msgid "Yes" msgstr "" #: includes/admin/views/html-admin-page-setting.php:92 -#: includes/class-evf-ajax.php:1152 +#: includes/class-evf-ajax.php:1174 msgid "No" msgstr "" @@ -3576,7 +3541,7 @@ msgid "There are currently no logs to view." msgstr "" #: includes/admin/views/html-admin-page-tools.php:14 -#: includes/class-evf-ajax.php:1140 +#: includes/class-evf-ajax.php:1162 msgid "Import" msgstr "" @@ -3588,11 +3553,11 @@ msgstr "" msgid "Logs" msgstr "" -#: includes/admin/views/html-admin-settings.php:56 +#: includes/admin/views/html-admin-settings.php:62 msgid "Collapse Menu" msgstr "" -#: includes/admin/views/html-admin-settings.php:72 +#: includes/admin/views/html-admin-settings.php:91 msgid "Save Changes" msgstr "" @@ -3745,239 +3710,269 @@ msgstr "" msgid "Cheatin’ huh?" msgstr "" -#: includes/class-evf-ajax.php:139 +#: includes/class-evf-ajax.php:159 msgid "Invalid form" msgstr "" -#: includes/class-evf-ajax.php:189 +#: includes/class-evf-ajax.php:209 msgid "Blank Form" msgstr "" -#: includes/class-evf-ajax.php:211 +#: includes/class-evf-ajax.php:231 msgid "Something went wrong, please try again later" msgstr "" -#: includes/class-evf-ajax.php:226 +#: includes/class-evf-ajax.php:246 msgid "Checking permissions." msgstr "" -#: includes/class-evf-ajax.php:231 -#: includes/class-evf-ajax.php:234 +#: includes/class-evf-ajax.php:251 +#: includes/class-evf-ajax.php:254 msgid "You do not have permission." msgstr "" -#: includes/class-evf-ajax.php:239 +#: includes/class-evf-ajax.php:259 msgid "Checking for form data." msgstr "" -#: includes/class-evf-ajax.php:244 +#: includes/class-evf-ajax.php:264 msgid "No data provided." msgstr "" -#: includes/class-evf-ajax.php:247 +#: includes/class-evf-ajax.php:267 msgid "No data provided" msgstr "" -#: includes/class-evf-ajax.php:287 +#: includes/class-evf-ajax.php:307 msgid "Check for empty meta key." msgstr "" -#: includes/class-evf-ajax.php:322 +#: includes/class-evf-ajax.php:342 msgid "Meta Key missing." msgstr "" -#: includes/class-evf-ajax.php:327 +#: includes/class-evf-ajax.php:347 msgid "Meta Key missing" msgstr "" #. translators: %s: empty meta data -#: includes/class-evf-ajax.php:329 +#: includes/class-evf-ajax.php:349 msgid "Please add Meta key for fields: %s" msgstr "" -#: includes/class-evf-ajax.php:337 +#: includes/class-evf-ajax.php:357 msgid "Fix for sorting field ordering." msgstr "" -#: includes/class-evf-ajax.php:366 +#: includes/class-evf-ajax.php:386 msgid "Form Saved successfully." msgstr "" -#: includes/class-evf-ajax.php:409 +#: includes/class-evf-ajax.php:429 msgid "No Addon specified." msgstr "" -#: includes/class-evf-ajax.php:420 +#: includes/class-evf-ajax.php:440 msgid "Addon can not be activate. Please try again." msgstr "" -#: includes/class-evf-ajax.php:441 +#: includes/class-evf-ajax.php:461 msgid "No Plan specified." msgstr "" -#: includes/class-evf-ajax.php:458 +#: includes/class-evf-ajax.php:478 msgid "This form template requires the following addons." msgstr "" -#: includes/class-evf-ajax.php:509 +#: includes/class-evf-ajax.php:529 msgid "No plugin specified." msgstr "" -#: includes/class-evf-ajax.php:522 +#: includes/class-evf-ajax.php:542 msgid "Sorry, you are not allowed to install plugins on this site." msgstr "" -#: includes/class-evf-ajax.php:586 -#: includes/RestApi/controllers/version1/class-evf-modules.php:354 +#: includes/class-evf-ajax.php:606 +#: includes/RestApi/controllers/version1/class-evf-modules.php:363 msgid "Unable to connect to the filesystem. Please confirm your credentials." msgstr "" -#: includes/class-evf-ajax.php:633 -#: includes/class-evf-ajax.php:714 +#: includes/class-evf-ajax.php:653 +#: includes/class-evf-ajax.php:734 msgid "Missing data" msgstr "" -#: includes/class-evf-ajax.php:730 +#: includes/class-evf-ajax.php:750 msgid "Connection missing" msgstr "" #. translators: %s: from address -#: includes/class-evf-ajax.php:860 +#: includes/class-evf-ajax.php:880 msgid "Test email from %s" msgstr "" -#: includes/class-evf-ajax.php:865 +#: includes/class-evf-ajax.php:885 msgid "Congratulations," msgstr "" -#: includes/class-evf-ajax.php:866 +#: includes/class-evf-ajax.php:886 msgid "Your test email has been received successfully." msgstr "" -#: includes/class-evf-ajax.php:867 +#: includes/class-evf-ajax.php:887 msgid "We thank you for trying out Everest Forms and joining our mission to make sure you get your emails delivered." msgstr "" -#: includes/class-evf-ajax.php:868 +#: includes/class-evf-ajax.php:888 msgid "Regards," msgstr "" -#: includes/class-evf-ajax.php:869 +#: includes/class-evf-ajax.php:889 msgid "Everest Forms Team" msgstr "" -#: includes/class-evf-ajax.php:873 -#: includes/class-evf-ajax.php:946 +#: includes/class-evf-ajax.php:893 +#: includes/class-evf-ajax.php:966 msgid "Test email was sent successfully! Please check your inbox to make sure it is delivered." msgstr "" -#: includes/class-evf-ajax.php:875 -#: includes/class-evf-ajax.php:948 +#: includes/class-evf-ajax.php:895 +#: includes/class-evf-ajax.php:968 msgid "Test email was unsuccessful! Something went wrong." msgstr "" -#: includes/class-evf-ajax.php:906 +#: includes/class-evf-ajax.php:926 msgid "in the past week" msgstr "" -#: includes/class-evf-ajax.php:910 +#: includes/class-evf-ajax.php:930 msgid "yesterday" msgstr "" -#: includes/class-evf-ajax.php:914 +#: includes/class-evf-ajax.php:934 msgid "in the past month" msgstr "" -#: includes/class-evf-ajax.php:923 +#: includes/class-evf-ajax.php:943 msgid "Hi there!" msgstr "" -#: includes/class-evf-ajax.php:924 +#: includes/class-evf-ajax.php:944 #: templates/emails/summary-email-body-default.php:73 msgid "Let's see how your forms performed " msgstr "" -#: includes/class-evf-ajax.php:926 +#: includes/class-evf-ajax.php:946 #: templates/emails/summary-email-body-default.php:81 msgid "Forms Stats" msgstr "" -#: includes/class-evf-ajax.php:1004 +#: includes/class-evf-ajax.php:1024 msgid "Please select at least one date time." msgstr "" -#: includes/class-evf-ajax.php:1027 +#: includes/class-evf-ajax.php:1047 msgid "This slot is already booked. Please choose other slot" msgstr "" -#: includes/class-evf-ajax.php:1033 +#: includes/class-evf-ajax.php:1053 msgid "This slot is not booked." msgstr "" -#: includes/class-evf-ajax.php:1040 +#: includes/class-evf-ajax.php:1060 msgid "Something went wrong." msgstr "" -#: includes/class-evf-ajax.php:1064 +#: includes/class-evf-ajax.php:1084 msgid "Activated successfully" msgstr "" -#: includes/class-evf-ajax.php:1113 +#: includes/class-evf-ajax.php:1135 msgid "Missing form slug !" msgstr "" -#: includes/class-evf-ajax.php:1122 +#: includes/class-evf-ajax.php:1144 +#: includes/class-evf-ajax.php:1240 +#: includes/class-evf-ajax.php:1337 msgid "does not exist." msgstr "" -#: includes/class-evf-ajax.php:1142 +#: includes/class-evf-ajax.php:1164 msgid "Form\tName" msgstr "" -#: includes/class-evf-ajax.php:1142 +#: includes/class-evf-ajax.php:1164 msgid "Imported" msgstr "" -#: includes/class-evf-ajax.php:1208 +#: includes/class-evf-ajax.php:1164 +msgid "Action" +msgstr "" + +#: includes/class-evf-ajax.php:1203 +msgid "All Forms List" +msgstr "" + +#: includes/class-evf-ajax.php:1232 msgid "Missing Form ID !!!" msgstr "" -#: includes/class-evf-ajax.php:1226 +#: includes/class-evf-ajax.php:1250 msgid "Imported Successfully." msgstr "" -#: includes/class-evf-ajax.php:1233 +#: includes/class-evf-ajax.php:1257 msgid "Imported Successfully" msgstr "" -#: includes/class-evf-ajax.php:1260 +#: includes/class-evf-ajax.php:1283 msgid "Updated !" msgstr "" -#: includes/class-evf-ajax.php:1282 +#: includes/class-evf-ajax.php:1307 msgid "Entries not available in WPForms Lite." msgstr "" -#: includes/class-evf-ajax.php:1293 +#: includes/class-evf-ajax.php:1318 msgid "Invalid Request !!" msgstr "" -#: includes/class-evf-ajax.php:1304 +#: includes/class-evf-ajax.php:1329 msgid "Please migrate the form before importing the entry" msgstr "" -#: includes/class-evf-ajax.php:1330 +#: includes/class-evf-ajax.php:1355 msgid "All entries are migrated successfully!!" msgstr "" -#: includes/class-evf-ajax.php:1336 +#: includes/class-evf-ajax.php:1361 msgid "Entry migration failed!!" msgstr "" -#: includes/class-evf-ajax.php:1342 +#: includes/class-evf-ajax.php:1367 msgid "Only some entries are migrated successfully!!" msgstr "" +#: includes/class-evf-ajax.php:1458 +msgid "Map CSV fields to Form fields." +msgstr "" + +#: includes/class-evf-ajax.php:1461 +msgid "Form Fields" +msgstr "" + +#: includes/class-evf-ajax.php:1464 +msgid "CSV Fields" +msgstr "" + +#: includes/class-evf-ajax.php:1476 +msgid "No form fields" +msgstr "" + +#: includes/class-evf-ajax.php:1489 +msgid "No csv fields" +msgstr "" + #. translators: 1: key 2: URL #: includes/class-evf-cache-helper.php:81 msgid "In order for database caching to work with Everest Forms you must add %1$s to the \"Ignored Query Strings\" option in W3 Total Cache settings." @@ -4004,12 +3999,12 @@ msgid "You cannot send emails with EVF_Emails until init/admin_init has been rea msgstr "" #. translators: %d - field ID. -#: includes/class-evf-emails.php:549 -#: includes/class-evf-emails.php:595 +#: includes/class-evf-emails.php:553 +#: includes/class-evf-emails.php:599 msgid "Field ID #%d" msgstr "" -#: includes/class-evf-emails.php:607 +#: includes/class-evf-emails.php:611 msgid "An empty form was submitted." msgstr "" @@ -4104,6 +4099,38 @@ msgstr "" msgid "Could not create an entry" msgstr "" +#: includes/class-evf-frontend-scripts.php:317 +msgid "Click to accept this suggestion." +msgstr "" + +#: includes/class-evf-frontend-scripts.php:325 +msgid "Please enter at least {0} words." +msgstr "" + +#: includes/class-evf-frontend-scripts.php:326 +msgid "Please enter at least {0} characters." +msgstr "" + +#: includes/class-evf-frontend-scripts.php:328 +msgid "Please enter a valid phone number." +msgstr "" + +#: includes/class-evf-frontend-scripts.php:334 +msgid "{count} of {limit} max characters." +msgstr "" + +#: includes/class-evf-frontend-scripts.php:335 +msgid "{count} of {limit} max words." +msgstr "" + +#: includes/class-evf-frontend-scripts.php:343 +msgid "Something went wrong while making an AJAX submission" +msgstr "" + +#: includes/class-evf-frontend-scripts.php:345 +msgid "Click here to download your pdf submission" +msgstr "" + #: includes/class-evf-install.php:602 #: includes/templates/contact.php:12 msgid "Contact Form" @@ -13794,6 +13821,10 @@ msgstr "" msgid "Add dropdown choices." msgstr "" +#: includes/fields/class-evf-field-likert.php:703 +msgid "(Empty)" +msgstr "" + #: includes/fields/class-evf-field-lookup.php:20 msgid "Lookup" msgstr "" @@ -14195,63 +14226,71 @@ msgstr "" msgid "Failed to read changelog." msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:163 +#: includes/RestApi/controllers/version1/class-evf-modules.php:172 msgid "Module slug is a required field" msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:190 +#: includes/RestApi/controllers/version1/class-evf-modules.php:199 msgid "Module couldn't be activated at the moment. Please try again later." msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:198 -msgid "Module Activated Successfully" +#: includes/RestApi/controllers/version1/class-evf-modules.php:207 +msgid "Module activated successfully" msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:281 +#: includes/RestApi/controllers/version1/class-evf-modules.php:290 msgid "Addons activated successfully" msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:367 +#: includes/RestApi/controllers/version1/class-evf-modules.php:376 msgid "Addon installed Successfully" msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:385 +#: includes/RestApi/controllers/version1/class-evf-modules.php:394 msgid "Addon slug is a required field" msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:407 +#: includes/RestApi/controllers/version1/class-evf-modules.php:416 msgid "Module couldn't be deactivated. Please try again later." msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:415 +#: includes/RestApi/controllers/version1/class-evf-modules.php:424 msgid "Module deactivated successfully" msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:472 +#: includes/RestApi/controllers/version1/class-evf-modules.php:481 msgid "Please select addons to activate" msgstr "" #. translators: 1: Failed Addon Names -#: includes/RestApi/controllers/version1/class-evf-modules.php:504 +#: includes/RestApi/controllers/version1/class-evf-modules.php:513 msgid "%1$s activation failed. Please try again sometime later." msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:512 +#: includes/RestApi/controllers/version1/class-evf-modules.php:521 msgid "All of the selected modules have been activated successfully." msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:534 +#: includes/RestApi/controllers/version1/class-evf-modules.php:543 msgid "Please select a module to deactivate" msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:565 +#: includes/RestApi/controllers/version1/class-evf-modules.php:574 msgid "All of the selected modules have been deactivated." msgstr "" -#: includes/RestApi/controllers/version1/class-evf-modules.php:573 +#: includes/RestApi/controllers/version1/class-evf-modules.php:582 msgid "Some of the selected modules may not have been deactivated. Please try again later" msgstr "" +#: includes/RestApi/controllers/version1/class-evf-modules.php:724 +msgid "Everest Forms Pro activated successfully." +msgstr "" + +#: includes/RestApi/controllers/version1/class-evf-modules.php:733 +msgid "Please enter the valid license key." +msgstr "" + #. translators: %s - URL to a non-amp version of a page with the form. #: includes/shortcodes/class-evf-shortcode-form.php:946 msgid "Go to the full page to view and submit the form." @@ -14373,7 +14412,7 @@ msgid "Upgrade To Pro" msgstr "" #: src/dashboard/components/Header/Header.js:168 -#: src/dashboard/components/Header/Header.js:205 +#: src/dashboard/components/Header/Header.js:206 msgid "Latest Updates" msgstr "" @@ -14547,7 +14586,7 @@ msgid "Watch Videos" msgstr "" #: src/dashboard/screens/FreeVsPro/FreeVsPro.js:38 -#: src/dashboard/screens/Modules/Modules.js:357 +#: src/dashboard/screens/Modules/Modules.js:286 msgid "Features" msgstr "" @@ -14636,7 +14675,7 @@ msgid "Auto-populate Forms " msgstr "" #: src/dashboard/screens/FreeVsPro/FreeVsPro.js:149 -#: src/dashboard/screens/Modules/Modules.js:378 +#: src/dashboard/screens/Modules/Modules.js:291 msgid "Addons" msgstr "" @@ -14860,67 +14899,67 @@ msgstr "" msgid "Subscribe" msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:31 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:38 msgid "Displays everest forms in the front end." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:38 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:45 msgid "ID of the form to display." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:48 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:55 msgid "Displays Everest Forms with id 5" msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:57 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:64 msgid "Display the login form for user who are created by using user registration addons." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:64 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:71 msgid "Redirect URL after login." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:72 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:79 msgid "Enable the recaptcha." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:82 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:89 msgid "Display the login form with recaptcha and redirect to sample page after login." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:88 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:95 msgid "Requires Everest Forms Pro and User registration Addon to be activated." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:95 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:102 msgid "Displays member directories in the front end." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:102 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:109 msgid "Frontend Listing ID to render." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:112 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:119 msgid "Displays user listing with ID 1 in the front end." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:118 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:125 msgid "Requires Everest Forms Pro and Frontend Listing Addon to be activated." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:169 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:239 msgid "All Shortcodes" msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:231 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:319 msgid "Parameters:" msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:276 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:364 msgid "REQUIRED." msgstr "" -#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:311 +#: src/dashboard/screens/Help/Lists/ShortcodesLists/ShortcodesLists.js:399 msgid "Examples:" msgstr "" @@ -15017,68 +15056,103 @@ msgstr "" msgid "All Smart Tags" msgstr "" -#: src/dashboard/screens/Modules/components/ModuleBody.js:70 +#: src/dashboard/screens/Modules/components/ModuleBody.js:51 +msgid "License key" +msgstr "" + +#: src/dashboard/screens/Modules/components/ModuleBody.js:90 msgid "Everest Froms Pro Required" msgstr "" -#: src/dashboard/screens/Modules/components/ModuleBody.js:75 +#: src/dashboard/screens/Modules/components/ModuleBody.js:95 msgid "%s requires Everest Froms Pro to be activated. Please upgrade to a premium plan and unlock this %s." msgstr "" -#: src/dashboard/screens/Modules/components/ModuleBody.js:84 +#: src/dashboard/screens/Modules/components/ModuleBody.js:104 msgid "License Activation Required" msgstr "" -#: src/dashboard/screens/Modules/components/ModuleBody.js:89 +#: src/dashboard/screens/Modules/components/ModuleBody.js:109 msgid "Please activate license of Everest Froms Pro plugin in order to use %s" msgstr "" -#: src/dashboard/screens/Modules/components/ModuleBody.js:96 -#: src/dashboard/screens/Modules/components/ModuleBody.js:101 +#: src/dashboard/screens/Modules/components/ModuleBody.js:116 msgid "Activate License" msgstr "" -#: src/dashboard/screens/Modules/components/ModuleItem.js:290 +#: src/dashboard/screens/Modules/components/ModuleBody.js:120 +msgid "Enter your license key" +msgstr "" + +#: src/dashboard/screens/Modules/components/ModuleBody.js:149 +msgid "Please enter your plugin activation license key" +msgstr "" + +#: src/dashboard/screens/Modules/components/ModuleBody.js:152 +msgid "Please enter the valid license key" +msgstr "" + +#: src/dashboard/screens/Modules/components/ModuleItem.js:321 +msgid "Play Video" +msgstr "" + +#: src/dashboard/screens/Modules/components/ModuleItem.js:408 msgid "Documentation" msgstr "" -#: src/dashboard/screens/Modules/components/ModuleItem.js:302 +#: src/dashboard/screens/Modules/components/ModuleItem.js:420 #: src/dashboard/screens/Products/components/ProductCard.js:106 msgid "Live Demo" msgstr "" -#: src/dashboard/screens/Modules/Modules.js:283 +#: src/dashboard/screens/Modules/Modules.js:255 msgid "Popular" msgstr "" -#: src/dashboard/screens/Modules/Modules.js:286 +#: src/dashboard/screens/Modules/Modules.js:258 msgid "Newest" msgstr "" -#: src/dashboard/screens/Modules/Modules.js:289 +#: src/dashboard/screens/Modules/Modules.js:261 msgid "Oldest" msgstr "" -#: src/dashboard/screens/Modules/Modules.js:292 +#: src/dashboard/screens/Modules/Modules.js:264 msgid "Ascending" msgstr "" -#: src/dashboard/screens/Modules/Modules.js:295 +#: src/dashboard/screens/Modules/Modules.js:267 msgid "Descending" msgstr "" -#: src/dashboard/screens/Modules/Modules.js:389 +#: src/dashboard/screens/Modules/Modules.js:281 +msgid "All Modules" +msgstr "" + +#: src/dashboard/screens/Modules/Modules.js:302 msgid "Bulk Actions" msgstr "" -#: src/dashboard/screens/Modules/Modules.js:419 +#: src/dashboard/screens/Modules/Modules.js:332 msgid "Apply" msgstr "" -#: src/dashboard/screens/Modules/Modules.js:434 +#: src/dashboard/screens/Modules/Modules.js:347 msgid "Search..." msgstr "" +#: src/dashboard/screens/Modules/Modules.js:379 +msgid "Sorry, No features found" +msgstr "" + +#: src/dashboard/screens/Modules/Modules.js:381 +msgid "Sorry, No addons found" +msgstr "" + +#: src/dashboard/screens/Modules/Modules.js:383 +msgid "Sorry, No modules found" +msgstr "" + #: src/dashboard/screens/Products/Products.js:55 msgid "Themes" msgstr "" diff --git a/package-lock.json b/package-lock.json index 9e2f51f2d..e9bbd0973 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4369,6 +4369,7 @@ "version": "0.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -4382,6 +4383,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "dev": true, "engines": { "node": ">=6.0.0" } @@ -4390,6 +4392,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, "engines": { "node": ">=6.0.0" } @@ -4398,6 +4401,7 @@ "version": "0.3.6", "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" @@ -4406,12 +4410,14 @@ "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.15", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -4536,22 +4542,6 @@ "url": "https://opencollective.com/unts" } }, - "node_modules/@playwright/test": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.1.tgz", - "integrity": "sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==", - "dev": true, - "peer": true, - "dependencies": { - "playwright": "1.44.1" - }, - "bin": { - "playwright": "cli.js" - }, - "engines": { - "node": ">=16" - } - }, "node_modules/@pmmmwh/react-refresh-webpack-plugin": { "version": "0.5.15", "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz", @@ -5755,6 +5745,7 @@ "version": "8.44.6", "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.6.tgz", "integrity": "sha512-P6bY56TVmX8y9J87jHNgQh43h6VVU+6H7oN7hgvivV81K2XY8qJZ5vqPy/HdUoVIelii2kChYVzQanlswPWVFw==", + "dev": true, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -5764,6 +5755,7 @@ "version": "3.7.6", "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.6.tgz", "integrity": "sha512-zfM4ipmxVKWdxtDaJ3MP3pBurDXOCoyjvlpE3u6Qzrmw4BPbfm4/ambIeTk/r/J0iq/+2/xp0Fmt+gFvXJY2PQ==", + "dev": true, "dependencies": { "@types/eslint": "*", "@types/estree": "*" @@ -5772,7 +5764,8 @@ "node_modules/@types/estree": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true }, "node_modules/@types/express": { "version": "4.17.21", @@ -5930,6 +5923,7 @@ "version": "20.8.10", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz", "integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==", + "dev": true, "dependencies": { "undici-types": "~5.26.4" } @@ -5975,7 +5969,7 @@ "version": "17.0.69", "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.69.tgz", "integrity": "sha512-klEeru//GhiQvXUBayz0Q4l3rKHWsBR/EUOhOeow6hK2jV7MlO44+8yEk6+OtPeOlRfnpUnrLXzGK+iGph5aeg==", - "devOptional": true, + "dev": true, "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -6001,7 +5995,7 @@ "version": "0.16.5", "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.5.tgz", "integrity": "sha512-s/FPdYRmZR8SjLWGMCuax7r3qCWQw9QKHzXVukAuuIJkXkDRwp+Pu5LMIVFi0Fxbav35WURicYr8u1QsoybnQw==", - "devOptional": true + "dev": true }, "node_modules/@types/semver": { "version": "7.5.8", @@ -6904,6 +6898,7 @@ "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "dev": true, "dependencies": { "@webassemblyjs/helper-numbers": "1.11.6", "@webassemblyjs/helper-wasm-bytecode": "1.11.6" @@ -6912,22 +6907,26 @@ "node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "dev": true }, "node_modules/@webassemblyjs/helper-api-error": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "dev": true }, "node_modules/@webassemblyjs/helper-buffer": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==" + "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", + "dev": true }, "node_modules/@webassemblyjs/helper-numbers": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "dev": true, "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.11.6", "@webassemblyjs/helper-api-error": "1.11.6", @@ -6937,12 +6936,14 @@ "node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "dev": true }, "node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-buffer": "1.12.1", @@ -6954,6 +6955,7 @@ "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "dev": true, "dependencies": { "@xtuc/ieee754": "^1.2.0" } @@ -6962,6 +6964,7 @@ "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "dev": true, "dependencies": { "@xtuc/long": "4.2.2" } @@ -6969,12 +6972,14 @@ "node_modules/@webassemblyjs/utf8": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "dev": true }, "node_modules/@webassemblyjs/wasm-edit": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-buffer": "1.12.1", @@ -6990,6 +6995,7 @@ "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", @@ -7002,6 +7008,7 @@ "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-buffer": "1.12.1", @@ -7013,6 +7020,7 @@ "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-api-error": "1.11.6", @@ -7026,6 +7034,7 @@ "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.12.1", "@xtuc/long": "4.2.2" @@ -10494,12 +10503,14 @@ "node_modules/@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true }, "node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true }, "node_modules/@zag-js/dom-query": { "version": "0.16.0", @@ -10548,6 +10559,7 @@ "version": "8.11.2", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", + "dev": true, "bin": { "acorn": "bin/acorn" }, @@ -10569,6 +10581,7 @@ "version": "1.9.0", "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", + "dev": true, "peerDependencies": { "acorn": "^8" } @@ -12503,6 +12516,7 @@ "version": "4.23.0", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", + "dev": true, "funding": [ { "type": "opencollective", @@ -12575,7 +12589,8 @@ "node_modules/buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true }, "node_modules/builtin-modules": { "version": "3.3.0", @@ -12720,6 +12735,7 @@ "version": "1.0.30001628", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001628.tgz", "integrity": "sha512-S3BnR4Kh26TBxbi5t5kpbcUlLJb9lhtDXISDPwOfI+JoC+ik0QksvkZtUVyikw3hjnkgkMPSJ8oIM9yMm9vflA==", + "dev": true, "funding": [ { "type": "opencollective", @@ -12958,6 +12974,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "dev": true, "engines": { "node": ">=6.0" } @@ -13265,7 +13282,8 @@ "node_modules/commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true }, "node_modules/comment-parser": { "version": "1.4.1", @@ -14877,7 +14895,8 @@ "node_modules/electron-to-chromium": { "version": "1.4.790", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.790.tgz", - "integrity": "sha512-eVGeQxpaBYbomDBa/Mehrs28MdvCXfJmEFzaMFsv8jH/MJDLIylJN81eTJ5kvx7B7p18OiPK0BkC06lydEy63A==" + "integrity": "sha512-eVGeQxpaBYbomDBa/Mehrs28MdvCXfJmEFzaMFsv8jH/MJDLIylJN81eTJ5kvx7B7p18OiPK0BkC06lydEy63A==", + "dev": true }, "node_modules/emittery": { "version": "0.13.1", @@ -14946,6 +14965,7 @@ "version": "5.17.0", "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz", "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==", + "dev": true, "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -15161,7 +15181,8 @@ "node_modules/es-module-lexer": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.1.tgz", - "integrity": "sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==" + "integrity": "sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==", + "dev": true }, "node_modules/es-object-atoms": { "version": "1.0.0", @@ -15219,6 +15240,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, "engines": { "node": ">=6" } @@ -15810,6 +15832,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -16110,6 +16133,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, "dependencies": { "estraverse": "^5.2.0" }, @@ -16121,6 +16145,7 @@ "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, "engines": { "node": ">=4.0" } @@ -16129,6 +16154,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, "engines": { "node": ">=4.0" } @@ -16167,6 +16193,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, "engines": { "node": ">=0.8.x" } @@ -17439,7 +17466,8 @@ "node_modules/glob-to-regexp": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true }, "node_modules/global-modules": { "version": "1.0.0", @@ -17589,7 +17617,8 @@ "node_modules/graceful-fs": { "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true }, "node_modules/gradient-parser": { "version": "0.1.5", @@ -21795,6 +21824,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -21808,6 +21838,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, "engines": { "node": ">=8" } @@ -21816,6 +21847,7 @@ "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -22775,6 +22807,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true, "engines": { "node": ">=6.11.5" } @@ -23622,7 +23655,8 @@ "node_modules/merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true }, "node_modules/merge2": { "version": "1.4.1", @@ -23676,6 +23710,7 @@ "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, "engines": { "node": ">= 0.6" } @@ -23684,6 +23719,7 @@ "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, "dependencies": { "mime-db": "1.52.0" }, @@ -24067,7 +24103,8 @@ "node_modules/neo-async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true }, "node_modules/netmask": { "version": "2.0.2", @@ -24249,7 +24286,8 @@ "node_modules/node-releases": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "dev": true }, "node_modules/node-sass": { "version": "7.0.3", @@ -25492,53 +25530,6 @@ "node": ">=8" } }, - "node_modules/playwright": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz", - "integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==", - "dev": true, - "peer": true, - "dependencies": { - "playwright-core": "1.44.1" - }, - "bin": { - "playwright": "cli.js" - }, - "engines": { - "node": ">=16" - }, - "optionalDependencies": { - "fsevents": "2.3.2" - } - }, - "node_modules/playwright-core": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz", - "integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==", - "dev": true, - "peer": true, - "bin": { - "playwright-core": "cli.js" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/playwright/node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/plur": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/plur/-/plur-4.0.0.tgz", @@ -26613,6 +26604,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, "dependencies": { "safe-buffer": "^5.1.0" } @@ -27920,6 +27912,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", + "dev": true, "dependencies": { "randombytes": "^2.1.0" } @@ -28491,6 +28484,7 @@ "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -28500,6 +28494,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -29498,6 +29493,7 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true, "engines": { "node": ">=6" } @@ -29572,6 +29568,7 @@ "version": "5.31.0", "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz", "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==", + "dev": true, "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", @@ -29589,6 +29586,7 @@ "version": "5.3.10", "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", @@ -29622,6 +29620,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -30044,20 +30043,6 @@ "is-typedarray": "^1.0.0" } }, - "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", - "dev": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/uc.micro": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", @@ -30125,7 +30110,8 @@ "node_modules/undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", @@ -30219,6 +30205,7 @@ "version": "1.0.13", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "dev": true, "funding": [ { "type": "opencollective", @@ -30620,6 +30607,7 @@ "version": "2.4.1", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", + "dev": true, "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -30656,6 +30644,7 @@ "version": "5.88.1", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.1.tgz", "integrity": "sha512-FROX3TxQnC/ox4N+3xQoWZzvGXSuscxR32rbzjpXgEzWudJFEJBpdlkkob2ylrv5yzzufD1zph1OoFsLtm6stQ==", + "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.0", @@ -31052,6 +31041,7 @@ "version": "3.2.3", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true, "engines": { "node": ">=10.13.0" } @@ -31060,6 +31050,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", diff --git a/readme.txt b/readme.txt index fd60fa21b..cc9d307c2 100644 --- a/readme.txt +++ b/readme.txt @@ -308,13 +308,15 @@ Yes you can! Join in on our [GitHub repository](https://github.com/wpeverest/eve == Changelog == -= 3.0.1 - xx-xx-2024 += 3.0.1 - 03-07-2024 * Feature - Import entries in our form using csv file. * Enhancement - Global Setting Premium Sidebar. * Enhancement - Dashboard page. * Fix - Block design all messed up when viewed in block editor. * Fix - Wrong instruction on captcha. * Fix - Email template on email clone, save and continue forms. +* Fix - Post Meta Smart tag not working. +* Fix - Duplicate entries showing in entry preview. * Tweak - Test email input and button design. * Tweak - Added function to get next key in array.