Changeset 3287863
- Timestamp:
- 05/05/2025 02:15:54 PM (11 months ago)
- Location:
- pressidium-cookie-consent
- Files:
-
- 525 added
- 4 deleted
- 75 edited
- 1 copied
-
assets/screenshot-12.png (added)
-
assets/screenshot-4.png (modified) (view diffs)
-
tags/1.8.0 (copied) (copied from pressidium-cookie-consent/trunk) (view diffs)
-
tags/1.8.0/composer.json (modified) (view diffs)
-
tags/1.8.0/composer.lock (modified) (view diffs)
-
tags/1.8.0/includes/AI (added)
-
tags/1.8.0/includes/AI/AI.php (added)
-
tags/1.8.0/includes/AI/AI_API.php (added)
-
tags/1.8.0/includes/AI/AI_Factory.php (added)
-
tags/1.8.0/includes/AI/GPT.php (added)
-
tags/1.8.0/includes/AI/Gemini.php (added)
-
tags/1.8.0/includes/AI/Service_Provider.php (added)
-
tags/1.8.0/includes/Admin/Page.php (modified) (view diffs)
-
tags/1.8.0/includes/Admin/Settings/Consent_Record.php (modified) (view diffs)
-
tags/1.8.0/includes/Admin/Settings/Settings_API.php (modified) (view diffs)
-
tags/1.8.0/includes/Admin/Settings/Settings_Page.php (modified) (view diffs)
-
tags/1.8.0/includes/Blocks (added)
-
tags/1.8.0/includes/Blocks/Block.php (added)
-
tags/1.8.0/includes/Blocks/Blocks_Manager.php (added)
-
tags/1.8.0/includes/Blocks/Cookies_Block (added)
-
tags/1.8.0/includes/Blocks/Cookies_Block/Cookies_Block.php (added)
-
tags/1.8.0/includes/Blocks/Cookies_Block/render.php (added)
-
tags/1.8.0/includes/Blocks/Service_Provider.php (added)
-
tags/1.8.0/includes/Client/Consent_Mode.php (modified) (view diffs)
-
tags/1.8.0/includes/Client/Cookie_Consent.php (modified) (view diffs)
-
tags/1.8.0/includes/Database/Database_Manager.php (modified) (view diffs)
-
tags/1.8.0/includes/Dependencies/GeminiAPI (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/ChatSession.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Client.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/ClientInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/EmbeddingModel.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Enums (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Enums/BlockReason.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Enums/FinishReason.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Enums/HarmBlockThreshold.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Enums/HarmCategory.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Enums/HarmProbability.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Enums/MimeType.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Enums/ModelName.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Enums/Role.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Enums/TaskType.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/GenerationConfig.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/GenerativeModel.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Json (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Json/ObjectListParser.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Requests (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Requests/CountTokensRequest.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Requests/EmbedContentRequest.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Requests/GenerateContentRequest.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Requests/GenerateContentStreamRequest.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Requests/ListModelsRequest.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Requests/RequestInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/Candidate.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/CitationMetadata.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/CitationSource.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/Content.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/ContentEmbedding.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/Model.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/ModelName.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/Parts (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/Parts/FilePart.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/Parts/ImagePart.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/Parts/PartInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/Parts/TextPart.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/PromptFeedback.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Resources/SafetyRating.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Responses (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Responses/CountTokensResponse.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Responses/EmbedContentResponse.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Responses/GenerateContentResponse.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Responses/ListModelsResponse.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/SafetySetting.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Traits (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Traits/ArrayTypeValidator.php (added)
-
tags/1.8.0/includes/Dependencies/GeminiAPI/Traits/ModelNameToString.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/BodySummarizer.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/BodySummarizerInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Client.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/ClientInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/ClientTrait.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Cookie (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Cookie/CookieJar.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Cookie/CookieJarInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Cookie/FileCookieJar.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Cookie/SessionCookieJar.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Cookie/SetCookie.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Exception (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Exception/BadResponseException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Exception/ClientException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Exception/ConnectException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Exception/GuzzleException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Exception/InvalidArgumentException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Exception/RequestException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Exception/ServerException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Exception/TooManyRedirectsException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Exception/TransferException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Handler (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Handler/CurlFactory.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Handler/CurlFactoryInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Handler/CurlHandler.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Handler/CurlMultiHandler.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Handler/EasyHandle.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Handler/HeaderProcessor.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Handler/MockHandler.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Handler/Proxy.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Handler/StreamHandler.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/HandlerStack.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/MessageFormatter.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/MessageFormatterInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Middleware.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Pool.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/PrepareBodyMiddleware.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/AggregateException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/CancellationException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/Coroutine.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/Create.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/Each.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/EachPromise.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/FulfilledPromise.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/Is.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/Promise.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/PromiseInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/PromisorInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/RejectedPromise.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/RejectionException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/TaskQueue.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/TaskQueueInterface.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Promise/Utils.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7 (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/AppendStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/BufferStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/CachingStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/DroppingStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Exception (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Exception/MalformedUriException.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/FnStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Header.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/HttpFactory.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/InflateStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/LazyOpenStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/LimitStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Message.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/MessageTrait.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/MimeType.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/MultipartStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/NoSeekStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/PumpStream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Query.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Request.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Response.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Rfc7230.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/ServerRequest.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Stream.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/StreamDecoratorTrait.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/StreamWrapper.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/UploadedFile.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Uri.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/UriComparator.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/UriNormalizer.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/UriResolver.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Psr7/Utils.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/RedirectMiddleware.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/RequestOptions.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/RetryMiddleware.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/TransferStats.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/Utils.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/functions.php (added)
-
tags/1.8.0/includes/Dependencies/GuzzleHttp/functions_include.php (added)
-
tags/1.8.0/includes/Dependencies/Http (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/ClassDiscovery.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Composer (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Composer/Plugin.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Exception (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Exception.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Exception/ClassInstantiationFailedException.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Exception/DiscoveryFailedException.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Exception/NoCandidateFoundException.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Exception/NotFoundException.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Exception/PuliUnavailableException.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Exception/StrategyUnavailableException.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/HttpAsyncClientDiscovery.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/HttpClientDiscovery.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/MessageFactoryDiscovery.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/NotFoundException.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Psr17Factory.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Psr17FactoryDiscovery.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Psr18Client.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Psr18ClientDiscovery.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Strategy (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Strategy/CommonClassesStrategy.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Strategy/CommonPsr17ClassesStrategy.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Strategy/DiscoveryStrategy.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Strategy/MockClientStrategy.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/Strategy/PuliBetaStrategy.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/StreamFactoryDiscovery.php (added)
-
tags/1.8.0/includes/Dependencies/Http/Discovery/UriFactoryDiscovery.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7 (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/Factory (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/Factory/HttplugFactory.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/Factory/Psr17Factory.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/MessageTrait.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/Request.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/RequestTrait.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/Response.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/ServerRequest.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/Stream.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/StreamTrait.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/UploadedFile.php (added)
-
tags/1.8.0/includes/Dependencies/Nyholm/Psr7/Uri.php (added)
-
tags/1.8.0/includes/Dependencies/Orhanerday (added)
-
tags/1.8.0/includes/Dependencies/Orhanerday/OpenAi (added)
-
tags/1.8.0/includes/Dependencies/Orhanerday/OpenAi/OpenAi.php (added)
-
tags/1.8.0/includes/Dependencies/Orhanerday/OpenAi/Url.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Client (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Client/ClientExceptionInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Client/ClientInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Client/NetworkExceptionInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Client/RequestExceptionInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/MessageInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/RequestFactoryInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/RequestInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/ResponseFactoryInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/ResponseInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/ServerRequestFactoryInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/ServerRequestInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/StreamFactoryInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/StreamInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/UploadedFileFactoryInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/UploadedFileInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/UriFactoryInterface.php (added)
-
tags/1.8.0/includes/Dependencies/Psr/Http/Message/UriInterface.php (added)
-
tags/1.8.0/includes/Feedback/API.php (modified) (view diffs)
-
tags/1.8.0/includes/Feedback/Feedback.php (modified) (view diffs)
-
tags/1.8.0/includes/HTML (added)
-
tags/1.8.0/includes/HTML/Cell.php (added)
-
tags/1.8.0/includes/HTML/Element.php (added)
-
tags/1.8.0/includes/HTML/Row.php (added)
-
tags/1.8.0/includes/HTML/Table.php (added)
-
tags/1.8.0/includes/Hooks/Actions.php (modified) (view diffs)
-
tags/1.8.0/includes/Hooks/Filters.php (modified) (view diffs)
-
tags/1.8.0/includes/Hooks/index.php (deleted)
-
tags/1.8.0/includes/Integrations (added)
-
tags/1.8.0/includes/Integrations/Service_Provider.php (added)
-
tags/1.8.0/includes/Integrations/WP_Consent_API.php (added)
-
tags/1.8.0/includes/Migrator.php (modified) (view diffs)
-
tags/1.8.0/includes/Options/Data_Encryption.php (added)
-
tags/1.8.0/includes/Options/Decryption_Exception.php (added)
-
tags/1.8.0/includes/Options/Encrypted_Options.php (added)
-
tags/1.8.0/includes/Options/Encryption_Exception.php (added)
-
tags/1.8.0/includes/Options/WP_Options.php (modified) (view diffs)
-
tags/1.8.0/includes/Plugin.php (modified) (view diffs)
-
tags/1.8.0/includes/Settings.php (modified) (view diffs)
-
tags/1.8.0/includes/Shortcodes (added)
-
tags/1.8.0/includes/Shortcodes/Cookies_Shortcode (added)
-
tags/1.8.0/includes/Shortcodes/Cookies_Shortcode/Shortcode.php (added)
-
tags/1.8.0/includes/Shortcodes/Cookies_Shortcode/Shortcode_Attributes.php (added)
-
tags/1.8.0/includes/Shortcodes/Service_Provider.php (added)
-
tags/1.8.0/includes/Shortcodes/Shortcode.php (added)
-
tags/1.8.0/includes/Shortcodes/Shortcodes_Manager.php (added)
-
tags/1.8.0/includes/Utils (added)
-
tags/1.8.0/includes/Utils.php (deleted)
-
tags/1.8.0/includes/Utils/Color_Utils.php (added)
-
tags/1.8.0/includes/Utils/String_Utils.php (added)
-
tags/1.8.0/includes/Utils/WP_Utils.php (added)
-
tags/1.8.0/includes/functions.php (added)
-
tags/1.8.0/languages/pressidium-cookie-consent.pot (modified) (view diffs)
-
tags/1.8.0/package-lock.json (modified) (view diffs)
-
tags/1.8.0/package.json (modified) (view diffs)
-
tags/1.8.0/pressidium-cookie-consent.php (modified) (view diffs)
-
tags/1.8.0/public/blocks (added)
-
tags/1.8.0/public/blocks/cookies (added)
-
tags/1.8.0/public/blocks/cookies/block.json (added)
-
tags/1.8.0/public/bundle.admin-rtl.css (added)
-
tags/1.8.0/public/bundle.admin.asset.php (modified) (view diffs)
-
tags/1.8.0/public/bundle.admin.css (modified) (view diffs)
-
tags/1.8.0/public/bundle.admin.js (modified) (view diffs)
-
tags/1.8.0/public/bundle.client-rtl.css (added)
-
tags/1.8.0/public/bundle.client.asset.php (modified) (view diffs)
-
tags/1.8.0/public/bundle.client.css (modified) (view diffs)
-
tags/1.8.0/public/bundle.client.js (modified) (view diffs)
-
tags/1.8.0/public/bundle.feedback-rtl.css (added)
-
tags/1.8.0/public/bundle.feedback.asset.php (modified) (view diffs)
-
tags/1.8.0/public/bundle.feedback.js (modified) (view diffs)
-
tags/1.8.0/public/cookies-block-rtl.css (added)
-
tags/1.8.0/public/cookies-block.asset.php (added)
-
tags/1.8.0/public/cookies-block.css (added)
-
tags/1.8.0/public/cookies-block.js (added)
-
tags/1.8.0/public/style-cookies-block-rtl.css (added)
-
tags/1.8.0/public/style-cookies-block.css (added)
-
tags/1.8.0/readme.txt (modified) (view diffs)
-
tags/1.8.0/uninstall.php (modified) (view diffs)
-
tags/1.8.0/vendor/autoload.php (modified) (view diffs)
-
tags/1.8.0/vendor/composer/InstalledVersions.php (modified) (view diffs)
-
tags/1.8.0/vendor/composer/autoload_classmap.php (modified) (view diffs)
-
tags/1.8.0/vendor/composer/autoload_real.php (modified) (view diffs)
-
tags/1.8.0/vendor/composer/autoload_static.php (modified) (view diffs)
-
tags/1.8.0/vendor/composer/installed.php (modified) (view diffs)
-
trunk/composer.json (modified) (view diffs)
-
trunk/composer.lock (modified) (view diffs)
-
trunk/includes/AI (added)
-
trunk/includes/AI/AI.php (added)
-
trunk/includes/AI/AI_API.php (added)
-
trunk/includes/AI/AI_Factory.php (added)
-
trunk/includes/AI/GPT.php (added)
-
trunk/includes/AI/Gemini.php (added)
-
trunk/includes/AI/Service_Provider.php (added)
-
trunk/includes/Admin/Page.php (modified) (view diffs)
-
trunk/includes/Admin/Settings/Consent_Record.php (modified) (view diffs)
-
trunk/includes/Admin/Settings/Settings_API.php (modified) (view diffs)
-
trunk/includes/Admin/Settings/Settings_Page.php (modified) (view diffs)
-
trunk/includes/Blocks (added)
-
trunk/includes/Blocks/Block.php (added)
-
trunk/includes/Blocks/Blocks_Manager.php (added)
-
trunk/includes/Blocks/Cookies_Block (added)
-
trunk/includes/Blocks/Cookies_Block/Cookies_Block.php (added)
-
trunk/includes/Blocks/Cookies_Block/render.php (added)
-
trunk/includes/Blocks/Service_Provider.php (added)
-
trunk/includes/Client/Consent_Mode.php (modified) (view diffs)
-
trunk/includes/Client/Cookie_Consent.php (modified) (view diffs)
-
trunk/includes/Database/Database_Manager.php (modified) (view diffs)
-
trunk/includes/Dependencies/GeminiAPI (added)
-
trunk/includes/Dependencies/GeminiAPI/ChatSession.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Client.php (added)
-
trunk/includes/Dependencies/GeminiAPI/ClientInterface.php (added)
-
trunk/includes/Dependencies/GeminiAPI/EmbeddingModel.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Enums (added)
-
trunk/includes/Dependencies/GeminiAPI/Enums/BlockReason.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Enums/FinishReason.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Enums/HarmBlockThreshold.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Enums/HarmCategory.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Enums/HarmProbability.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Enums/MimeType.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Enums/ModelName.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Enums/Role.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Enums/TaskType.php (added)
-
trunk/includes/Dependencies/GeminiAPI/GenerationConfig.php (added)
-
trunk/includes/Dependencies/GeminiAPI/GenerativeModel.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Json (added)
-
trunk/includes/Dependencies/GeminiAPI/Json/ObjectListParser.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Requests (added)
-
trunk/includes/Dependencies/GeminiAPI/Requests/CountTokensRequest.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Requests/EmbedContentRequest.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Requests/GenerateContentRequest.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Requests/GenerateContentStreamRequest.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Requests/ListModelsRequest.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Requests/RequestInterface.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/Candidate.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/CitationMetadata.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/CitationSource.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/Content.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/ContentEmbedding.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/Model.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/ModelName.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/Parts (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/Parts/FilePart.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/Parts/ImagePart.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/Parts/PartInterface.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/Parts/TextPart.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/PromptFeedback.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Resources/SafetyRating.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Responses (added)
-
trunk/includes/Dependencies/GeminiAPI/Responses/CountTokensResponse.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Responses/EmbedContentResponse.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Responses/GenerateContentResponse.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Responses/ListModelsResponse.php (added)
-
trunk/includes/Dependencies/GeminiAPI/SafetySetting.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Traits (added)
-
trunk/includes/Dependencies/GeminiAPI/Traits/ArrayTypeValidator.php (added)
-
trunk/includes/Dependencies/GeminiAPI/Traits/ModelNameToString.php (added)
-
trunk/includes/Dependencies/GuzzleHttp (added)
-
trunk/includes/Dependencies/GuzzleHttp/BodySummarizer.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/BodySummarizerInterface.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Client.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/ClientInterface.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/ClientTrait.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Cookie (added)
-
trunk/includes/Dependencies/GuzzleHttp/Cookie/CookieJar.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Cookie/CookieJarInterface.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Cookie/FileCookieJar.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Cookie/SessionCookieJar.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Cookie/SetCookie.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Exception (added)
-
trunk/includes/Dependencies/GuzzleHttp/Exception/BadResponseException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Exception/ClientException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Exception/ConnectException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Exception/GuzzleException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Exception/InvalidArgumentException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Exception/RequestException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Exception/ServerException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Exception/TooManyRedirectsException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Exception/TransferException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Handler (added)
-
trunk/includes/Dependencies/GuzzleHttp/Handler/CurlFactory.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Handler/CurlFactoryInterface.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Handler/CurlHandler.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Handler/CurlMultiHandler.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Handler/EasyHandle.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Handler/HeaderProcessor.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Handler/MockHandler.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Handler/Proxy.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Handler/StreamHandler.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/HandlerStack.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/MessageFormatter.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/MessageFormatterInterface.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Middleware.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Pool.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/PrepareBodyMiddleware.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/AggregateException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/CancellationException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/Coroutine.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/Create.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/Each.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/EachPromise.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/FulfilledPromise.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/Is.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/Promise.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/PromiseInterface.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/PromisorInterface.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/RejectedPromise.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/RejectionException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/TaskQueue.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/TaskQueueInterface.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Promise/Utils.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7 (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/AppendStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/BufferStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/CachingStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/DroppingStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Exception (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Exception/MalformedUriException.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/FnStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Header.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/HttpFactory.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/InflateStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/LazyOpenStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/LimitStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Message.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/MessageTrait.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/MimeType.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/MultipartStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/NoSeekStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/PumpStream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Query.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Request.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Response.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Rfc7230.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/ServerRequest.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Stream.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/StreamDecoratorTrait.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/StreamWrapper.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/UploadedFile.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Uri.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/UriComparator.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/UriNormalizer.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/UriResolver.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Psr7/Utils.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/RedirectMiddleware.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/RequestOptions.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/RetryMiddleware.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/TransferStats.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/Utils.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/functions.php (added)
-
trunk/includes/Dependencies/GuzzleHttp/functions_include.php (added)
-
trunk/includes/Dependencies/Http (added)
-
trunk/includes/Dependencies/Http/Discovery (added)
-
trunk/includes/Dependencies/Http/Discovery/ClassDiscovery.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Composer (added)
-
trunk/includes/Dependencies/Http/Discovery/Composer/Plugin.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Exception (added)
-
trunk/includes/Dependencies/Http/Discovery/Exception.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Exception/ClassInstantiationFailedException.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Exception/DiscoveryFailedException.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Exception/NoCandidateFoundException.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Exception/NotFoundException.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Exception/PuliUnavailableException.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Exception/StrategyUnavailableException.php (added)
-
trunk/includes/Dependencies/Http/Discovery/HttpAsyncClientDiscovery.php (added)
-
trunk/includes/Dependencies/Http/Discovery/HttpClientDiscovery.php (added)
-
trunk/includes/Dependencies/Http/Discovery/MessageFactoryDiscovery.php (added)
-
trunk/includes/Dependencies/Http/Discovery/NotFoundException.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Psr17Factory.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Psr17FactoryDiscovery.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Psr18Client.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Psr18ClientDiscovery.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Strategy (added)
-
trunk/includes/Dependencies/Http/Discovery/Strategy/CommonClassesStrategy.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Strategy/CommonPsr17ClassesStrategy.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Strategy/DiscoveryStrategy.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Strategy/MockClientStrategy.php (added)
-
trunk/includes/Dependencies/Http/Discovery/Strategy/PuliBetaStrategy.php (added)
-
trunk/includes/Dependencies/Http/Discovery/StreamFactoryDiscovery.php (added)
-
trunk/includes/Dependencies/Http/Discovery/UriFactoryDiscovery.php (added)
-
trunk/includes/Dependencies/Nyholm (added)
-
trunk/includes/Dependencies/Nyholm/Psr7 (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/Factory (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/Factory/HttplugFactory.php (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/Factory/Psr17Factory.php (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/MessageTrait.php (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/Request.php (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/RequestTrait.php (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/Response.php (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/ServerRequest.php (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/Stream.php (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/StreamTrait.php (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/UploadedFile.php (added)
-
trunk/includes/Dependencies/Nyholm/Psr7/Uri.php (added)
-
trunk/includes/Dependencies/Orhanerday (added)
-
trunk/includes/Dependencies/Orhanerday/OpenAi (added)
-
trunk/includes/Dependencies/Orhanerday/OpenAi/OpenAi.php (added)
-
trunk/includes/Dependencies/Orhanerday/OpenAi/Url.php (added)
-
trunk/includes/Dependencies/Psr/Http (added)
-
trunk/includes/Dependencies/Psr/Http/Client (added)
-
trunk/includes/Dependencies/Psr/Http/Client/ClientExceptionInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Client/ClientInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Client/NetworkExceptionInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Client/RequestExceptionInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message (added)
-
trunk/includes/Dependencies/Psr/Http/Message/MessageInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/RequestFactoryInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/RequestInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/ResponseFactoryInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/ResponseInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/ServerRequestFactoryInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/ServerRequestInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/StreamFactoryInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/StreamInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/UploadedFileFactoryInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/UploadedFileInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/UriFactoryInterface.php (added)
-
trunk/includes/Dependencies/Psr/Http/Message/UriInterface.php (added)
-
trunk/includes/Feedback/API.php (modified) (view diffs)
-
trunk/includes/Feedback/Feedback.php (modified) (view diffs)
-
trunk/includes/HTML (added)
-
trunk/includes/HTML/Cell.php (added)
-
trunk/includes/HTML/Element.php (added)
-
trunk/includes/HTML/Row.php (added)
-
trunk/includes/HTML/Table.php (added)
-
trunk/includes/Hooks/Actions.php (modified) (view diffs)
-
trunk/includes/Hooks/Filters.php (modified) (view diffs)
-
trunk/includes/Hooks/index.php (deleted)
-
trunk/includes/Integrations (added)
-
trunk/includes/Integrations/Service_Provider.php (added)
-
trunk/includes/Integrations/WP_Consent_API.php (added)
-
trunk/includes/Migrator.php (modified) (view diffs)
-
trunk/includes/Options/Data_Encryption.php (added)
-
trunk/includes/Options/Decryption_Exception.php (added)
-
trunk/includes/Options/Encrypted_Options.php (added)
-
trunk/includes/Options/Encryption_Exception.php (added)
-
trunk/includes/Options/WP_Options.php (modified) (view diffs)
-
trunk/includes/Plugin.php (modified) (view diffs)
-
trunk/includes/Settings.php (modified) (view diffs)
-
trunk/includes/Shortcodes (added)
-
trunk/includes/Shortcodes/Cookies_Shortcode (added)
-
trunk/includes/Shortcodes/Cookies_Shortcode/Shortcode.php (added)
-
trunk/includes/Shortcodes/Cookies_Shortcode/Shortcode_Attributes.php (added)
-
trunk/includes/Shortcodes/Service_Provider.php (added)
-
trunk/includes/Shortcodes/Shortcode.php (added)
-
trunk/includes/Shortcodes/Shortcodes_Manager.php (added)
-
trunk/includes/Utils (added)
-
trunk/includes/Utils.php (deleted)
-
trunk/includes/Utils/Color_Utils.php (added)
-
trunk/includes/Utils/String_Utils.php (added)
-
trunk/includes/Utils/WP_Utils.php (added)
-
trunk/includes/functions.php (added)
-
trunk/languages/pressidium-cookie-consent.pot (modified) (view diffs)
-
trunk/package-lock.json (modified) (view diffs)
-
trunk/package.json (modified) (view diffs)
-
trunk/pressidium-cookie-consent.php (modified) (view diffs)
-
trunk/public/blocks (added)
-
trunk/public/blocks/cookies (added)
-
trunk/public/blocks/cookies/block.json (added)
-
trunk/public/bundle.admin-rtl.css (added)
-
trunk/public/bundle.admin.asset.php (modified) (view diffs)
-
trunk/public/bundle.admin.css (modified) (view diffs)
-
trunk/public/bundle.admin.js (modified) (view diffs)
-
trunk/public/bundle.client-rtl.css (added)
-
trunk/public/bundle.client.asset.php (modified) (view diffs)
-
trunk/public/bundle.client.css (modified) (view diffs)
-
trunk/public/bundle.client.js (modified) (view diffs)
-
trunk/public/bundle.feedback-rtl.css (added)
-
trunk/public/bundle.feedback.asset.php (modified) (view diffs)
-
trunk/public/bundle.feedback.js (modified) (view diffs)
-
trunk/public/cookies-block-rtl.css (added)
-
trunk/public/cookies-block.asset.php (added)
-
trunk/public/cookies-block.css (added)
-
trunk/public/cookies-block.js (added)
-
trunk/public/style-cookies-block-rtl.css (added)
-
trunk/public/style-cookies-block.css (added)
-
trunk/readme.txt (modified) (view diffs)
-
trunk/uninstall.php (modified) (view diffs)
-
trunk/vendor/autoload.php (modified) (view diffs)
-
trunk/vendor/composer/InstalledVersions.php (modified) (view diffs)
-
trunk/vendor/composer/autoload_classmap.php (modified) (view diffs)
-
trunk/vendor/composer/autoload_real.php (modified) (view diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (view diffs)
-
trunk/vendor/composer/installed.php (modified) (view diffs)
Note: See TracChangeset
for help on using the changeset viewer.