<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anna Achen</title>
    <description>The latest articles on DEV Community by Anna Achen (@typo3).</description>
    <link>https://dev.to/typo3</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1231466%2F581968de-19ac-4d2b-af63-928824f251b1.jpg</url>
      <title>DEV Community: Anna Achen</title>
      <link>https://dev.to/typo3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/typo3"/>
    <language>en</language>
    <item>
      <title>Digitale Inklusion: Einführung des TYPO3 Barrierefreiheit Checker</title>
      <dc:creator>Anna Achen</dc:creator>
      <pubDate>Thu, 07 Aug 2025 12:39:52 +0000</pubDate>
      <link>https://dev.to/typo3/digitale-inklusion-einfuhrung-des-typo3-barrierefreiheit-checker-5abf</link>
      <guid>https://dev.to/typo3/digitale-inklusion-einfuhrung-des-typo3-barrierefreiheit-checker-5abf</guid>
      <description>&lt;p&gt;TYPO3 wird von Institutionen vertraut, die sich keine Fehler leisten können, Ministerien, Universitäten, Kommunen und Großunternehmen. Seine Fähigkeit, komplexe Inhaltshierarchien, mehrsprachige Inhalte und Benutzerrollen zu verwalten, macht es zu einem beliebten CMS für große europäische Websites.&lt;/p&gt;

&lt;p&gt;Aber wenn es um &lt;a href="https://nitsantech.de/barrierefreiheit-glossar/barrierefreiheitstaerkungsgesetz" rel="noopener noreferrer"&gt;Barrierefreiheitstests&lt;/a&gt; geht, etwickler müssen mit &lt;strong&gt;Browsererweiterungen, generischen Webvalidatoren und zeitaufwändigen manuellen Prüfungen jonglieren&lt;/strong&gt;. Diese fragmentierten Arbeitsabläufe passen nicht zu den benutzerdefinierten Setups von TYPO3 und übersehen oft kontextspezifische Probleme.&lt;/p&gt;

&lt;p&gt;Der &lt;a href="https://nitsantech.de/typo3-barrierefreiheit-testen" rel="noopener noreferrer"&gt;TYPO3 Barrierefreiheit Checker&lt;/a&gt; wurde entwickelt, um dieses Problem zu lösen. Dieses browserbasierte Tool wurde von TYPO3-Experten in Deutschland entwickelt und funktioniert ohne Erweiterung, Anmeldung oder Backend-Einrichtung. Entwickler können damit öffentlich zugängliche TYPO3-URLs auf WCAG- und EN 301 549-Konformität überprüfen, und das in Echtzeit, ohne den Entwicklungs-Workflow zu verlassen.&lt;/p&gt;

&lt;p&gt;Ganz gleich, ob Sie eine Übergabe vorbereiten, die Inszenierung überprüfen oder für einen Kunden aus dem öffentlichen Sektor bauen, dieses Tool rückt die Zugänglichkeit dorthin, wo sie hingehört: in den Mittelpunkt der Qualitätskontrolle.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Barrierefreiheit in Deutschland und der EU: Keine Option&lt;/strong&gt;&lt;br&gt;
Digitale Barrierefreiheit ist eine rechtliche Verpflichtung und nicht nur eine Verbesserung der UX. In ganz Europa schreiben Vorschriften nun vor, dass Websites für alle nutzbar sein müssen, auch für Menschen mit Seh-, kognitiven, motorischen oder Hörbehinderungen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Zu den wichtigsten Gesetzen gehören:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;EN 301 549: Der EU-weite Barrierefreiheitsstandard, abgestimmt auf WCAG 2.1/2.2.&lt;/li&gt;
&lt;li&gt;BITV 2.0: Die deutsche Anforderung an barrierefreie Websites des öffentlichen Sektors.&lt;/li&gt;
&lt;li&gt;BFSG (Barrierefreiheitsstärkungsgesetz): Ein neues Gesetz, das &lt;a href="https://nitsantech.de/blog/typo3-barrierefreiheit" rel="noopener noreferrer"&gt;Barrierefreiheit für digitale&lt;/a&gt; Dienste des privaten Sektors ab dem 28. Juni 2025 verbindlich vorschreibt.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Und der Ernst der Lage ist real.&lt;/p&gt;

&lt;p&gt;Laut dem &lt;a href="https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Disability_statistics_-_poverty_and_income_inequalities#:~:text=update:%20December%202025.-,Highlights,Source:%20Eurostat%20(ilc_pees01n)" rel="noopener noreferrer"&gt;Eurostat-Bericht 2023&lt;/a&gt; waren 28,8 % der Menschen mit Behinderung in der EU von Armut oder sozialer Ausgrenzung bedroht, verglichen mit nur 18,0 % der Menschen ohne Behinderung.&lt;/p&gt;

&lt;p&gt;Digitale Unzugänglichkeit betrifft nicht nur die Nutzung einer Website – sie beeinflusst die Fähigkeit, sich auf Jobs zu bewerben, öffentliche Dienste zu nutzen, Produkte zu kaufen oder neue Fähigkeiten zu erlernen.&lt;/p&gt;

&lt;p&gt;Diese Zahlen machen eines deutlich: Barrierefreie Web-Erlebnisse haben direkten Einfluss auf die wirtschaftliche Teilhabe, insbesondere für marginalisierte Gruppen.&lt;/p&gt;

&lt;p&gt;Für diese Menschen geht es bei digitaler Barrierefreiheit nicht um Bequemlichkeit, sondern um gleichberechtigte Teilhabe.&lt;/p&gt;

&lt;p&gt;Die Herausforderung für Entwickler? Die flexible, template-basierte Struktur von TYPO3 erschwert Barrierefreiheitstests, insbesondere bei dynamischen Elementen, Fluid-Templates und individuellen Erweiterungen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Was ist der TYPO3 Barrierefreiheit Checker?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Der TYPO3 Barrierefreiheit Checker ist ein einfaches, nicht installierbares Tool zum Überprüfen von TYPO3-Websites auf Barrierefreiheitsstandards.&lt;/p&gt;

&lt;p&gt;Es handelt sich nicht um eine sperrige Backend-Erweiterung. Es handelt sich um eine browserbasierte Oberfläche, über die Entwickler und Redakteure eine öffentliche URL eingeben und sofort einen Bericht mit Schweregrad-Tagging, WCAG-Mapping und konkreten Abhilfemaßnahmen erhalten können.&lt;/p&gt;

&lt;p&gt;Folgendes scannt der Checker tatsächlich&lt;br&gt;
Das Tool geht über die oberflächliche Markup-Validierung hinaus. Es prüft mehrere Ebenen einer mit TYPO3 gerenderten Seite und identifiziert sowohl technische als auch erfahrungsbezogene Barrierefreiheitsprobleme.&lt;/p&gt;

&lt;p&gt;Zu den wichtigsten Audit-Prüfungen gehören:&lt;br&gt;
Es bewertet:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML-Semantik und Tag-Verwendung&lt;/li&gt;
&lt;li&gt;Landmark-Bereiche (Haupt-, Navigations-, Fußzeilenbereich usw.)&lt;/li&gt;
&lt;li&gt;Überschriftenhierarchie (Sicherstellung einer H1 und korrekter Verschachtelung)&lt;/li&gt;
&lt;li&gt;ARIA-Rollen und -Beschriftungen&lt;/li&gt;
&lt;li&gt;Klarheit von Schaltflächen- und Linktexten&lt;/li&gt;
&lt;li&gt;Beschriftung von Formulareingaben&lt;/li&gt;
&lt;li&gt;Tastatur-Navigierbarkeit&lt;/li&gt;
&lt;li&gt;Modal-/Dialog-Fokus-Trapping&lt;/li&gt;
&lt;li&gt;Farbkontrastverhältnisse&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Bonus: Es wird auch geprüft, wie gut eine TYPO3-Site mit Bildschirmleseprogrammen, Sprachnavigation und Vergrößerungstools funktioniert, die häufig von echten Benutzern mit Behinderungen verwendet werden.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Warum TYPO3-Entwickler dieses Tool lieben&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;TYPO3-Projekte sind in der Regel:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Groß angelegt und mehrsprachig&lt;/li&gt;
&lt;li&gt;Mit tief verschachtelten Elementen erstellt&lt;/li&gt;
&lt;li&gt;Mit dynamischen Erweiterungen oder Integrationen erstellt&lt;/li&gt;
&lt;li&gt;Im Besitz von Kunden, die Konformität mit dem öffentlichen Sektor benötigen&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Für Entwickler bedeutet das:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Barrierefreiheitsfehler können sich tief in benutzerdefinierten Layouts verstecken&lt;/li&gt;
&lt;li&gt;Korrekturen müssen oft schnell vor der Bereitstellung erfolgen&lt;/li&gt;
&lt;li&gt;QA-Teams oder Kunden verstehen die WCAG möglicherweise nicht vollständig&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Dieser Checker ist:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Auf die TYPO3-Architektur zugeschnitten&lt;/li&gt;
&lt;li&gt;Einsetzbar während der Sprint-Entwicklung&lt;/li&gt;
&lt;li&gt;Benutzerfreundlich für Agentur- und Freelancer-Workflows&lt;/li&gt;
&lt;li&gt;Sie müssen nicht zwischen Kontexten wechseln. Sie müssen Ihren Kunden &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;nicht die Verwendung von Browser-Tools beibringen. Er ist für schnelles Feedback konzipiert, genau dann, wenn Sie es brauchen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Berichte, die sprechen Entwickler&lt;/strong&gt;&lt;br&gt;
Jeder Scan erzeugt eine übersichtliche, strukturierte Ausgabe. Egal, ob Sie lokal debuggen, die Compliance dokumentieren oder einen Übergabebericht erstellen, das Format ist für Entwickler und technische Leiter sinnvoll.&lt;/p&gt;

&lt;p&gt;Der Bericht enthält:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Gefundene Probleme insgesamt mit WCAG-Level-Kennzeichnung (A/AA/AAA)&lt;/li&gt;
&lt;li&gt;Jede verletzte Richtlinie mit Link zur W3C-Referenz&lt;/li&gt;
&lt;li&gt;Vorgeschlagene Fehlerbehebung in einfacher technischer Sprache&lt;/li&gt;
&lt;li&gt;Exportierbarer Bericht (PDF/Download oder Rohkopie)&lt;/li&gt;
&lt;li&gt;Gruppierte Problemkategorien (Navigation, Medien, Formulare usw.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Die Ausgabe ist übersichtlich, nicht überladen und lässt sich problemlos in GitHub-Probleme, Sprint-QA-Berichte oder JIRA-Tickets integrieren.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Beginnen Sie in Sekundenschnelle mit der Prüfung Ihrer TYPO3-Site&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Keine Anmeldung erforderlich. Kein Backend-Zugriff nötig. Öffnen Sie das Tool einfach in einem Browser, geben Sie die TYPO3-URL (Staging oder Live) ein und sehen Sie die Ergebnisse in weniger als 60 Sekunden.&lt;/p&gt;

&lt;p&gt;Sie können:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scans so oft wie nötig durchführen&lt;/li&gt;
&lt;li&gt;Ergebnisse mit Ihrem Entwicklerteam oder Kunden teilen&lt;/li&gt;
&lt;li&gt;Sanierungsmaßnahmen im Laufe der Zeit verfolgen&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Nutzen Sie den &lt;a href="https://nitsantech.de/typo3-barrierefreiheit-testen" rel="noopener noreferrer"&gt;TYPO3 Barrierefreiheit Checker&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Ein zentrales Tool, das Barrierefreiheitstests wieder in Ihren Entwicklungsprozess integriert, ohne Sie zu verlangsamen.&lt;/p&gt;

&lt;p&gt;Sie möchten sicherstellen, dass Ihre TYPO3-Seite barrierefrei ist? Wir bieten professionelle Prüfungen &amp;amp; Empfehlungen auf &lt;a href="https://nitsantech.de/typo3-barrierefreiheit" rel="noopener noreferrer"&gt;TYPO3 Barrierefreiheit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Wir bieten fachkundige Beratung, Umsetzung und kontinuierlichen Support.&lt;/p&gt;

</description>
      <category>typo3</category>
      <category>a11y</category>
      <category>inclusion</category>
      <category>german</category>
    </item>
    <item>
      <title>Everything You Need to Know About TYPO3 in 2025</title>
      <dc:creator>Anna Achen</dc:creator>
      <pubDate>Thu, 24 Apr 2025 06:51:53 +0000</pubDate>
      <link>https://dev.to/typo3/everything-you-need-to-know-about-typo3-in-2025-531g</link>
      <guid>https://dev.to/typo3/everything-you-need-to-know-about-typo3-in-2025-531g</guid>
      <description>&lt;p&gt;In the fast-changing world of content management systems, TYPO3 continues to be a reliable choice for businesses and developers. Whether you're just starting with TYPO3 or looking to go deeper into what it offers, this guide will walk you through the key areas you should know in 2025. From basic logins to search features and version updates, here’s your one-stop guide.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What is TYPO3 CMS?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;TYPO3 is an open-source content management system built for businesses that need more than a simple website. It’s flexible, secure, and perfect for managing large amounts of content across multiple languages. Unlike some other CMS platforms, TYPO3 is designed with developers and editors in mind, offering tools that scale with your needs.&lt;/p&gt;

&lt;p&gt;Learn more in our Beginner's Guide to &lt;a href="https://nitsantech.de/blog/typo3" rel="noopener noreferrer"&gt;TYPO3 CMS&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Logging into TYPO3: Understanding Backend Access&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The TYPO3 backend is where the magic happens. Once you log in, you can create pages, upload files, manage users, and much more. It's built to be clean and easy to use once you get the hang of it. New users can quickly learn the layout and start managing content without a steep learning curve.&lt;/p&gt;

&lt;p&gt;Check our step-by-step guide on &lt;a href="https://nitsantech.de/blog/typo3-login" rel="noopener noreferrer"&gt;TYPO3 login&lt;/a&gt; and registration.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;TYPO3 vs Drupal: Which CMS is Better?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Both TYPO3 and Drupal are known for serving large-scale websites. However, TYPO3 offers a more structured backend and is known for its long-term support and update policies. Drupal, on the other hand, has a large community and offers many third-party modules. Choosing between them depends on your project needs.&lt;/p&gt;

&lt;p&gt;See our full &lt;a href="https://nitsantech.de/blog/typo3-vs-drupal" rel="noopener noreferrer"&gt;TYPO3 vs Drupal&lt;/a&gt; comparison.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Setting Up TYPO3 with Docker&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Installing TYPO3 can be made easy with Docker. Docker allows you to set up a TYPO3 environment quickly without going through complex server setups. It’s great for developers who want to test or build TYPO3 sites locally before moving them to a live server.&lt;/p&gt;

&lt;p&gt;Read our guide on how to &lt;a href="https://nitsantech.de/blog/typo3-docker" rel="noopener noreferrer"&gt;install TYPO3 using Docker&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Better Search with Apache Solr for TYPO3&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;If your website has a lot of content, having a good search tool is important. Apache Solr works well with TYPO3 to deliver fast and accurate search results. It also helps users find what they need quickly, improving the overall experience.&lt;/p&gt;

&lt;p&gt;Explore more about &lt;a href="https://nitsantech.de/blog/typo3-solr" rel="noopener noreferrer"&gt;Apache Solr integration with TYPO3&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;TYPO3 SEO: Making Your Site Search Engine Friendly&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;TYPO3 has built-in features that make it easier to improve your site's SEO. You can set page titles, meta descriptions, and create clean URLs. With a little setup, you can help your site rank better on search engines and bring in more visitors.&lt;/p&gt;

&lt;p&gt;Here are some basic &lt;a href="https://nitsantech.de/blog/typo3-seo" rel="noopener noreferrer"&gt;TYPO3 SEO&lt;/a&gt; tips to get started.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;TYPO3 Version Support and Roadmap&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;TYPO3 releases regular updates and Long Term Support (LTS) versions. This means you can rely on TYPO3 for years without needing to rebuild your site every time there is an update. Understanding the roadmap helps you plan ahead and keep your website secure and modern.&lt;/p&gt;

&lt;p&gt;Take a look at our &lt;a href="https://nitsantech.de/blog/typo3-roadmap" rel="noopener noreferrer"&gt;TYPO3 Roadmap&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Partnering with a TYPO3 Agency: Why It Helps&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;TYPO3 can be powerful, but it also comes with a learning curve. Working with a TYPO3 agency gives you access to experts who know how to build, maintain, and grow TYPO3 websites. This can save time and ensure your project runs smoothly.&lt;/p&gt;

&lt;p&gt;Here are the advantages of working with a &lt;a href="https://nitsantech.de/blog/partner-mit-typo3-agentur" rel="noopener noreferrer"&gt;TYPO3 development agency&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Final Thoughts&lt;/p&gt;

&lt;p&gt;Whether you’re building your first website or managing an enterprise-level portal, TYPO3 has the tools and flexibility to support your journey. We hope this guide helped you understand the many sides of TYPO3 in 2025. Feel free to dive deeper into the topics that interest you most through the links above.&lt;/p&gt;

&lt;p&gt;Let TYPO3 power your digital presence with confidence.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
      <category>typo3</category>
      <category>news</category>
    </item>
    <item>
      <title>TYPO3 v13.3 - Feature Freeze Fun</title>
      <dc:creator>Anna Achen</dc:creator>
      <pubDate>Wed, 18 Sep 2024 14:26:53 +0000</pubDate>
      <link>https://dev.to/typo3/typo3-v133-feature-freeze-fun-2e37</link>
      <guid>https://dev.to/typo3/typo3-v133-feature-freeze-fun-2e37</guid>
      <description>&lt;p&gt;TYPO3 v13.3 was released on September 17, 2024, after the fourth sprint release of the TYPO3 v13 series. This version marks the feature freeze before the TYPO3 v13 LTS release, planned for October. Let's explore the new Content Blocks integration and other features added to TYPO3 Core as scheduled.&lt;/p&gt;

&lt;p&gt;Get ready to freeze the fun with TYPO3 v13.3!&lt;/p&gt;

&lt;p&gt;The TYPO3 team has been working hard in the past few weeks to include all the promised features for the TYPO3 v13 release. Over 20 new features were added in the last eight weeks. Thanks to the collaboration between developers and contributors from around the world, TYPO3 v13.3 is now ready. The community can start testing its new features and technologies.&lt;/p&gt;

&lt;p&gt;The focus until the long-term support release in October will be on finalizing and improving existing features, along with enhancing the user interface. For technical details, check the v13.3 Changelog.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Changes in TYPO3 v13.3&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Content Blocks&lt;/strong&gt;&lt;br&gt;
Integrating a new system into TYPO3 Core is a careful process. Core developers ensure the new code fits in without affecting stability, while keeping TYPO3 maintainable and upgradable.&lt;/p&gt;

&lt;p&gt;For Content Blocks integration, there were two options: adding it as a new system extension or slowly integrating key features into the Core. While some parts were added to the Core, Content Blocks will stay as a third-party extension. When TYPO3 v13 LTS releases, both the TYPO3 Core and Content Types teams will release version 1.0.0 of the Content Blocks extension, and they’ll continue to maintain it afterward.&lt;/p&gt;

&lt;p&gt;This approach makes the TYPO3 upgrade smoother, especially for those already using Content Blocks or creating custom content types with Fluid Styled Content. Existing Content Blocks setups will work smoothly after the upgrade. For new projects starting with TYPO3 v13 LTS, the new Core features can be used to create custom content types easily.&lt;/p&gt;

&lt;p&gt;**Web Interface for Site Sets&lt;br&gt;
**Site Sets, introduced in TYPO3 v13.1, package configurations like TypoScript and TSconfig into an extension. TYPO3 v13.3 introduces a new backend module, Site Management → Settings, which allows users to review, edit, and export Site Set configurations in YAML format.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Backend User Permissions&lt;/strong&gt;&lt;br&gt;
The backend user editing section has been improved for better usability and a cleaner design, making it easier for users to navigate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;New Dashboard Widgets&lt;/strong&gt;&lt;br&gt;
TYPO3 v13.3 adds new dashboard widgets, including one that shows recently updated pages and another for System Notes. Users with the right permissions can see categories like instructions and tasks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fluid Version 4&lt;/strong&gt;&lt;br&gt;
Fluid, TYPO3's template engine, has been updated to version 4. The upgrade process from version 2 is smooth, but developers should check for deprecated features. Version 4 improves code quality and adds support for new features.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ExpressionBuilder&lt;/strong&gt;&lt;br&gt;
ExpressionBuilder in TYPO3 helps developers create "if-then-else" expressions that adapt to different databases, simplifying advanced queries.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TYPO3 v13.3 Feature Freeze&lt;/strong&gt;&lt;br&gt;
With TYPO3 v13.3, no new features will be added until the LTS release in October 2024. The TYPO3 team will focus on improving and testing the added features, including Content Blocks and backend user permission presets. TYPO3 developers should begin testing and updating their extensions to ensure compatibility with TYPO3 v13.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Support and Maintenance for TYPO3 v13.3&lt;/strong&gt;&lt;br&gt;
TYPO3 v13 requires PHP 8.2, which will receive security updates until December 2025. TYPO3 sprint releases (v13.0-v13.3) will be supported until the next minor version is out. TYPO3 v13 LTS (v13.4) will receive bug fixes until April 2026, with security patches until October 2027.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Download TYPO3 v13.3&lt;/strong&gt;&lt;br&gt;
Download &lt;a href="https://nitsantech.de/blog/typo3-v133" rel="noopener noreferrer"&gt;TYPO3 v13.3&lt;/a&gt; at get.typo3.org. Follow the installation guide and use Composer to set up TYPO3.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s Next for TYPO3?&lt;/strong&gt;&lt;br&gt;
TYPO3 v13.4 LTS will be released on October 15, 2024. Stay tuned for release parties, demos, and events celebrating the new TYPO3 version!&lt;/p&gt;

</description>
      <category>release</category>
      <category>upgrade</category>
      <category>typo3</category>
      <category>typo3v133</category>
    </item>
    <item>
      <title>TYPO3 v13.2—Release Notes</title>
      <dc:creator>Anna Achen</dc:creator>
      <pubDate>Wed, 03 Jul 2024 14:30:38 +0000</pubDate>
      <link>https://dev.to/typo3/typo3-v132-release-notes-73h</link>
      <guid>https://dev.to/typo3/typo3-v132-release-notes-73h</guid>
      <description>&lt;p&gt;The third sprint release of the TYPO3 v13 release cycle, version 13.2, offers a range of practical improvements for editors and significant enhancements under the hood.&lt;/p&gt;

&lt;p&gt;NOTE: Article Source - typo3.org&lt;/p&gt;

&lt;p&gt;Aiming to enhance the experience for backend users who manage TYPO3 site content, the new version includes various improvements to the backend UI to simplify the work of editors. These enhancements are designed to make the interface more modern, intuitive, and feature-rich, ensuring editors can work efficiently.&lt;/p&gt;

&lt;p&gt;Most of the changes in TYPO3 v13.2 are technical. For example, groundwork has been laid for the integration of Content Blocks with a new Schema API. While Content Blocks are not yet fully integrated into the TYPO3 Core, progress is being made. More details on this can be found in André Kraus's article "Content Blocks on the Road Towards TYPO3 v13 — Report Q1/2024."&lt;/p&gt;

&lt;p&gt;The reference index has also received updates that will significantly speed up future operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Changes in TYPO3 Version 13.2
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Backend Search Improvements&lt;/strong&gt;&lt;br&gt;
The backend search now allows users to find terms on pages, page content, database records, backend modules, and workspaces. This improvement helps users working with large TYPO3 installations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mass Editing of Selected Columns&lt;/strong&gt;&lt;br&gt;
Users can now update multiple records at once in the TYPO3 backend. The new "Edit columns" button presents only the currently active columns, streamlining the editing process.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Record List Download Presets&lt;/strong&gt;&lt;br&gt;
The data export modal window now supports presets, allowing users to download data with predefined fields. This feature simplifies regular data exports.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Form Listings&lt;/strong&gt;&lt;br&gt;
The Form Framework has been updated with sortable columns and a cleaner interface. Forms that are still in use are protected from deletion.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Schema API&lt;/strong&gt;&lt;br&gt;
The new Schema API, introduced in &lt;a href="https://nitsantech.de/en/blog/typo3-v132" rel="noopener noreferrer"&gt;TYPO3 v13.2&lt;/a&gt;, provides an object-based approach to work with TCA definitions. This API is a crucial foundation for the future integration of Content Blocks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Self-contained Content Elements&lt;/strong&gt;&lt;br&gt;
Changes under the hood now allow for the integration of Content Blocks. TYPO3 loads rendering libraries early, making them available in the frontend.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reference Index&lt;/strong&gt;&lt;br&gt;
The reference index (refindex) has been reworked, reducing the number of SQL queries needed to retrieve data and significantly boosting system performance. An updated refindex is essential whenever extensions or the TYPO3 Core are changed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;System Requirements, Support, and Maintenance&lt;/strong&gt;&lt;br&gt;
TYPO3 v13 requires PHP version 8.2, with security updates available until December 2025. Each sprint release will be supported until the next minor version is published, with long-term support for TYPO3 v13 LTS until 31 October 2027.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Download and Installation&lt;/strong&gt;&lt;br&gt;
Details about the release and installation instructions are available at get.typo3.org. Composer is recommended for setting up your TYPO3 environment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Feature Freeze Ahead!&lt;/strong&gt;&lt;br&gt;
The next milestone is TYPO3 version 13.3, scheduled for 17 September 2024, which will mark the feature freeze for the v13 cycle. The focus will then shift to testing and refinement. Now is the best time to submit code contributions for TYPO3 v13 LTS.&lt;/p&gt;

</description>
      <category>typo3</category>
      <category>releasenotes</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
