[emogrifier ↪ newsletter-css-memory] 3 commits

spip-contrib-extensions/emogrifier | 3 commits

Par JuLBLoBuL, le 2 septembre 2026 à 12h38min :

Permettre l inlining d un CSS déjà généré

Modifié
emogrifier_fonctions.php
tests/test_emogrifier.php

Détails : Permettre l inlining d un CSS déjà généré (a108c10e) · Validations · spip-contrib-extensions / emogrifier · GitLab

==============================
Par JuLBLoBuL, le 11 août 2026 à 17h07min :

Sécuriser le repli vers le CSS statique

Modifié
emogrifier_fonctions.php
tests/test_emogrifier.php

Détails : Sécuriser le repli vers le CSS statique (cedddc93) · Validations · spip-contrib-extensions / emogrifier · GitLab

==============================
Par JuLBLoBuL, le 7 août 2026 à 09h22min :

Mettre à jour Emogrifier 2.0.0 pour PHP 8.0

Ajouté
composer.json
composer.lock
lib/vendor/autoload.php
lib/vendor/composer/ClassLoader.php
lib/vendor/composer/InstalledVersions.php
lib/vendor/composer/LICENSE
lib/vendor/composer/autoload_classmap.php
lib/vendor/composer/autoload_files.php
lib/vendor/composer/autoload_namespaces.php
lib/vendor/composer/autoload_psr4.php
lib/vendor/composer/autoload_real.php
lib/vendor/composer/autoload_static.php
lib/vendor/composer/installed.json
lib/vendor/composer/installed.php
lib/vendor/composer/platform_check.php
lib/vendor/pelago/emogrifier/CHANGELOG.md
lib/vendor/pelago/emogrifier/LICENSE
lib/vendor/pelago/emogrifier/README.md
lib/vendor/pelago/emogrifier/composer.json
lib/vendor/pelago/emogrifier/src/Caching/SimpleStringCache.php
lib/vendor/pelago/emogrifier/src/Css/CssDocument.php
lib/vendor/pelago/emogrifier/src/Css/StyleRule.php
lib/vendor/pelago/emogrifier/src/CssInliner.php
lib/vendor/pelago/emogrifier/src/HtmlProcessor/AbstractHtmlProcessor.php
lib/vendor/pelago/emogrifier/src/HtmlProcessor/CssToAttributeConverter.php
lib/vendor/pelago/emogrifier/src/HtmlProcessor/CssVariableEvaluator.php
lib/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php
lib/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlPruner.php
lib/vendor/pelago/emogrifier/src/Utilities/ArrayIntersector.php
lib/vendor/pelago/emogrifier/src/Utilities/CssConcatenator.php
lib/vendor/pelago/emogrifier/src/Utilities/DeclarationBlockParser.php
lib/vendor/sabberworm/php-css-parser/CHANGELOG.md
lib/vendor/sabberworm/php-css-parser/LICENSE
lib/vendor/sabberworm/php-css-parser/README.md
lib/vendor/sabberworm/php-css-parser/composer.json
lib/vendor/sabberworm/php-css-parser/src/CSSElement.php
lib/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php
lib/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php
lib/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php
lib/vendor/sabberworm/php-css-parser/src/CSSList/CSSListItem.php
lib/vendor/sabberworm/php-css-parser/src/CSSList/Document.php
lib/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php
lib/vendor/sabberworm/php-css-parser/src/Comment/Comment.php
lib/vendor/sabberworm/php-css-parser/src/Comment/CommentContainer.php
lib/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php
lib/vendor/sabberworm/php-css-parser/src/OutputFormat.php
lib/vendor/sabberworm/php-css-parser/src/OutputFormatter.php
lib/vendor/sabberworm/php-css-parser/src/Parser.php
lib/vendor/sabberworm/php-css-parser/src/Parsing/Anchor.php
lib/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php
lib/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php
lib/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php
lib/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php
lib/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php
lib/vendor/sabberworm/php-css-parser/src/Position/Position.php
lib/vendor/sabberworm/php-css-parser/src/Position/Positionable.php
lib/vendor/sabberworm/php-css-parser/src/Property/AtRule.php
lib/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php
lib/vendor/sabberworm/php-css-parser/src/Property/Charset.php
lib/vendor/sabberworm/php-css-parser/src/Property/Declaration.php
lib/vendor/sabberworm/php-css-parser/src/Property/Import.php
lib/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php
lib/vendor/sabberworm/php-css-parser/src/Property/Selector.php
lib/vendor/sabberworm/php-css-parser/src/Property/Selector/Combinator.php
lib/vendor/sabberworm/php-css-parser/src/Property/Selector/Component.php
lib/vendor/sabberworm/php-css-parser/src/Property/Selector/CompoundSelector.php
lib/vendor/sabberworm/php-css-parser/src/Property/Selector/SpecificityCalculator.php
lib/vendor/sabberworm/php-css-parser/src/Renderable.php
lib/vendor/sabberworm/php-css-parser/src/Rule/Rule.php
lib/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php
lib/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php
lib/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationList.php
lib/vendor/sabberworm/php-css-parser/src/RuleSet/LegacyDeclarationListMethods.php
lib/vendor/sabberworm/php-css-parser/src/RuleSet/RuleContainer.php
lib/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php
lib/vendor/sabberworm/php-css-parser/src/Settings.php
lib/vendor/sabberworm/php-css-parser/src/ShortClassNameProvider.php
lib/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php
lib/vendor/sabberworm/php-css-parser/src/Value/CSSString.php
lib/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php
lib/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php
lib/vendor/sabberworm/php-css-parser/src/Value/Color.php
lib/vendor/sabberworm/php-css-parser/src/Value/LineName.php
lib/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php
lib/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php
lib/vendor/sabberworm/php-css-parser/src/Value/Size.php
lib/vendor/sabberworm/php-css-parser/src/Value/URL.php
lib/vendor/sabberworm/php-css-parser/src/Value/Value.php
lib/vendor/sabberworm/php-css-parser/src/Value/ValueList.php
lib/vendor/symfony/css-selector/CHANGELOG.md
lib/vendor/symfony/css-selector/CssSelectorConverter.php
lib/vendor/symfony/css-selector/Exception/ExceptionInterface.php
lib/vendor/symfony/css-selector/Exception/ExpressionErrorException.php
lib/vendor/symfony/css-selector/Exception/InternalErrorException.php
lib/vendor/symfony/css-selector/Exception/ParseException.php
lib/vendor/symfony/css-selector/Exception/SyntaxErrorException.php
lib/vendor/symfony/css-selector/LICENSE
lib/vendor/symfony/css-selector/Node/AbstractNode.php
lib/vendor/symfony/css-selector/Node/AttributeNode.php
lib/vendor/symfony/css-selector/Node/ClassNode.php
lib/vendor/symfony/css-selector/Node/CombinedSelectorNode.php
lib/vendor/symfony/css-selector/Node/ElementNode.php
lib/vendor/symfony/css-selector/Node/FunctionNode.php
lib/vendor/symfony/css-selector/Node/HashNode.php
lib/vendor/symfony/css-selector/Node/NegationNode.php
lib/vendor/symfony/css-selector/Node/NodeInterface.php
lib/vendor/symfony/css-selector/Node/PseudoNode.php
lib/vendor/symfony/css-selector/Node/SelectorNode.php
lib/vendor/symfony/css-selector/Node/Specificity.php
lib/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php
lib/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php
lib/vendor/symfony/css-selector/Parser/Handler/HashHandler.php
lib/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php
lib/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php
lib/vendor/symfony/css-selector/Parser/Handler/StringHandler.php
lib/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php
lib/vendor/symfony/css-selector/Parser/Parser.php
lib/vendor/symfony/css-selector/Parser/ParserInterface.php
lib/vendor/symfony/css-selector/Parser/Reader.php
lib/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php
lib/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php
lib/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php
lib/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php
lib/vendor/symfony/css-selector/Parser/Token.php
lib/vendor/symfony/css-selector/Parser/TokenStream.php
lib/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php
lib/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php
lib/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php
lib/vendor/symfony/css-selector/README.md
lib/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php
lib/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php
lib/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php
lib/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php
lib/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php
lib/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php
lib/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php
lib/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php
lib/vendor/symfony/css-selector/XPath/Translator.php
lib/vendor/symfony/css-selector/XPath/TranslatorInterface.php
lib/vendor/symfony/css-selector/XPath/XPathExpr.php
lib/vendor/symfony/css-selector/composer.json
lib/vendor/symfony/polyfill-php80/LICENSE
lib/vendor/symfony/polyfill-php80/Php80.php
lib/vendor/symfony/polyfill-php80/PhpToken.php
lib/vendor/symfony/polyfill-php80/README.md
lib/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
lib/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
lib/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
lib/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
lib/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
lib/vendor/symfony/polyfill-php80/bootstrap.php
lib/vendor/symfony/polyfill-php80/composer.json
lib/vendor/thecodingmachine/safe/LICENSE
lib/vendor/thecodingmachine/safe/README.md
lib/vendor/thecodingmachine/safe/composer.json
lib/vendor/thecodingmachine/safe/deprecated/Exceptions/ApcException.php
lib/vendor/thecodingmachine/safe/deprecated/Exceptions/LibeventException.php
lib/vendor/thecodingmachine/safe/deprecated/Exceptions/MssqlException.php
lib/vendor/thecodingmachine/safe/deprecated/Exceptions/MysqliException.php
lib/vendor/thecodingmachine/safe/deprecated/Exceptions/PasswordException.php
lib/vendor/thecodingmachine/safe/deprecated/Exceptions/StatsException.php
lib/vendor/thecodingmachine/safe/deprecated/apc.php
lib/vendor/thecodingmachine/safe/deprecated/array.php
lib/vendor/thecodingmachine/safe/deprecated/datetime.php
lib/vendor/thecodingmachine/safe/deprecated/functionsList.php
lib/vendor/thecodingmachine/safe/deprecated/libevent.php
lib/vendor/thecodingmachine/safe/deprecated/misc.php
lib/vendor/thecodingmachine/safe/deprecated/mssql.php
lib/vendor/thecodingmachine/safe/deprecated/mysqli.php
lib/vendor/thecodingmachine/safe/deprecated/password.php
lib/vendor/thecodingmachine/safe/deprecated/stats.php
lib/vendor/thecodingmachine/safe/deprecated/strings.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/.gitkeep
lib/vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/CalendarException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ComException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/DirException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/EioException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/GettextException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/HashException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/PsException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/RpminfoException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/SemException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/SplException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/VarException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/YazException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php
lib/vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php
lib/vendor/thecodingmachine/safe/generated/apache.php
lib/vendor/thecodingmachine/safe/generated/apcu.php
lib/vendor/thecodingmachine/safe/generated/array.php
lib/vendor/thecodingmachine/safe/generated/bzip2.php
lib/vendor/thecodingmachine/safe/generated/calendar.php
lib/vendor/thecodingmachine/safe/generated/classobj.php
lib/vendor/thecodingmachine/safe/generated/com.php
lib/vendor/thecodingmachine/safe/generated/cubrid.php
lib/vendor/thecodingmachine/safe/generated/curl.php
lib/vendor/thecodingmachine/safe/generated/datetime.php
lib/vendor/thecodingmachine/safe/generated/dir.php
lib/vendor/thecodingmachine/safe/generated/eio.php
lib/vendor/thecodingmachine/safe/generated/errorfunc.php
lib/vendor/thecodingmachine/safe/generated/exec.php
lib/vendor/thecodingmachine/safe/generated/fileinfo.php
lib/vendor/thecodingmachine/safe/generated/filesystem.php
lib/vendor/thecodingmachine/safe/generated/filter.php
lib/vendor/thecodingmachine/safe/generated/fpm.php
lib/vendor/thecodingmachine/safe/generated/ftp.php
lib/vendor/thecodingmachine/safe/generated/funchand.php
lib/vendor/thecodingmachine/safe/generated/functionsList.php
lib/vendor/thecodingmachine/safe/generated/gettext.php
lib/vendor/thecodingmachine/safe/generated/gmp.php
lib/vendor/thecodingmachine/safe/generated/gnupg.php
lib/vendor/thecodingmachine/safe/generated/hash.php
lib/vendor/thecodingmachine/safe/generated/ibase.php
lib/vendor/thecodingmachine/safe/generated/ibmDb2.php
lib/vendor/thecodingmachine/safe/generated/iconv.php
lib/vendor/thecodingmachine/safe/generated/image.php
lib/vendor/thecodingmachine/safe/generated/imap.php
lib/vendor/thecodingmachine/safe/generated/info.php
lib/vendor/thecodingmachine/safe/generated/inotify.php
lib/vendor/thecodingmachine/safe/generated/json.php
lib/vendor/thecodingmachine/safe/generated/ldap.php
lib/vendor/thecodingmachine/safe/generated/libxml.php
lib/vendor/thecodingmachine/safe/generated/lzf.php
lib/vendor/thecodingmachine/safe/generated/mailparse.php
lib/vendor/thecodingmachine/safe/generated/mbstring.php
lib/vendor/thecodingmachine/safe/generated/misc.php
lib/vendor/thecodingmachine/safe/generated/mysql.php
lib/vendor/thecodingmachine/safe/generated/network.php
lib/vendor/thecodingmachine/safe/generated/oci8.php
lib/vendor/thecodingmachine/safe/generated/opcache.php
lib/vendor/thecodingmachine/safe/generated/openssl.php
lib/vendor/thecodingmachine/safe/generated/outcontrol.php
lib/vendor/thecodingmachine/safe/generated/pcntl.php
lib/vendor/thecodingmachine/safe/generated/pcre.php
lib/vendor/thecodingmachine/safe/generated/pgsql.php
lib/vendor/thecodingmachine/safe/generated/posix.php
lib/vendor/thecodingmachine/safe/generated/ps.php
lib/vendor/thecodingmachine/safe/generated/pspell.php
lib/vendor/thecodingmachine/safe/generated/readline.php
lib/vendor/thecodingmachine/safe/generated/rpminfo.php
lib/vendor/thecodingmachine/safe/generated/rrd.php
lib/vendor/thecodingmachine/safe/generated/sem.php
lib/vendor/thecodingmachine/safe/generated/session.php
lib/vendor/thecodingmachine/safe/generated/shmop.php
lib/vendor/thecodingmachine/safe/generated/sockets.php
lib/vendor/thecodingmachine/safe/generated/sodium.php
lib/vendor/thecodingmachine/safe/generated/solr.php
lib/vendor/thecodingmachine/safe/generated/spl.php
lib/vendor/thecodingmachine/safe/generated/sqlsrv.php
lib/vendor/thecodingmachine/safe/generated/ssdeep.php
lib/vendor/thecodingmachine/safe/generated/ssh2.php
lib/vendor/thecodingmachine/safe/generated/stream.php
lib/vendor/thecodingmachine/safe/generated/strings.php
lib/vendor/thecodingmachine/safe/generated/swoole.php
lib/vendor/thecodingmachine/safe/generated/uodbc.php
lib/vendor/thecodingmachine/safe/generated/uopz.php
lib/vendor/thecodingmachine/safe/generated/url.php
lib/vendor/thecodingmachine/safe/generated/var.php
lib/vendor/thecodingmachine/safe/generated/xdiff.php
lib/vendor/thecodingmachine/safe/generated/xml.php
lib/vendor/thecodingmachine/safe/generated/xmlrpc.php
lib/vendor/thecodingmachine/safe/generated/yaml.php
lib/vendor/thecodingmachine/safe/generated/yaz.php
lib/vendor/thecodingmachine/safe/generated/zip.php
lib/vendor/thecodingmachine/safe/generated/zlib.php
lib/vendor/thecodingmachine/safe/lib/DateTime.php
lib/vendor/thecodingmachine/safe/lib/DateTimeImmutable.php
lib/vendor/thecodingmachine/safe/lib/Exceptions/CurlException.php
lib/vendor/thecodingmachine/safe/lib/Exceptions/JsonException.php
lib/vendor/thecodingmachine/safe/lib/Exceptions/OpensslException.php
lib/vendor/thecodingmachine/safe/lib/Exceptions/PcreException.php
lib/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
lib/vendor/thecodingmachine/safe/lib/Exceptions/SimplexmlException.php
lib/vendor/thecodingmachine/safe/lib/special_cases.php
lib/vendor/thecodingmachine/safe/rector-migrate.php
tests/fixtures/newsletter.css
tests/test_emogrifier.php
Supprimé
lib/emogrifier/Emogrifier.php
lib/emogrifier/Emogrifier/Utilities/Preg.php
Modifié
README.md
emogrifier_fonctions.php
paquet.xml

Détails : Mettre à jour Emogrifier 2.0.0 pour PHP 8.0 (8ec1162e) · Validations · spip-contrib-extensions / emogrifier · GitLab