Changeset 2888516
- Timestamp:
- 03/28/2023 02:43:34 PM (3 years ago)
- Location:
- forms-by-made-it
- Files:
-
- 1118 added
- 14 edited
-
tags/2.5.0 (added)
-
tags/2.5.0/DataInit.php (added)
-
tags/2.5.0/LICENSE (added)
-
tags/2.5.0/WP_MadeIT_Form_Settings.php (added)
-
tags/2.5.0/actions (added)
-
tags/2.5.0/actions/Download.php (added)
-
tags/2.5.0/actions/Email.php (added)
-
tags/2.5.0/actions/EmailService.php (added)
-
tags/2.5.0/actions/GAAdsEvent.php (added)
-
tags/2.5.0/actions/GAEvent.php (added)
-
tags/2.5.0/actions/Javascript.php (added)
-
tags/2.5.0/actions/Klaviyo.php (added)
-
tags/2.5.0/actions/Mailchimp.php (added)
-
tags/2.5.0/actions/Mailerlite.php (added)
-
tags/2.5.0/actions/Mailpoet.php (added)
-
tags/2.5.0/actions/Redirect.php (added)
-
tags/2.5.0/actions/Sendinblue.php (added)
-
tags/2.5.0/actions/WP_MADEIT_FORM_Action.php (added)
-
tags/2.5.0/admin (added)
-
tags/2.5.0/admin/WP_MADEIT_FORM_admin.php (added)
-
tags/2.5.0/admin/css (added)
-
tags/2.5.0/admin/css/smoothness (added)
-
tags/2.5.0/admin/css/smoothness/images (added)
-
tags/2.5.0/admin/css/smoothness/images/animated-overlay.gif (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-icons_222222_256x240.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-icons_2e83ff_256x240.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-icons_454545_256x240.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-icons_888888_256x240.png (added)
-
tags/2.5.0/admin/css/smoothness/images/ui-icons_cd0a0a_256x240.png (added)
-
tags/2.5.0/admin/css/smoothness/jquery-ui.css (added)
-
tags/2.5.0/admin/css/smoothness/jquery-ui.min.css (added)
-
tags/2.5.0/admin/css/smoothness/jquery.ui.theme.css (added)
-
tags/2.5.0/admin/css/style.css (added)
-
tags/2.5.0/admin/css/tabs.css (added)
-
tags/2.5.0/admin/forms (added)
-
tags/2.5.0/admin/forms/settings.php (added)
-
tags/2.5.0/admin/index.php (added)
-
tags/2.5.0/admin/js (added)
-
tags/2.5.0/admin/js/script.js (added)
-
tags/2.5.0/admin/js/tabs.js (added)
-
tags/2.5.0/api (added)
-
tags/2.5.0/api/WP_Form_Api.php (added)
-
tags/2.5.0/composer.json (added)
-
tags/2.5.0/composer.lock (added)
-
tags/2.5.0/front (added)
-
tags/2.5.0/front/WP_Form_front.php (added)
-
tags/2.5.0/front/css (added)
-
tags/2.5.0/front/css/style.css (added)
-
tags/2.5.0/front/js (added)
-
tags/2.5.0/front/js/script.js (added)
-
tags/2.5.0/gutenberg (added)
-
tags/2.5.0/gutenberg/input-field (added)
-
tags/2.5.0/gutenberg/input-field/.editorconfig (added)
-
tags/2.5.0/gutenberg/input-field/.gitignore (added)
-
tags/2.5.0/gutenberg/input-field/block.json (added)
-
tags/2.5.0/gutenberg/input-field/build (added)
-
tags/2.5.0/gutenberg/input-field/build/index.asset.php (added)
-
tags/2.5.0/gutenberg/input-field/build/index.css (added)
-
tags/2.5.0/gutenberg/input-field/build/index.js (added)
-
tags/2.5.0/gutenberg/input-field/build/style-index.css (added)
-
tags/2.5.0/gutenberg/input-field/madeit-forms.php (added)
-
tags/2.5.0/gutenberg/input-field/package-lock.json (added)
-
tags/2.5.0/gutenberg/input-field/package.json (added)
-
tags/2.5.0/gutenberg/input-field/src (added)
-
tags/2.5.0/gutenberg/input-field/src/edit.js (added)
-
tags/2.5.0/gutenberg/input-field/src/editor.scss (added)
-
tags/2.5.0/gutenberg/input-field/src/index.js (added)
-
tags/2.5.0/gutenberg/input-field/src/save.js (added)
-
tags/2.5.0/gutenberg/input-field/src/style.scss (added)
-
tags/2.5.0/gutenberg/largeinput-field (added)
-
tags/2.5.0/gutenberg/largeinput-field/.editorconfig (added)
-
tags/2.5.0/gutenberg/largeinput-field/.gitignore (added)
-
tags/2.5.0/gutenberg/largeinput-field/block.json (added)
-
tags/2.5.0/gutenberg/largeinput-field/build (added)
-
tags/2.5.0/gutenberg/largeinput-field/build/index.asset.php (added)
-
tags/2.5.0/gutenberg/largeinput-field/build/index.css (added)
-
tags/2.5.0/gutenberg/largeinput-field/build/index.js (added)
-
tags/2.5.0/gutenberg/largeinput-field/build/style-index.css (added)
-
tags/2.5.0/gutenberg/largeinput-field/madeit-forms.php (added)
-
tags/2.5.0/gutenberg/largeinput-field/package-lock.json (added)
-
tags/2.5.0/gutenberg/largeinput-field/package.json (added)
-
tags/2.5.0/gutenberg/largeinput-field/src (added)
-
tags/2.5.0/gutenberg/largeinput-field/src/edit.js (added)
-
tags/2.5.0/gutenberg/largeinput-field/src/editor.scss (added)
-
tags/2.5.0/gutenberg/largeinput-field/src/index.js (added)
-
tags/2.5.0/gutenberg/largeinput-field/src/save.js (added)
-
tags/2.5.0/gutenberg/largeinput-field/src/style.scss (added)
-
tags/2.5.0/gutenberg/multi-value-field (added)
-
tags/2.5.0/gutenberg/multi-value-field/.editorconfig (added)
-
tags/2.5.0/gutenberg/multi-value-field/.gitignore (added)
-
tags/2.5.0/gutenberg/multi-value-field/block.json (added)
-
tags/2.5.0/gutenberg/multi-value-field/build (added)
-
tags/2.5.0/gutenberg/multi-value-field/build/index.asset.php (added)
-
tags/2.5.0/gutenberg/multi-value-field/build/index.css (added)
-
tags/2.5.0/gutenberg/multi-value-field/build/index.js (added)
-
tags/2.5.0/gutenberg/multi-value-field/build/style-index.css (added)
-
tags/2.5.0/gutenberg/multi-value-field/madeit-forms.php (added)
-
tags/2.5.0/gutenberg/multi-value-field/package-lock.json (added)
-
tags/2.5.0/gutenberg/multi-value-field/package.json (added)
-
tags/2.5.0/gutenberg/multi-value-field/src (added)
-
tags/2.5.0/gutenberg/multi-value-field/src/edit.js (added)
-
tags/2.5.0/gutenberg/multi-value-field/src/editor.scss (added)
-
tags/2.5.0/gutenberg/multi-value-field/src/index.js (added)
-
tags/2.5.0/gutenberg/multi-value-field/src/save.js (added)
-
tags/2.5.0/gutenberg/multi-value-field/src/style.scss (added)
-
tags/2.5.0/gutenberg/question-seperator (added)
-
tags/2.5.0/gutenberg/question-seperator/.editorconfig (added)
-
tags/2.5.0/gutenberg/question-seperator/.gitignore (added)
-
tags/2.5.0/gutenberg/question-seperator/block.json (added)
-
tags/2.5.0/gutenberg/question-seperator/build (added)
-
tags/2.5.0/gutenberg/question-seperator/build/index.asset.php (added)
-
tags/2.5.0/gutenberg/question-seperator/build/index.css (added)
-
tags/2.5.0/gutenberg/question-seperator/build/index.js (added)
-
tags/2.5.0/gutenberg/question-seperator/build/style-index.css (added)
-
tags/2.5.0/gutenberg/question-seperator/madeit-forms.php (added)
-
tags/2.5.0/gutenberg/question-seperator/package-lock.json (added)
-
tags/2.5.0/gutenberg/question-seperator/package.json (added)
-
tags/2.5.0/gutenberg/question-seperator/src (added)
-
tags/2.5.0/gutenberg/question-seperator/src/edit.js (added)
-
tags/2.5.0/gutenberg/question-seperator/src/editor.scss (added)
-
tags/2.5.0/gutenberg/question-seperator/src/index.js (added)
-
tags/2.5.0/gutenberg/question-seperator/src/save.js (added)
-
tags/2.5.0/gutenberg/question-seperator/src/style.scss (added)
-
tags/2.5.0/gutenberg/submit-field (added)
-
tags/2.5.0/gutenberg/submit-field/.editorconfig (added)
-
tags/2.5.0/gutenberg/submit-field/.gitignore (added)
-
tags/2.5.0/gutenberg/submit-field/block.json (added)
-
tags/2.5.0/gutenberg/submit-field/build (added)
-
tags/2.5.0/gutenberg/submit-field/build/index.asset.php (added)
-
tags/2.5.0/gutenberg/submit-field/build/index.css (added)
-
tags/2.5.0/gutenberg/submit-field/build/index.js (added)
-
tags/2.5.0/gutenberg/submit-field/build/style-index.css (added)
-
tags/2.5.0/gutenberg/submit-field/madeit-forms.php (added)
-
tags/2.5.0/gutenberg/submit-field/package-lock.json (added)
-
tags/2.5.0/gutenberg/submit-field/package.json (added)
-
tags/2.5.0/gutenberg/submit-field/src (added)
-
tags/2.5.0/gutenberg/submit-field/src/edit.js (added)
-
tags/2.5.0/gutenberg/submit-field/src/editor.scss (added)
-
tags/2.5.0/gutenberg/submit-field/src/index.js (added)
-
tags/2.5.0/gutenberg/submit-field/src/save.js (added)
-
tags/2.5.0/gutenberg/submit-field/src/style.scss (added)
-
tags/2.5.0/images (added)
-
tags/2.5.0/images/banner-772x250.png (added)
-
tags/2.5.0/images/icon-128x128.png (added)
-
tags/2.5.0/images/icon-256x256.png (added)
-
tags/2.5.0/index.php (added)
-
tags/2.5.0/languages (added)
-
tags/2.5.0/languages/forms-by-made-it-nl_BE.mo (added)
-
tags/2.5.0/languages/forms-by-made-it-nl_BE.po (added)
-
tags/2.5.0/languages/forms-by-made-it.pot (added)
-
tags/2.5.0/madeit-form.php (added)
-
tags/2.5.0/modules (added)
-
tags/2.5.0/modules/Checkbox.php (added)
-
tags/2.5.0/modules/Number.php (added)
-
tags/2.5.0/modules/Radio.php (added)
-
tags/2.5.0/modules/Select.php (added)
-
tags/2.5.0/modules/Submit.php (added)
-
tags/2.5.0/modules/Text.php (added)
-
tags/2.5.0/modules/Textarea.php (added)
-
tags/2.5.0/modules/WP_MADEIT_FORM_Module.php (added)
-
tags/2.5.0/readme.txt (added)
-
tags/2.5.0/vendor (added)
-
tags/2.5.0/vendor/autoload.php (added)
-
tags/2.5.0/vendor/composer (added)
-
tags/2.5.0/vendor/composer/ClassLoader.php (added)
-
tags/2.5.0/vendor/composer/InstalledVersions.php (added)
-
tags/2.5.0/vendor/composer/LICENSE (added)
-
tags/2.5.0/vendor/composer/autoload_classmap.php (added)
-
tags/2.5.0/vendor/composer/autoload_files.php (added)
-
tags/2.5.0/vendor/composer/autoload_namespaces.php (added)
-
tags/2.5.0/vendor/composer/autoload_psr4.php (added)
-
tags/2.5.0/vendor/composer/autoload_real.php (added)
-
tags/2.5.0/vendor/composer/autoload_static.php (added)
-
tags/2.5.0/vendor/composer/installed.json (added)
-
tags/2.5.0/vendor/composer/installed.php (added)
-
tags/2.5.0/vendor/composer/platform_check.php (added)
-
tags/2.5.0/vendor/drewm (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/.github (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/.github/contributing.md (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/LICENSE (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/README.md (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/composer.json (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/scripts (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/scripts/travis.sh (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/src (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/src/Batch.php (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/src/MailChimp.php (added)
-
tags/2.5.0/vendor/drewm/mailchimp-api/src/Webhook.php (added)
-
tags/2.5.0/vendor/guzzlehttp (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/CHANGELOG.md (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/LICENSE (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/README.md (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/UPGRADING.md (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/composer.json (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/BodySummarizer.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Client.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/ClientInterface.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/ClientTrait.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Cookie (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Exception (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Handler (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/HandlerStack.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/MessageFormatter.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Middleware.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Pool.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/RequestOptions.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/TransferStats.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/Utils.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/functions.php (added)
-
tags/2.5.0/vendor/guzzlehttp/guzzle/src/functions_include.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/CHANGELOG.md (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/LICENSE (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/README.md (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/composer.json (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/AggregateException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/CancellationException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/Coroutine.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/Create.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/Each.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/EachPromise.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/FulfilledPromise.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/Is.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/Promise.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/PromiseInterface.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/PromisorInterface.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/RejectedPromise.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/RejectionException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/TaskQueue.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/TaskQueueInterface.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/Utils.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/functions.php (added)
-
tags/2.5.0/vendor/guzzlehttp/promises/src/functions_include.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7 (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/CHANGELOG.md (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/LICENSE (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/README.md (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/composer.json (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/AppendStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/BufferStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/CachingStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/DroppingStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Exception (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/FnStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Header.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/HttpFactory.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/InflateStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/LazyOpenStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/LimitStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Message.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/MessageTrait.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/MimeType.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/MultipartStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/NoSeekStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/PumpStream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Query.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Request.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Response.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Rfc7230.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/ServerRequest.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Stream.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/StreamWrapper.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/UploadedFile.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Uri.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/UriComparator.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/UriNormalizer.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/UriResolver.php (added)
-
tags/2.5.0/vendor/guzzlehttp/psr7/src/Utils.php (added)
-
tags/2.5.0/vendor/psr (added)
-
tags/2.5.0/vendor/psr/http-client (added)
-
tags/2.5.0/vendor/psr/http-client/CHANGELOG.md (added)
-
tags/2.5.0/vendor/psr/http-client/LICENSE (added)
-
tags/2.5.0/vendor/psr/http-client/README.md (added)
-
tags/2.5.0/vendor/psr/http-client/composer.json (added)
-
tags/2.5.0/vendor/psr/http-client/src (added)
-
tags/2.5.0/vendor/psr/http-client/src/ClientExceptionInterface.php (added)
-
tags/2.5.0/vendor/psr/http-client/src/ClientInterface.php (added)
-
tags/2.5.0/vendor/psr/http-client/src/NetworkExceptionInterface.php (added)
-
tags/2.5.0/vendor/psr/http-client/src/RequestExceptionInterface.php (added)
-
tags/2.5.0/vendor/psr/http-factory (added)
-
tags/2.5.0/vendor/psr/http-factory/.gitignore (added)
-
tags/2.5.0/vendor/psr/http-factory/.pullapprove.yml (added)
-
tags/2.5.0/vendor/psr/http-factory/LICENSE (added)
-
tags/2.5.0/vendor/psr/http-factory/README.md (added)
-
tags/2.5.0/vendor/psr/http-factory/composer.json (added)
-
tags/2.5.0/vendor/psr/http-factory/src (added)
-
tags/2.5.0/vendor/psr/http-factory/src/RequestFactoryInterface.php (added)
-
tags/2.5.0/vendor/psr/http-factory/src/ResponseFactoryInterface.php (added)
-
tags/2.5.0/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php (added)
-
tags/2.5.0/vendor/psr/http-factory/src/StreamFactoryInterface.php (added)
-
tags/2.5.0/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php (added)
-
tags/2.5.0/vendor/psr/http-factory/src/UriFactoryInterface.php (added)
-
tags/2.5.0/vendor/psr/http-message (added)
-
tags/2.5.0/vendor/psr/http-message/CHANGELOG.md (added)
-
tags/2.5.0/vendor/psr/http-message/LICENSE (added)
-
tags/2.5.0/vendor/psr/http-message/README.md (added)
-
tags/2.5.0/vendor/psr/http-message/composer.json (added)
-
tags/2.5.0/vendor/psr/http-message/src (added)
-
tags/2.5.0/vendor/psr/http-message/src/MessageInterface.php (added)
-
tags/2.5.0/vendor/psr/http-message/src/RequestInterface.php (added)
-
tags/2.5.0/vendor/psr/http-message/src/ResponseInterface.php (added)
-
tags/2.5.0/vendor/psr/http-message/src/ServerRequestInterface.php (added)
-
tags/2.5.0/vendor/psr/http-message/src/StreamInterface.php (added)
-
tags/2.5.0/vendor/psr/http-message/src/UploadedFileInterface.php (added)
-
tags/2.5.0/vendor/psr/http-message/src/UriInterface.php (added)
-
tags/2.5.0/vendor/ralouphie (added)
-
tags/2.5.0/vendor/ralouphie/getallheaders (added)
-
tags/2.5.0/vendor/ralouphie/getallheaders/LICENSE (added)
-
tags/2.5.0/vendor/ralouphie/getallheaders/README.md (added)
-
tags/2.5.0/vendor/ralouphie/getallheaders/composer.json (added)
-
tags/2.5.0/vendor/ralouphie/getallheaders/src (added)
-
tags/2.5.0/vendor/ralouphie/getallheaders/src/getallheaders.php (added)
-
tags/2.5.0/vendor/sendinblue (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/.gitignore (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/.travis.yml (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/LICENSE.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/README.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/composer.json (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/composer.lock (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/AccountApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/AttributesApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/CRMApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/ContactsApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/EmailCampaignsApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/FoldersApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/InboundParsingApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/ListsApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/MasterAccountApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/ProcessApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/ResellerApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/SMSCampaignsApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/SendersApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/TransactionalEmailsApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/TransactionalSMSApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Api/WebhooksApi.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/AbTestCampaignResult.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/AbTestCampaignResultClickedLinks.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/AbTestCampaignResultStatistics.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/AbTestVersionClicks.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/AbTestVersionClicksInner.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/AbTestVersionStats.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/AddChildDomain.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/AddContactToList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/AddCredits.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/BlockDomain.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/Body.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/Body1.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/Contact.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateAttribute.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateAttributeEnumeration.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateChild.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateContact.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateDoiContact.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateEmailCampaign.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateEmailCampaignRecipients.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateEmailCampaignSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateModel.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateReseller.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateSenderIps.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateSenderModel.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateSmsCampaign.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateSmsCampaignRecipients.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateSmtpEmail.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateSmtpTemplate.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateSmtpTemplateSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateSubAccount.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateSubAccountResponse.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateUpdateContactModel.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateUpdateFolder.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreateWebhook.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/CreatedProcessId.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/DeleteHardbounces.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/EmailExportRecipients.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/ErrorModel.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/FileData.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetAccount.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetAccountMarketingAutomation.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetAccountPlan.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetAccountRelay.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetAccountRelayData.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetAggregatedReport.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetAttributes.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetAttributesAttributes.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetAttributesEnumeration.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetBlockedDomains.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetCampaignOverview.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetCampaignRecipients.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetCampaignStats.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetChildAccountCreationStatus.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetChildDomain.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetChildDomains.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetChildInfo.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetChildInfoApiKeys.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetChildInfoApiKeysV2.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetChildInfoApiKeysV3.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetChildInfoCredits.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetChildInfoStatistics.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetChildrenList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetClient.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetContactCampaignStats.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetContactCampaignStatsClicked.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetContactCampaignStatsOpened.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetContactCampaignStatsTransacAttributes.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetContactCampaignStatsUnsubscriptions.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetContactDetails.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetContacts.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetDeviceBrowserStats.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetEmailCampaign.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetEmailCampaigns.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetEmailEventReport.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetEmailEventReportEvents.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedCampaignOverview.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedCampaignOverviewSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedCampaignStats.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedCampaignStatsGlobalStats.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedClient.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedClientAddress.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedContactDetails.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedContactDetailsStatistics.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedContactDetailsStatisticsClicked.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedContactDetailsStatisticsDelivered.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedContactDetailsStatisticsLinks.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedContactDetailsStatisticsMessagesSent.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedContactDetailsStatisticsOpened.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedContactDetailsStatisticsUnsubscriptions.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetExtendedListCampaignStats.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetFolder.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetFolderLists.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetFolders.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetInboundEmailEvents.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetInboundEmailEventsByUuid.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetInboundEmailEventsByUuidAttachments.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetInboundEmailEventsByUuidLogs.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetInboundEmailEventsEvents.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetIp.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetIpFromSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetIps.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetIpsFromSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetLists.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetProcess.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetProcesses.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetReports.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetReportsReports.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetScheduledEmailByBatchId.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetScheduledEmailByBatchIdBatches.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetScheduledEmailByMessageId.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSendersList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSendersListIps.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSendersListSenders.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSharedTemplateUrl.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSmsCampaign.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSmsCampaignOverview.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSmsCampaignRecipients.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSmsCampaignStats.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSmsCampaigns.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSmsEventReport.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSmsEventReportEvents.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSmtpTemplateOverview.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSmtpTemplateOverviewSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSmtpTemplates.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetSsoToken.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetStatsByBrowser.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetStatsByDevice.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetStatsByDomain.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetTransacAggregatedSmsReport.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetTransacBlockedContacts.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetTransacBlockedContactsContacts.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetTransacBlockedContactsReason.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetTransacEmailContent.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetTransacEmailContentEvents.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetTransacEmailsList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetTransacEmailsListTransactionalEmails.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetTransacSmsReport.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetTransacSmsReportReports.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetWebhook.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/GetWebhooks.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/InlineResponse201.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/ManageIp.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/MasterDetailsResponse.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/MasterDetailsResponseBillingInfo.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/MasterDetailsResponseBillingInfoAddress.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/MasterDetailsResponseBillingInfoName.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/MasterDetailsResponsePlanInfo.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/MasterDetailsResponsePlanInfoFeatures.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/Note.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/NoteData.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/NoteId.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/NoteList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/PostContactInfo.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/PostContactInfoContacts.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/PostSendFailed.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/PostSendSmsTestFailed.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/RemainingCreditModel.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/RemainingCreditModelChild.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/RemainingCreditModelReseller.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/RemoveContactFromList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/RemoveCredits.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/RequestContactExport.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/RequestContactExportCustomContactFilter.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/RequestContactImport.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/RequestContactImportNewList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/RequestSmsRecipientExport.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/ScheduleSmtpEmail.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendReport.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendReportEmail.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSms.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSmtpEmail.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSmtpEmailAttachment.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSmtpEmailBcc.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSmtpEmailCc.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSmtpEmailMessageVersions.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSmtpEmailReplyTo.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSmtpEmailReplyTo1.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSmtpEmailSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSmtpEmailTo.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendSmtpEmailTo1.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendTestEmail.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendTestSms.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SendTransacSms.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SsoTokenRequest.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountDetailsResponse.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountDetailsResponsePlanInfo.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountDetailsResponsePlanInfoCredits.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountDetailsResponsePlanInfoCreditsEmails.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountDetailsResponsePlanInfoFeatures.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountDetailsResponsePlanInfoFeaturesInbox.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountDetailsResponsePlanInfoFeaturesLandingPage.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountDetailsResponsePlanInfoFeaturesUsers.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountUpdatePlanRequest.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountUpdatePlanRequestCredits.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountUpdatePlanRequestFeatures.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountsResponse.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/SubAccountsResponseSubAccounts.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/Task.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/TaskList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/TaskReminder.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/TaskTypes.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateAttribute.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateAttributeEnumeration.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateBatchContacts.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateBatchContactsContacts.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateBatchContactsModel.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateCampaignStatus.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateChild.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateChildAccountStatus.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateChildDomain.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateContact.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateEmailCampaign.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateEmailCampaignRecipients.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateEmailCampaignSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateList.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateSmsCampaign.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateSmtpTemplate.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateSmtpTemplateSender.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UpdateWebhook.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/docs/Model/UploadImageToGallery.md (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/AccountApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/AttributesApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/CRMApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/ContactsApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/EmailCampaignsApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/FoldersApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/InboundParsingApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/ListsApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/MasterAccountApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/ProcessApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/ResellerApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/SMSCampaignsApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/SendersApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/TransactionalEmailsApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/TransactionalSMSApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Api/WebhooksApi.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/ApiException.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Configuration.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/HeaderSelector.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/AbTestCampaignResult.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/AbTestCampaignResultClickedLinks.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/AbTestCampaignResultStatistics.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/AbTestVersionClicks.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/AbTestVersionClicksInner.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/AbTestVersionStats.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/AddChildDomain.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/AddContactToList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/AddCredits.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/BlockDomain.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/Body.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/Body1.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/Contact.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateAttribute.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateAttributeEnumeration.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateChild.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateContact.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateDoiContact.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateEmailCampaign.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateEmailCampaignRecipients.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateEmailCampaignSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateModel.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateReseller.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateSenderIps.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateSenderModel.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateSmsCampaign.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateSmsCampaignRecipients.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateSmtpEmail.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateSmtpTemplate.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateSmtpTemplateSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateSubAccount.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateSubAccountResponse.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateUpdateContactModel.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateUpdateFolder.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreateWebhook.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/CreatedProcessId.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/DeleteHardbounces.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/EmailExportRecipients.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/ErrorModel.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/FileData.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetAccount.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetAccountMarketingAutomation.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetAccountPlan.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetAccountRelay.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetAccountRelayData.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetAggregatedReport.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetAttributes.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetAttributesAttributes.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetAttributesEnumeration.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetBlockedDomains.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetCampaignOverview.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetCampaignRecipients.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetCampaignStats.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetChildAccountCreationStatus.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetChildDomain.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetChildDomains.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetChildInfo.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetChildInfoApiKeys.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetChildInfoApiKeysV2.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetChildInfoApiKeysV3.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetChildInfoCredits.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetChildInfoStatistics.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetChildrenList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetClient.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetContactCampaignStats.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetContactCampaignStatsClicked.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetContactCampaignStatsOpened.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetContactCampaignStatsTransacAttributes.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetContactCampaignStatsUnsubscriptions.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetContactDetails.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetContacts.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetDeviceBrowserStats.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetEmailCampaign.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetEmailCampaigns.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetEmailEventReport.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetEmailEventReportEvents.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedCampaignOverview.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedCampaignOverviewSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedCampaignStats.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedCampaignStatsGlobalStats.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedClient.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedClientAddress.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedContactDetails.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedContactDetailsStatistics.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedContactDetailsStatisticsClicked.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedContactDetailsStatisticsDelivered.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedContactDetailsStatisticsLinks.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedContactDetailsStatisticsMessagesSent.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedContactDetailsStatisticsOpened.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedContactDetailsStatisticsUnsubscriptions.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetExtendedListCampaignStats.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetFolder.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetFolderLists.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetFolders.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetInboundEmailEvents.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetInboundEmailEventsByUuid.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetInboundEmailEventsByUuidAttachments.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetInboundEmailEventsByUuidLogs.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetInboundEmailEventsEvents.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetIp.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetIpFromSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetIps.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetIpsFromSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetLists.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetProcess.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetProcesses.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetReports.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetReportsReports.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetScheduledEmailByBatchId.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetScheduledEmailByBatchIdBatches.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetScheduledEmailByMessageId.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSendersList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSendersListIps.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSendersListSenders.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSharedTemplateUrl.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSmsCampaign.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSmsCampaignOverview.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSmsCampaignRecipients.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSmsCampaignStats.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSmsCampaigns.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSmsEventReport.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSmsEventReportEvents.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSmtpTemplateOverview.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSmtpTemplateOverviewSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSmtpTemplates.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetSsoToken.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetStatsByBrowser.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetStatsByDevice.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetStatsByDomain.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetTransacAggregatedSmsReport.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetTransacBlockedContacts.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetTransacBlockedContactsContacts.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetTransacBlockedContactsReason.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetTransacEmailContent.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetTransacEmailContentEvents.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetTransacEmailsList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetTransacEmailsListTransactionalEmails.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetTransacSmsReport.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetTransacSmsReportReports.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetWebhook.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/GetWebhooks.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/InlineResponse201.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/ManageIp.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/MasterDetailsResponse.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/MasterDetailsResponseBillingInfo.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/MasterDetailsResponseBillingInfoAddress.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/MasterDetailsResponseBillingInfoName.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/MasterDetailsResponsePlanInfo.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/MasterDetailsResponsePlanInfoFeatures.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/ModelInterface.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/Note.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/NoteData.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/NoteId.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/NoteList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/PostContactInfo.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/PostContactInfoContacts.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/PostSendFailed.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/PostSendSmsTestFailed.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/RemainingCreditModel.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/RemainingCreditModelChild.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/RemainingCreditModelReseller.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/RemoveContactFromList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/RemoveCredits.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/RequestContactExport.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/RequestContactExportCustomContactFilter.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/RequestContactImport.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/RequestContactImportNewList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/RequestSmsRecipientExport.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/ScheduleSmtpEmail.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendReport.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendReportEmail.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSms.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSmtpEmail.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSmtpEmailAttachment.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSmtpEmailBcc.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSmtpEmailCc.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSmtpEmailMessageVersions.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSmtpEmailReplyTo.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSmtpEmailReplyTo1.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSmtpEmailSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSmtpEmailTo.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendSmtpEmailTo1.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendTestEmail.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendTestSms.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SendTransacSms.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SsoTokenRequest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountDetailsResponse.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountDetailsResponsePlanInfo.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountDetailsResponsePlanInfoCredits.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountDetailsResponsePlanInfoCreditsEmails.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountDetailsResponsePlanInfoFeatures.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountDetailsResponsePlanInfoFeaturesInbox.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountDetailsResponsePlanInfoFeaturesLandingPage.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountDetailsResponsePlanInfoFeaturesUsers.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountUpdatePlanRequest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountUpdatePlanRequestCredits.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountUpdatePlanRequestFeatures.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountsResponse.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/SubAccountsResponseSubAccounts.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/Task.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/TaskList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/TaskReminder.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/TaskTypes.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateAttribute.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateAttributeEnumeration.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateBatchContacts.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateBatchContactsContacts.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateBatchContactsModel.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateCampaignStatus.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateChild.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateChildAccountStatus.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateChildDomain.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateContact.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateEmailCampaign.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateEmailCampaignRecipients.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateEmailCampaignSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateList.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateSmsCampaign.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateSmtpTemplate.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateSmtpTemplateSender.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UpdateWebhook.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/Model/UploadImageToGallery.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/lib/ObjectSerializer.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/phpunit.xml.dist (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/AccountApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/AttributesApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/CRMApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/ContactsApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/EmailCampaignsApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/FoldersApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/InboundParsingApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/ListsApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/MasterAccountApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/ProcessApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/ResellerApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/SMSCampaignsApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/SendersApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/TransactionalEmailsApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/TransactionalSMSApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Api/WebhooksApiTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/AbTestCampaignResultClickedLinksTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/AbTestCampaignResultStatisticsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/AbTestCampaignResultTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/AbTestVersionClicksInnerTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/AbTestVersionClicksTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/AbTestVersionStatsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/AddChildDomainTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/AddContactToListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/AddCreditsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/BlockDomainTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/Body1Test.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/BodyTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/ContactTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateAttributeEnumerationTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateAttributeTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateChildTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateContactTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateDoiContactTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateEmailCampaignRecipientsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateEmailCampaignSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateEmailCampaignTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateModelTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateResellerTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateSenderIpsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateSenderModelTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateSmsCampaignRecipientsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateSmsCampaignTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateSmtpEmailTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateSmtpTemplateSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateSmtpTemplateTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateSubAccountResponseTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateSubAccountTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateUpdateContactModelTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateUpdateFolderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreateWebhookTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/CreatedProcessIdTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/DeleteHardbouncesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/EmailExportRecipientsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/ErrorModelTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/FileDataTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetAccountMarketingAutomationTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetAccountPlanTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetAccountRelayDataTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetAccountRelayTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetAccountTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetAggregatedReportTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetAttributesAttributesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetAttributesEnumerationTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetAttributesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetBlockedDomainsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetCampaignOverviewTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetCampaignRecipientsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetCampaignStatsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetChildAccountCreationStatusTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetChildDomainTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetChildDomainsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetChildInfoApiKeysTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetChildInfoApiKeysV2Test.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetChildInfoApiKeysV3Test.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetChildInfoCreditsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetChildInfoStatisticsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetChildInfoTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetChildrenListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetClientTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetContactCampaignStatsClickedTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetContactCampaignStatsOpenedTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetContactCampaignStatsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetContactCampaignStatsTransacAttributesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetContactCampaignStatsUnsubscriptionsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetContactDetailsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetContactsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetDeviceBrowserStatsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetEmailCampaignTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetEmailCampaignsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetEmailEventReportEventsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetEmailEventReportTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedCampaignOverviewSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedCampaignOverviewTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedCampaignStatsGlobalStatsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedCampaignStatsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedClientAddressTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedClientTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedContactDetailsStatisticsClickedTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedContactDetailsStatisticsDeliveredTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedContactDetailsStatisticsLinksTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedContactDetailsStatisticsMessagesSentTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedContactDetailsStatisticsOpenedTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedContactDetailsStatisticsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscriptionTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscriptionTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedContactDetailsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedListCampaignStatsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetExtendedListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetFolderListsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetFolderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetFoldersTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetInboundEmailEventsByUuidAttachmentsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetInboundEmailEventsByUuidLogsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetInboundEmailEventsByUuidTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetInboundEmailEventsEventsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetInboundEmailEventsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetIpFromSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetIpTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetIpsFromSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetIpsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetListsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetProcessTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetProcessesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetReportsReportsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetReportsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetScheduledEmailByBatchIdBatchesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetScheduledEmailByBatchIdTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetScheduledEmailByMessageIdTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSendersListIpsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSendersListSendersTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSendersListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSharedTemplateUrlTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSmsCampaignOverviewTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSmsCampaignRecipientsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSmsCampaignStatsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSmsCampaignTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSmsCampaignsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSmsEventReportEventsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSmsEventReportTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSmtpTemplateOverviewSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSmtpTemplateOverviewTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSmtpTemplatesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetSsoTokenTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetStatsByBrowserTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetStatsByDeviceTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetStatsByDomainTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetTransacAggregatedSmsReportTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetTransacBlockedContactsContactsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetTransacBlockedContactsReasonTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetTransacBlockedContactsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetTransacEmailContentEventsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetTransacEmailContentTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetTransacEmailsListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetTransacEmailsListTransactionalEmailsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetTransacSmsReportReportsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetTransacSmsReportTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetWebhookTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/GetWebhooksTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/InlineResponse201Test.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/ManageIpTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/MasterDetailsResponseBillingInfoAddressTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/MasterDetailsResponseBillingInfoNameTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/MasterDetailsResponseBillingInfoTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/MasterDetailsResponsePlanInfoFeaturesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/MasterDetailsResponsePlanInfoTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/MasterDetailsResponseTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/NoteDataTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/NoteIdTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/NoteListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/NoteTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/PostContactInfoContactsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/PostContactInfoTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/PostSendFailedTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/PostSendSmsTestFailedTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/RemainingCreditModelChildTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/RemainingCreditModelResellerTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/RemainingCreditModelTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/RemoveContactFromListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/RemoveCreditsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/RequestContactExportCustomContactFilterTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/RequestContactExportTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/RequestContactImportNewListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/RequestContactImportTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/RequestSmsRecipientExportTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/ScheduleSmtpEmailTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendReportEmailTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendReportTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmtpEmailAttachmentTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmtpEmailBccTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmtpEmailCcTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmtpEmailMessageVersionsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmtpEmailReplyTo1Test.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmtpEmailReplyToTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmtpEmailSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmtpEmailTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmtpEmailTo1Test.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendSmtpEmailToTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendTestEmailTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendTestSmsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SendTransacSmsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SsoTokenRequestTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountDetailsResponsePlanInfoCreditsEmailsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountDetailsResponsePlanInfoCreditsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountDetailsResponsePlanInfoFeaturesInboxTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountDetailsResponsePlanInfoFeaturesLandingPageTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountDetailsResponsePlanInfoFeaturesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountDetailsResponsePlanInfoFeaturesUsersTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountDetailsResponsePlanInfoTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountDetailsResponseTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountUpdatePlanRequestCreditsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountUpdatePlanRequestFeaturesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountUpdatePlanRequestTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountsResponseSubAccountsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/SubAccountsResponseTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/TaskListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/TaskReminderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/TaskTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/TaskTypesTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateAttributeEnumerationTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateAttributeTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateBatchContactsContactsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateBatchContactsModelTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateBatchContactsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateCampaignStatusTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateChildAccountStatusTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateChildDomainTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateChildTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateContactTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateEmailCampaignRecipientsTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateEmailCampaignSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateEmailCampaignTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateListTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateSmsCampaignTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateSmtpTemplateSenderTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateSmtpTemplateTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UpdateWebhookTest.php (added)
-
tags/2.5.0/vendor/sendinblue/api-v3-sdk/test/Model/UploadImageToGalleryTest.php (added)
-
tags/2.5.0/vendor/symfony (added)
-
tags/2.5.0/vendor/symfony/deprecation-contracts (added)
-
tags/2.5.0/vendor/symfony/deprecation-contracts/.gitignore (added)
-
tags/2.5.0/vendor/symfony/deprecation-contracts/CHANGELOG.md (added)
-
tags/2.5.0/vendor/symfony/deprecation-contracts/LICENSE (added)
-
tags/2.5.0/vendor/symfony/deprecation-contracts/README.md (added)
-
tags/2.5.0/vendor/symfony/deprecation-contracts/composer.json (added)
-
tags/2.5.0/vendor/symfony/deprecation-contracts/function.php (added)
-
trunk/admin/WP_MADEIT_FORM_admin.php (modified) (5 diffs)
-
trunk/admin/js/script.js (modified) (1 diff)
-
trunk/api/WP_Form_Api.php (modified) (1 diff)
-
trunk/front/WP_Form_front.php (modified) (6 diffs)
-
trunk/gutenberg/input-field/build/index.asset.php (modified) (1 diff)
-
trunk/gutenberg/input-field/build/index.js (modified) (1 diff)
-
trunk/gutenberg/input-field/src/edit.js (modified) (5 diffs)
-
trunk/gutenberg/input-field/src/index.js (modified) (2 diffs)
-
trunk/gutenberg/input-field/src/save.js (modified) (2 diffs)
-
trunk/gutenberg/largeinput-field/build/index.asset.php (modified) (1 diff)
-
trunk/gutenberg/largeinput-field/build/index.js (modified) (1 diff)
-
trunk/gutenberg/largeinput-field/src/save.js (modified) (1 diff)
-
trunk/madeit-form.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
forms-by-made-it/trunk/admin/WP_MADEIT_FORM_admin.php
r2859703 r2888516 98 98 99 99 // output the column headings 100 fputcsv($output, $columns );100 fputcsv($output, $columns, ";"); 101 101 102 102 // fetch the data … … 108 108 109 109 foreach (json_decode(get_post_meta($d->ID, 'data', true), true) as $k => $v) { 110 if(is_array($v)) { 111 $v = implode(", ", $v); 112 } 110 113 $row[$k] = $v; 111 114 } … … 116 119 117 120 unset($row['g-recaptcha-response']); 118 fputcsv($output, $row );121 fputcsv($output, $row, ";"); 119 122 } 120 123 exit(); … … 324 327 $data = json_decode($this->dbToEnter(get_post_meta($post_id, 'data', true)), true); 325 328 326 echo $data[$fieldName] ?? ''; 329 $v = $data[$fieldName] ?? ''; 330 331 if(is_array($v)) { 332 echo implode(", ", $v); 333 } else { 334 echo $v; 335 } 327 336 } 328 337 } … … 862 871 </th> 863 872 <td> 864 <?php echo nl2br(esc_html($v)); ?> 873 <?php 874 if(is_array($v)) { 875 echo esc_html(implode(", ", $v)); 876 } 877 else { 878 echo nl2br(esc_html($v)); 879 } 880 ?> 865 881 </td> 866 882 </tr> -
forms-by-made-it/trunk/admin/js/script.js
r2870188 r2888516 332 332 var blocks = wp.data.select( 'core/block-editor' ).getBlocks(); 333 333 334 console.log(blocks);335 336 334 var tags = []; 337 335 for(var i = 0; i < blocks.length; i++) { -
forms-by-made-it/trunk/api/WP_Form_Api.php
r2778636 r2888516 96 96 update_post_meta($inputId, 'data', json_encode($postData)); 97 97 update_post_meta($inputId, 'ip', $this->getIP()); 98 update_post_meta($inputId, 'user_agent', (isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : 'UNKNOWN'));98 update_post_meta($inputId, 'user_agent', isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : 'UNKNOWN'); 99 99 update_post_meta($inputId, 'spam', $spam ? 1 : 0); 100 100 update_post_meta($inputId, 'read', 0); -
forms-by-made-it/trunk/front/WP_Form_front.php
r2859703 r2888516 124 124 $tags[] = $tag; 125 125 $type = $block['attrs']['type'] ?? 'text'; 126 127 error_log('tag: '.$tag . ' type: '.$type); 128 126 129 if (isset($block['attrs']['required']) && $block['attrs']['required']) { 127 130 if (!isset($_POST[$tag]) || empty($_POST[$tag])) { … … 148 151 if (!preg_match('%^[+]?[0-9()/ -]*$%', $_POST[$tag])) { 149 152 $error = true; 150 $error_msg = isset($messages['mod_text_invalid_url']) ? $messages['mod_text_invalid_url'] : $messages['validation_error']; 153 $error_msg = isset($messages['mod_text_invalid_phone']) ? $messages['mod_text_invalid_phone'] : $messages['validation_error']; 154 } 155 } 156 157 if(!empty($_POST[$tag]) && $type === 'number') { 158 if(!is_numeric($_POST[$tag])) { 159 $error = true; 160 $error_msg = isset($messages['mod_number_invalid_number']) ? $messages['mod_number_invalid_number'] : $messages['validation_error']; 161 } 162 163 if(isset($block['attrs']['minimum']) && $_POST[$tag] < $block['attrs']['minimum']) { 164 $error = true; 165 $error_msg = isset($messages['mod_number_number_too_small']) ? $messages['mod_number_number_too_small'] : $messages['validation_error']; 166 } 167 168 if(isset($block['attrs']['maximum']) && $_POST[$tag] > $block['attrs']['maximum']) { 169 $error = true; 170 $error_msg = isset($messages['mod_number_number_too_large']) ? $messages['mod_number_number_too_large'] : $messages['validation_error']; 151 171 } 152 172 } … … 234 254 update_post_meta($inputId, 'data', $this->enterToDB(json_encode($postData))); 235 255 update_post_meta($inputId, 'ip', $this->getIP()); 236 update_post_meta($inputId, 'user_agent', (isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : 'UNKNOWN'));256 update_post_meta($inputId, 'user_agent', isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : 'UNKNOWN'); 237 257 update_post_meta($inputId, 'spam', $spam ? 1 : 0); 238 258 update_post_meta($inputId, 'read', 0); … … 279 299 echo '<div class="madeit-form-success">'.$messages['success'].'</div>'; 280 300 } 281 //return success message301 //return success message 282 302 } else { 283 303 $this->renderForm($form->ID, $form, $translatedForm, $ajax); … … 537 557 update_post_meta($inputId, 'data', $this->enterToDB(json_encode($postData))); 538 558 update_post_meta($inputId, 'ip', $this->getIP()); 539 update_post_meta($inputId, 'user_agent', (isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : 'UNKNOWN'));559 update_post_meta($inputId, 'user_agent', isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : 'UNKNOWN'); 540 560 update_post_meta($inputId, 'spam', $spam ? 1 : 0); 541 561 update_post_meta($inputId, 'read', 0); … … 595 615 header('Content-Type: image/png'); 596 616 echo base64_decode('iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII='); 597 exit ();617 exit; 598 618 } 599 619 } -
forms-by-made-it/trunk/gutenberg/input-field/build/index.asset.php
r2870188 r2888516 1 <?php 2 3 return ['dependencies' => ['lodash', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'], 'version' => 'c8e32639a4c44c6e2384']; 1 <?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '5653d2b401d0e692c22f'); -
forms-by-made-it/trunk/gutenberg/input-field/build/index.js
r2870188 r2888516 1 (()=>{"use strict";var e,l={233:()=>{const e=window.wp.element,l=window.wp.blocks, t=window.wp.primitives,a=window.wp.blockEditor,r=window.wp.i18n,n=window.lodash,o=window.wp.components,i={type:{type:"string",default:"text",enum:["text","email","url","tel","password"]},required:{type:"boolean",default:!1},name:{type:"string"},default_value:{type:"string"},placeholder:{type:"string"},label:{type:"string"}},u={html:!1};(0,l.registerBlockType)("madeitforms/input-field",{icon:(0,e.createElement)(t.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)(t.Path,{d:"M20 6H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H4c-.3 0-.5-.2-.5-.5V8c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5v9zM10"})),supports:u,attributes:i,edit:function(l){const{attributes:t,setAttributes:i,className:u,clientId:d}=l,{type:c,required:s,name:m,label:p,default_value:f,placeholder:v}=t;console.log(l);const b=[{value:"text",label:(0,r.__)("Text")},{value:"email",label:(0,r.__)("E-mail Address")},{value:"url",label:(0,r.__)("URL")},{value:"tel",label:(0,r.__)("Phone")}];null==m&&i({name:"field-"+(0,n.uniqueId)()});const h=(0,a.useBlockProps)({className:u}),_={className:"madeit-forms-input-field",type:c,name:m,value:f,placeholder:v,disabled:!0};for(var g=wp.data.select("core/block-editor").getBlocks(),k=!0,w=0;w<g.length;w++)g[w].clientId!==d&&void 0!==g[w].attributes.name&&g[w].attributes.name===m&&(k=!1);return[(0,e.createElement)(a.InspectorControls,null,(0,e.createElement)(o.PanelBody,{title:(0,r.__)("Field settings"),initialOpen:!0},(0,e.createElement)(o.SelectControl,{label:(0,r.__)("Type"),value:c,options:b.map((e=>{let{value:l,label:t}=e;return{value:l,label:t}})),onChange:e=>i({type:e})}),(0,e.createElement)(o.TextControl,{label:(0,r.__)("Label"),value:p,onChange:e=>i({label:e})}),(0,e.createElement)(o.TextControl,{label:(0,r.__)("Default Value"),value:f,onChange:e=>i({default_value:e})}),(0,e.createElement)(o.TextControl,{label:(0,r.__)("Placeholder"),value:v,onChange:e=>i({placeholder:e})}),(0,e.createElement)(o.ToggleControl,{label:(0,r.__)("Required"),checked:s,onChange:e=>i({required:e})}),(0,e.createElement)(o.TextControl,{label:(0,r.__)("Name"),help:(0,r.__)("Deze naam kan je gebruiken in de acties. Enkel letters, cijfers, - of _ zijn toegelaten."),value:m,onChange:e=>{e.toLowerCase().replace(/[^a-z0-9-_]/gi,""),i({name:e})}}))),(0,e.createElement)("div",null,(0,e.createElement)("div",h,(0,e.createElement)("div",null,(0,e.createElement)("label",null,p)),(0,e.createElement)("input",_)),!k&&(0,e.createElement)("div",{className:"ma-forms-input-error"},(0,r.__)("Duplicated name found. Make the name of this field unique.")))]},save:function(l){const{attributes:t,className:r,clientId:n}=l,{type:o,required:i,name:u,label:d,default_value:c,placeholder:s}=t,m=a.useBlockProps.save({className:r}),p={className:"madeit-forms-input-field",type:o,name:u,required:i,value:c,placeholder:s};return(0,e.createElement)("div",m,null!==d&&d.length>0?(0,e.createElement)("div",null,(0,e.createElement)("label",null,d)):null,(0,e.createElement)("input",p))},deprecated:[{attributes:i,supports:u,save:function(l){const{attributes:t,className:r}=l,{type:n,required:o,name:i,label:u,default_value:d,placeholder:c}=t,s=a.useBlockProps.save({className:r}),m={className:"madeit-forms-input-field",type:n,name:i,required:o,value:d,placeholder:c};return(0,e.createElement)("div",s,(0,e.createElement)("div",null,(0,e.createElement)("label",null,u)),(0,e.createElement)("input",m))}}],transforms:{from:[{type:"block",blocks:["madeitforms/largeinput-field"],transform:e=>(0,l.createBlock)("madeitforms/input-field",{type:"text",required:e.required,name:e.name,default_value:e.default_value,placeholder:e.placeholder,label:e.label})},{type:"block",blocks:["madeitforms/multi-value-field"],transform:e=>(0,l.createBlock)("madeitforms/input-field",{type:"text",required:e.required,name:e.name,default_value:e.default_value,placeholder:e.placeholder,label:e.label})}],to:[{type:"block",blocks:["madeitforms/largeinput-field"],transform:e=>(0,l.createBlock)("madeitforms/largeinput-field",{required:e.required,name:e.name,default_value:e.default_value,placeholder:e.placeholder,label:e.label})},{type:"block",blocks:["madeitforms/multi-value-field"],transform:e=>(0,l.createBlock)("madeitforms/multi-value-field",{type:"checkbox",required:e.required,name:e.name,default_value:e.default_value,placeholder:e.placeholder,label:e.label,values:e.default_value})}]}})}},t={};function a(e){var r=t[e];if(void 0!==r)return r.exports;var n=t[e]={exports:{}};return l[e](n,n.exports,a),n.exports}a.m=l,e=[],a.O=(l,t,r,n)=>{if(!t){var o=1/0;for(c=0;c<e.length;c++){t=e[c][0],r=e[c][1],n=e[c][2];for(var i=!0,u=0;u<t.length;u++)(!1&n||o>=n)&&Object.keys(a.O).every((e=>a.O[e](t[u])))?t.splice(u--,1):(i=!1,n<o&&(o=n));if(i){e.splice(c--,1);var d=r();void 0!==d&&(l=d)}}return l}n=n||0;for(var c=e.length;c>0&&e[c-1][2]>n;c--)e[c]=e[c-1];e[c]=[t,r,n]},a.o=(e,l)=>Object.prototype.hasOwnProperty.call(e,l),(()=>{var e={826:0,431:0};a.O.j=l=>0===e[l];var l=(l,t)=>{var r,n,o=t[0],i=t[1],u=t[2],d=0;if(o.some((l=>0!==e[l]))){for(r in i)a.o(i,r)&&(a.m[r]=i[r]);if(u)var c=u(a)}for(l&&l(t);d<o.length;d++)n=o[d],a.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return a.O(c)},t=self.webpackChunkmadeit_forms=self.webpackChunkmadeit_forms||[];t.forEach(l.bind(null,0)),t.push=l.bind(null,t.push.bind(t))})();var r=a.O(void 0,[431],(()=>a(233)));r=a.O(r)})();1 (()=>{"use strict";var e,l={233:()=>{const e=window.wp.element,l=window.wp.blocks,a=window.wp.primitives,t=window.wp.blockEditor,r=window.wp.i18n,n=window.lodash,u=window.wp.components,i={type:{type:"string",default:"text",enum:["text","email","url","tel","password","number","date","datetime-local"]},required:{type:"boolean",default:!1},name:{type:"string"},default_value:{type:"string"},placeholder:{type:"string"},label:{type:"string"},minimum:{type:"number"},maximum:{type:"number"}},m={html:!1};(0,l.registerBlockType)("madeitforms/input-field",{icon:(0,e.createElement)(a.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)(a.Path,{d:"M20 6H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H4c-.3 0-.5-.2-.5-.5V8c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5v9zM10"})),supports:m,attributes:i,edit:function(l){const{attributes:a,setAttributes:i,className:m,clientId:o}=l,{type:d,required:c,name:s,label:p,default_value:f,placeholder:b,minimum:v,maximum:_}=a,h=[{value:"text",label:(0,r.__)("Text")},{value:"email",label:(0,r.__)("E-mail Address")},{value:"url",label:(0,r.__)("URL")},{value:"tel",label:(0,r.__)("Phone")},{value:"number",label:(0,r.__)("Number")},{value:"date",label:(0,r.__)("Date")}];null==s&&i({name:"field-"+(0,n.uniqueId)()});const g=(0,t.useBlockProps)({className:m}),y={className:"madeit-forms-input-field",type:d,name:s,value:f,placeholder:b,disabled:!0};"number"===d&&(null!=v&&(y.min=v),null!=_&&(y.max=_));for(var k=wp.data.select("core/block-editor").getBlocks(),w=!0,E=0;E<k.length;E++)k[E].clientId!==o&&void 0!==k[E].attributes.name&&k[E].attributes.name===s&&(w=!1);return[(0,e.createElement)(t.InspectorControls,null,(0,e.createElement)(u.PanelBody,{title:(0,r.__)("Field settings"),initialOpen:!0},(0,e.createElement)(u.SelectControl,{label:(0,r.__)("Type"),value:d,options:h.map((e=>{let{value:l,label:a}=e;return{value:l,label:a}})),onChange:e=>i({type:e})}),(0,e.createElement)(u.TextControl,{label:(0,r.__)("Label"),value:p,onChange:e=>i({label:e})}),(0,e.createElement)(u.TextControl,{label:(0,r.__)("Default Value"),value:f,onChange:e=>i({default_value:e})}),(0,e.createElement)(u.TextControl,{label:(0,r.__)("Placeholder"),value:b,onChange:e=>i({placeholder:e})}),(0,e.createElement)(u.ToggleControl,{label:(0,r.__)("Required"),checked:c,onChange:e=>i({required:e})}),(0,e.createElement)(u.TextControl,{label:(0,r.__)("Name"),help:(0,r.__)("Deze naam kan je gebruiken in de acties. Enkel letters, cijfers, - of _ zijn toegelaten."),value:s,required:!0,onChange:e=>{e.toLowerCase().replace(/[^a-z0-9-_]/gi,""),i({name:e})}}),"number"===d&&(0,e.createElement)("div",null,(0,e.createElement)(u.TextControl,{label:(0,r.__)("Minimum"),type:"number",value:v,onChange:e=>i({minimum:e})}),(0,e.createElement)(u.TextControl,{label:(0,r.__)("Maximum"),type:"number",value:_,onChange:e=>i({maximum:e})})))),(0,e.createElement)("div",null,(0,e.createElement)("div",g,(0,e.createElement)("div",null,(0,e.createElement)("label",null,p)),(0,e.createElement)("input",y)),!w&&(0,e.createElement)("div",{className:"ma-forms-input-error"},(0,r.__)("Duplicated name found. Make the name of this field unique.")))]},save:function(l){const{attributes:a,className:r,clientId:n}=l,{type:u,required:i,name:m,label:o,default_value:d,placeholder:c,minimum:s,maximum:p}=a,f=t.useBlockProps.save({className:r}),b={className:"madeit-forms-input-field",type:u,name:m,required:i,value:d,placeholder:c};return"number"===u&&(null!=s&&(b.min=s),null!=p&&(b.max=p)),(0,e.createElement)("div",f,null!=o&&o.length>0?(0,e.createElement)("div",null,(0,e.createElement)("label",null,o)):null,(0,e.createElement)("input",b))},deprecated:[{attributes:i,supports:m,save:function(l){const{attributes:a,className:r}=l,{type:n,required:u,name:i,label:m,default_value:o,placeholder:d}=a,c=t.useBlockProps.save({className:r}),s={className:"madeit-forms-input-field",type:n,name:i,required:u,value:o,placeholder:d};return(0,e.createElement)("div",c,(0,e.createElement)("div",null,(0,e.createElement)("label",null,m)),(0,e.createElement)("input",s))}}],transforms:{from:[{type:"block",blocks:["madeitforms/largeinput-field"],transform:e=>(0,l.createBlock)("madeitforms/input-field",{type:"text",required:e.required,name:e.name,default_value:e.default_value,placeholder:e.placeholder,label:e.label})},{type:"block",blocks:["madeitforms/multi-value-field"],transform:e=>(0,l.createBlock)("madeitforms/input-field",{type:"text",required:e.required,name:e.name,default_value:e.default_value,placeholder:e.placeholder,label:e.label})}],to:[{type:"block",blocks:["madeitforms/largeinput-field"],transform:e=>(0,l.createBlock)("madeitforms/largeinput-field",{required:e.required,name:e.name,default_value:e.default_value,placeholder:e.placeholder,label:e.label})},{type:"block",blocks:["madeitforms/multi-value-field"],transform:e=>(0,l.createBlock)("madeitforms/multi-value-field",{type:"checkbox",required:e.required,name:e.name,default_value:e.default_value,placeholder:e.placeholder,label:e.label,values:e.default_value})}]}})}},a={};function t(e){var r=a[e];if(void 0!==r)return r.exports;var n=a[e]={exports:{}};return l[e](n,n.exports,t),n.exports}t.m=l,e=[],t.O=(l,a,r,n)=>{if(!a){var u=1/0;for(d=0;d<e.length;d++){a=e[d][0],r=e[d][1],n=e[d][2];for(var i=!0,m=0;m<a.length;m++)(!1&n||u>=n)&&Object.keys(t.O).every((e=>t.O[e](a[m])))?a.splice(m--,1):(i=!1,n<u&&(u=n));if(i){e.splice(d--,1);var o=r();void 0!==o&&(l=o)}}return l}n=n||0;for(var d=e.length;d>0&&e[d-1][2]>n;d--)e[d]=e[d-1];e[d]=[a,r,n]},t.o=(e,l)=>Object.prototype.hasOwnProperty.call(e,l),(()=>{var e={826:0,431:0};t.O.j=l=>0===e[l];var l=(l,a)=>{var r,n,u=a[0],i=a[1],m=a[2],o=0;if(u.some((l=>0!==e[l]))){for(r in i)t.o(i,r)&&(t.m[r]=i[r]);if(m)var d=m(t)}for(l&&l(a);o<u.length;o++)n=u[o],t.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return t.O(d)},a=self.webpackChunkmadeit_forms=self.webpackChunkmadeit_forms||[];a.forEach(l.bind(null,0)),a.push=l.bind(null,a.push.bind(a))})();var r=t.O(void 0,[431],(()=>t(233)));r=t.O(r)})(); -
forms-by-made-it/trunk/gutenberg/input-field/src/edit.js
r2870188 r2888516 16 16 17 17 const { 18 type, required, name, label, default_value, placeholder 18 type, required, name, label, default_value, placeholder, minimum, maximum 19 19 } = attributes; 20 20 … … 24 24 { value: 'url', label: __( 'URL' ) }, 25 25 { value: 'tel', label: __( 'Phone' ) }, 26 { value: 'number', label: __( 'Number' ) }, 27 { value: 'date', label: __( 'Date' ) }, 26 28 ]; 27 29 … … 42 44 disabled: true 43 45 }; 46 47 if(type === 'number') { 48 if(minimum !== undefined && minimum !== null) { 49 inputProps.min = minimum; 50 } 51 52 if(maximum !== undefined && maximum !== null) { 53 inputProps.max = maximum; 54 } 55 } 44 56 45 57 var blocks = wp.data.select( 'core/block-editor' ).getBlocks(); … … 85 97 help={ __( 'Deze naam kan je gebruiken in de acties. Enkel letters, cijfers, - of _ zijn toegelaten.' ) } 86 98 value={ name } 99 required={ true } 87 100 onChange={ ( value ) => { 88 101 value.toLowerCase().replace(/[^a-z0-9-_]/gi,''); … … 90 103 }} 91 104 /> 105 { type === 'number' && ( 106 <div> 107 <TextControl 108 label={ __( 'Minimum' ) } 109 type="number" 110 value={ minimum } 111 onChange={ ( value ) => setAttributes( { minimum: value } ) } 112 /> 113 <TextControl 114 label={ __( 'Maximum' ) } 115 type="number" 116 value={ maximum } 117 onChange={ ( value ) => setAttributes( { maximum: value } ) } 118 /> 119 </div> 120 )} 92 121 </PanelBody> 93 122 </InspectorControls>, -
forms-by-made-it/trunk/gutenberg/input-field/src/index.js
r2870188 r2888516 27 27 type: "string", 28 28 default: "text", 29 enum: ["text", "email", "url", "tel", "password" ]29 enum: ["text", "email", "url", "tel", "password", "number", "date", "datetime-local"] 30 30 }, 31 31 required: { … … 44 44 label: { 45 45 type: "string" 46 }, 47 minimum: { 48 type: "number" 49 }, 50 maximum: { 51 type: "number" 46 52 } 47 53 }; -
forms-by-made-it/trunk/gutenberg/input-field/src/save.js
r2870188 r2888516 11 11 12 12 const { 13 type, required, name, label, default_value, placeholder 13 type, required, name, label, default_value, placeholder, minimum, maximum 14 14 } = attributes; 15 15 … … 27 27 placeholder: placeholder 28 28 }; 29 30 if(type === 'number') { 31 if(minimum !== undefined && minimum !== null) { 32 inputProps.min = minimum; 33 } 34 35 if(maximum !== undefined && maximum !== null) { 36 inputProps.max = maximum; 37 } 38 } 29 39 30 40 return ( 31 41 <div { ...blockPropsParent }> 32 { label !== null && label.length > 0 ? <div><label>{ label }</label></div> : null }42 { label !== undefined && label !== null && label.length > 0 ? <div><label>{ label }</label></div> : null } 33 43 <input { ...inputProps } /> 34 44 </div> -
forms-by-made-it/trunk/gutenberg/largeinput-field/build/index.asset.php
r2870188 r2888516 1 1 <?php 2 2 3 return ['dependencies' => ['lodash', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'], 'version' => ' 756961555ad9a156b6b7'];3 return ['dependencies' => ['lodash', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'], 'version' => '3279581d383d3f20a4e5']; -
forms-by-made-it/trunk/gutenberg/largeinput-field/build/index.js
r2870188 r2888516 1 (()=>{"use strict";var e,l={233:()=>{const e=window.wp.element,l=window.wp.blocks,t=window.wp.primitives,a=window.wp.blockEditor,r=window.wp.i18n,n=window.lodash,o=window.wp.components;(0,l.registerBlockType)("madeitforms/largeinput-field",{icon:(0,e.createElement)(t.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)(t.Path,{d:"M20 6H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H4c-.3 0-.5-.2-.5-.5V8c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5v9zM10"})),edit:function(l){const{attributes:t,setAttributes:i,className:c,clientId:s}=l,{required:d,name:u,label:m,default_value:p,placeholder:v}=t;null==u&&i({name:"field-"+(0,n.uniqueId)()});const f=(0,a.useBlockProps)({className:c}),h={className:"madeit-forms-largeinput-field",name:u,placeholder:v,disabled:!0};for(var b=wp.data.select("core/block-editor").getBlocks(),w=!0,g=0;g<b.length;g++)b[g].clientId!==s&&void 0!==b[g].attributes.name&&b[g].attributes.name===u&&(w=!1);return[(0,e.createElement)(a.InspectorControls,null,(0,e.createElement)(o.PanelBody,{title:(0,r.__)("Field settings"),initialOpen:!0},(0,e.createElement)(o.TextControl,{label:(0,r.__)("Label"),value:m,onChange:e=>i({label:e})}),(0,e.createElement)(o.TextControl,{label:(0,r.__)("Default Value"),value:p,onChange:e=>i({default_value:e})}),(0,e.createElement)(o.TextControl,{label:(0,r.__)("Placeholder"),value:v,onChange:e=>i({placeholder:e})}),(0,e.createElement)(o.ToggleControl,{label:(0,r.__)("Required"),checked:d,onChange:e=>i({required:e})}),(0,e.createElement)(o.TextControl,{label:(0,r.__)("Name"),help:(0,r.__)("Deze naam kan je gebruiken in de acties. Enkel letters, cijfers, - of _ zijn toegelaten."),value:u,onChange:e=>{e.toLowerCase().replace(/[^a-z0-9-_]/gi,""),i({name:e})}}))),(0,e.createElement)("div",null,(0,e.createElement)("div",f,(0,e.createElement)("div",null,(0,e.createElement)("label",null,m)),(0,e.createElement)("textarea",h,p)),!w&&(0,e.createElement)("div",{className:"ma-forms-input-error"},(0,r.__)("Duplicated name found. Make the name of this field unique.")))]},save:function(l){const{attributes:t,className:r,clientId:n}=l,{required:o,name:i,label:c,default_value:s,placeholder:d}=t,u=a.useBlockProps.save({className:r}),m={className:"madeit-forms-largeinput-field",name:i,required:o,placeholder:d};return(0,e.createElement)("div",u,null!= =c&&c.length>0?(0,e.createElement)("div",null,(0,e.createElement)("label",null,c)):null,(0,e.createElement)("textarea",m,s))},deprecated:[{attributes:{required:{type:"boolean",default:!1},name:{type:"string"},default_value:{type:"string"},placeholder:{type:"string"},label:{type:"string"}},supports:{html:!1},save(l){const{attributes:t,className:r,clientId:n}=l,{required:o,name:i,label:c,default_value:s,placeholder:d}=t,u=a.useBlockProps.save({className:r}),m={className:"madeit-forms-largeinput-field",name:i,required:o,placeholder:d};return(0,e.createElement)("div",u,(0,e.createElement)("div",null,(0,e.createElement)("label",null,c)),(0,e.createElement)("textarea",m,s))}}]})}},t={};function a(e){var r=t[e];if(void 0!==r)return r.exports;var n=t[e]={exports:{}};return l[e](n,n.exports,a),n.exports}a.m=l,e=[],a.O=(l,t,r,n)=>{if(!t){var o=1/0;for(d=0;d<e.length;d++){t=e[d][0],r=e[d][1],n=e[d][2];for(var i=!0,c=0;c<t.length;c++)(!1&n||o>=n)&&Object.keys(a.O).every((e=>a.O[e](t[c])))?t.splice(c--,1):(i=!1,n<o&&(o=n));if(i){e.splice(d--,1);var s=r();void 0!==s&&(l=s)}}return l}n=n||0;for(var d=e.length;d>0&&e[d-1][2]>n;d--)e[d]=e[d-1];e[d]=[t,r,n]},a.o=(e,l)=>Object.prototype.hasOwnProperty.call(e,l),(()=>{var e={826:0,431:0};a.O.j=l=>0===e[l];var l=(l,t)=>{var r,n,o=t[0],i=t[1],c=t[2],s=0;if(o.some((l=>0!==e[l]))){for(r in i)a.o(i,r)&&(a.m[r]=i[r]);if(c)var d=c(a)}for(l&&l(t);s<o.length;s++)n=o[s],a.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return a.O(d)},t=self.webpackChunkmadeit_forms=self.webpackChunkmadeit_forms||[];t.forEach(l.bind(null,0)),t.push=l.bind(null,t.push.bind(t))})();var r=a.O(void 0,[431],(()=>a(233)));r=a.O(r)})();1 (()=>{"use strict";var e,l={233:()=>{const e=window.wp.element,l=window.wp.blocks,t=window.wp.primitives,a=window.wp.blockEditor,r=window.wp.i18n,n=window.lodash,o=window.wp.components;(0,l.registerBlockType)("madeitforms/largeinput-field",{icon:(0,e.createElement)(t.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)(t.Path,{d:"M20 6H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H4c-.3 0-.5-.2-.5-.5V8c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5v9zM10"})),edit:function(l){const{attributes:t,setAttributes:i,className:c,clientId:s}=l,{required:d,name:u,label:m,default_value:p,placeholder:v}=t;null==u&&i({name:"field-"+(0,n.uniqueId)()});const f=(0,a.useBlockProps)({className:c}),h={className:"madeit-forms-largeinput-field",name:u,placeholder:v,disabled:!0};for(var b=wp.data.select("core/block-editor").getBlocks(),w=!0,g=0;g<b.length;g++)b[g].clientId!==s&&void 0!==b[g].attributes.name&&b[g].attributes.name===u&&(w=!1);return[(0,e.createElement)(a.InspectorControls,null,(0,e.createElement)(o.PanelBody,{title:(0,r.__)("Field settings"),initialOpen:!0},(0,e.createElement)(o.TextControl,{label:(0,r.__)("Label"),value:m,onChange:e=>i({label:e})}),(0,e.createElement)(o.TextControl,{label:(0,r.__)("Default Value"),value:p,onChange:e=>i({default_value:e})}),(0,e.createElement)(o.TextControl,{label:(0,r.__)("Placeholder"),value:v,onChange:e=>i({placeholder:e})}),(0,e.createElement)(o.ToggleControl,{label:(0,r.__)("Required"),checked:d,onChange:e=>i({required:e})}),(0,e.createElement)(o.TextControl,{label:(0,r.__)("Name"),help:(0,r.__)("Deze naam kan je gebruiken in de acties. Enkel letters, cijfers, - of _ zijn toegelaten."),value:u,onChange:e=>{e.toLowerCase().replace(/[^a-z0-9-_]/gi,""),i({name:e})}}))),(0,e.createElement)("div",null,(0,e.createElement)("div",f,(0,e.createElement)("div",null,(0,e.createElement)("label",null,m)),(0,e.createElement)("textarea",h,p)),!w&&(0,e.createElement)("div",{className:"ma-forms-input-error"},(0,r.__)("Duplicated name found. Make the name of this field unique.")))]},save:function(l){const{attributes:t,className:r,clientId:n}=l,{required:o,name:i,label:c,default_value:s,placeholder:d}=t,u=a.useBlockProps.save({className:r}),m={className:"madeit-forms-largeinput-field",name:i,required:o,placeholder:d};return(0,e.createElement)("div",u,null!=c&&c.length>0?(0,e.createElement)("div",null,(0,e.createElement)("label",null,c)):null,(0,e.createElement)("textarea",m,s))},deprecated:[{attributes:{required:{type:"boolean",default:!1},name:{type:"string"},default_value:{type:"string"},placeholder:{type:"string"},label:{type:"string"}},supports:{html:!1},save(l){const{attributes:t,className:r,clientId:n}=l,{required:o,name:i,label:c,default_value:s,placeholder:d}=t,u=a.useBlockProps.save({className:r}),m={className:"madeit-forms-largeinput-field",name:i,required:o,placeholder:d};return(0,e.createElement)("div",u,(0,e.createElement)("div",null,(0,e.createElement)("label",null,c)),(0,e.createElement)("textarea",m,s))}}]})}},t={};function a(e){var r=t[e];if(void 0!==r)return r.exports;var n=t[e]={exports:{}};return l[e](n,n.exports,a),n.exports}a.m=l,e=[],a.O=(l,t,r,n)=>{if(!t){var o=1/0;for(d=0;d<e.length;d++){t=e[d][0],r=e[d][1],n=e[d][2];for(var i=!0,c=0;c<t.length;c++)(!1&n||o>=n)&&Object.keys(a.O).every((e=>a.O[e](t[c])))?t.splice(c--,1):(i=!1,n<o&&(o=n));if(i){e.splice(d--,1);var s=r();void 0!==s&&(l=s)}}return l}n=n||0;for(var d=e.length;d>0&&e[d-1][2]>n;d--)e[d]=e[d-1];e[d]=[t,r,n]},a.o=(e,l)=>Object.prototype.hasOwnProperty.call(e,l),(()=>{var e={826:0,431:0};a.O.j=l=>0===e[l];var l=(l,t)=>{var r,n,o=t[0],i=t[1],c=t[2],s=0;if(o.some((l=>0!==e[l]))){for(r in i)a.o(i,r)&&(a.m[r]=i[r]);if(c)var d=c(a)}for(l&&l(t);s<o.length;s++)n=o[s],a.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return a.O(d)},t=self.webpackChunkmadeit_forms=self.webpackChunkmadeit_forms||[];t.forEach(l.bind(null,0)),t.push=l.bind(null,t.push.bind(t))})();var r=a.O(void 0,[431],(()=>a(233)));r=a.O(r)})(); -
forms-by-made-it/trunk/gutenberg/largeinput-field/src/save.js
r2870188 r2888516 28 28 return ( 29 29 <div { ...blockPropsParent }> 30 { label !== null && label.length > 0 ? <div><label>{ label }</label></div> : null }30 { label !== undefined && label !== null && label.length > 0 ? <div><label>{ label }</label></div> : null } 31 31 <textarea { ...inputProps }>{default_value}</textarea> 32 32 </div> -
forms-by-made-it/trunk/madeit-form.php
r2870188 r2888516 6 6 * Author: Made I.T. 7 7 * Author URI: https://www.madeit.be 8 * Version: 2. 4.08 * Version: 2.5.0 9 9 * Text Domain: forms-by-made-it 10 10 * Domain Path: /languages -
forms-by-made-it/trunk/readme.txt
r2870188 r2888516 4 4 Tags: contact, form, contact form, feedback, email, captcha, form submit, newsletter 5 5 Requires at least: 5.0 6 Tested up to: 6. 1.16 Tested up to: 6.2.0 7 7 Requires PHP: 8.0 8 Stable tag: 2. 4.08 Stable tag: 2.5.0 9 9 License: GNU GPL v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 48 48 49 49 == Changelog == 50 = 2.5.0 = 51 * Nummeric field support 52 53 = 2.4.1 = 54 * Blocks improvments 55 50 56 = 2.4.0 = 51 57 * Blocks improvments
Note: See TracChangeset
for help on using the changeset viewer.