TYPO3

Last updated
TYPO3
Original author(s) Kasper Skårhøj
Developer(s) TYPO3 Association
Initial release1998;26 years ago (1998)
Stable release
12.4 LTS [1]   OOjs UI icon edit-ltr-progressive.svg / 2023-04-25; 10 months ago [±]
Repository
Written in PHP, SQL, JavaScript
Operating system Windows, Linux, FreeBSD, macOS, OS/2
Platform IA-32, x86-64
Size 18.5 MB
Available in51 languages
Type Content management framework, content management system
License GNU General Public License version 2
Website typo3.org

TYPO3 is a Web Content management system (CMS) written in the programming language PHP. It can run on a variety of web servers, such as Apache, Nginx, or Internet Information Services (IIS), and on many operating systems, including Linux, Microsoft Windows, FreeBSD, macOS, and OS/2. It is free and open-source software released under the GNU General Public License version 2.

Contents

TYPO3 is similar to other popular content management systems such as, Drupal, Joomla! and WordPress. It is used more widely in Europe than in other regions, with larger market share in German-speaking countries, the Netherlands and France. [2] [3]

TYPO3 is credited to be highly flexible, as code and content are run separately.[ citation needed ] It can be extended by new functions without writing any program code. TYPO3 supports publishing content in multiple languages due to its built-in localization system. Due to its features like editorial workplace and workflow, advanced frontend editing, scalability and maturity, TYPO3 makers classify it as an enterprise level content management system. [4] [5]

History and usage

TYPO3 was initially authored by the Dane Kasper Skårhøj in 1997. [6] It is now developed by over 300 contributors under the lead of Benjamin Mack (Core team leader). [7]

Calculations from the TYPO3 Association show that it is currently used in more than 500,000 installations. The number of installations detected by the public website "CMS Crawler" was around 384,000 in February 2017. [3] [8]

Features

TYPO3 provides a base set of interfaces, functions and modules. Most functionality exceeding the base set can be implemented via the use of extensions. More than 5000 extensions are currently available for TYPO3 for download under the GNU General Public License from a repository called the TYPO3 Extension Repository, or TER. [9]

TYPO3 can run on most HTTP servers such as Apache, Nginx or IIS on top of Linux, Microsoft Windows or macOS. It uses PHP 7.2 or newer [10] and any relational database supported by the TYPO3 DBAL including MySQL, MariaDB, PostgreSQL, and SQLite. [11] Some 3rd-party extensions not using the database API support MySQL as the only database engine. The system can be run on any web server with at least 256 MB RAM and a CPU appropriate for that RAM. The backend can be displayed in any modern browser with JavaScript. There is no browser restriction for displaying user-oriented content generated by TYPO3.

Building basic proficiency in TYPO3 needs between a few weeks up to some months. For an author or editor who administers and operates a TYPO3 based website, this requirement can range from a few minutes to a few hours. A developer setting up a website with TYPO3 would need to work intensively with the meta-language Typoscript. [12]

System architecture

Conceptually, TYPO3 consists of two parts: the frontend, visible to visitors, and the administrative backend. The frontend displays the web content. The backend is responsible for administration and managing content. The core functions of TYPO3 include user privileges and user roles, timed display control of content (show/hide content elements), a search function for static and dynamic content, search-engine friendly URLs, an automatic sitemap, multi-language capability for frontend and backend, and more.

Like most modern CMS's, TYPO3 follows the policy of separation of content and layout: The website content is stored in a relational database, while the page templates are stored on the file system. Therefore, both can be managed and updated separately.

TYPO3 defines various basic types of content data. Standard content elements are described as text, text with media, images, (plain) HTML, video etc. Various added types of content elements can be handled using extensions.

The fundamental content unit is a "page". Pages represent a URL in the frontend and are organized hierarchically in the backends' page tree. Standard pages serve as "containers" for one or multiple content elements. There are several added special page types, including:

Internally, TYPO3 is managed by various PHP arrays. They contain all the information necessary to generate HTML code from the content stored in the database. This is achieved by a unique configuration language called Typoscript.

Design elements

Designing and developing with TYPO3 is commonly based on the following elements, among others:

Page tree
Representation of all pages of a site, their structure and properties.
Constants
System-wide configuration parameters
Template
Since TYPO3 6, the system runs on the templating engine Fluid. Fluid combines HTML markup with conditions and control structures. It can be extended by custom view helpers written in PHP.
Until version 4.3, an HTML skeleton was used, with markers (e.g., ###MARKER###) and range markers, called subparts (e.g., <!-- ###CONTENT### Start --><!-- ###CONTENT### End -->); that were replaced by various content elements or served as a sub template. This template system can still be found in older extensions or installations.
Typoscript
Typoscript is a purely declarative configuration language. In Typoscript, configuration values are defined, which are parsed into a system-wide PHP array. Typoscript is object-based and organized in a tree-like structure.
Extensions
Added plug-ins to enable more functions. See Extensions.
PHP
TYPO3 CMS is written in PHP. Thus, most features can be modified or extended by experienced users. For example, the XCLASS mechanism allows classes and methods to be overwritten and extended.

Extensions

Extensions are the cornerstone in the internal architecture of TYPO3. A feature that was introduced with version 3.5 in 2003 is the Extension Manager, a control center managing all TYPO3 extensions. The division between the TYPO3 core and the extensions is an important concept which determined the development of TYPO3 in the past years. Extensions are designed in a way so they can supplement the core seamlessly. This means that a TYPO3 system will appear as a unit while actually being composed of the core application and a set of extensions providing various features. [13]

Diagram of the basic TYPO3 system architecture TYPO3 system architecture.png
Diagram of the basic TYPO3 system architecture

They can be downloaded from the online repository (TER) directly from the backend, and are installed and updated with a few clicks. Every extension is identified by a unique extension key (for example, tt news). Also, developers can share new or modified extensions by uploading them to the repository. [9]

Generally, extensions are written in PHP. The full command set of PHP 5.3 can be used (regarded the system requirements of the specific TYPO3 version), but TYPO3 also provides several library classes for better efficiency: Best known and most used is the Pibase library class. With introduction of TYPO3 4.3 in 2009, Pibase has been replaced (or extended) by the Extbase library, which is a modern, model–view–controller (MVC) based development framework. To ensure backward compatibility, both libraries can be used in the same TYPO3 installation. Extbase is a backport of some features of FLOW3, renamed Neos Flow, a general web application framework. [14]

Notable projects

As it classifies as an enterprise CMS, many global companies and organizations base their web or intranet sites on TYPO3. The majority are based in German-speaking countries, such as the state of Saxony-Anhalt, the German Green Party, the University of Lucerne (Switzerland), the University of Vienna (Austria) and the Technical University of Berlin. International organizations running one or more TYPO3 sites are: Airbus, Konica-Minolta, Leica Microsystems, Air France, Greenpeace, and Meda (Sweden). [15] [16] [17]

Releases

Version history

Legend:Old version, not maintainedOlder version, still maintainedCurrent stable versionLatest preview versionFuture release
BranchVersion  [18] Release dateMajor changes
3.x
Old version, no longer maintained: 3.02001[ citation needed ]
  • First public release [19]
Old version, no longer maintained: 3.217 May 2002
  • Several bug fixes [20]
Old version, no longer maintained: 3.33 June 2002
Old version, no longer maintained: 3.518 February 2003
  • Several bug fixes
  • Introducing the Extension Manager users can now write their own extension modules
Old version, no longer maintained: 3.630 April 2004
Old version, no longer maintained: 3.724 September 2004
  • Simplified content-localisation
  • Extended permission system
  • Renewed TypoScript-Engine
Old version, no longer maintained: 3.823 May 2005
  • Multi-language ability for the backend (introducing language packs)
  • GraphicsMagick support
  • Improved frontend search [24]
Old version, no longer maintained: 3.8.114 November 2005
  • Several bug fixes and security improvements [25]
4.xOld version, no longer maintained: 4.07 April 2006
Old version, no longer maintained: 4.16 March 2007
  • Improved page tree with Ajax
  • Introducing Inline Relational Record Editing (IRRE) [28]
  • Improved UTF-8 support and enabling of InnoDB features
  • Current version: 4.1.15 [18] [26] [29]
Old version, no longer maintained: 4.224 May 2008
  • Many GUI improvements in the backend, including AJAX features, extended features of the text editor
  • Improvement of frontend login and extension update process
  • Current version: 4.2.17 [30]
Old version, no longer maintained: 4.330 November 2009
  • Modified frontend editing
  • Flash uploader and recycle bin for the backend
  • New system reports & system scheduler
  • Introducing the new caching framework
  • Security improvements with Salt (cryptography) & RSA
  • Integration of Extbase & Fluid features
  • Current version: 4.3.14 [31]
Old version, no longer maintained: 4.422 June 2010
  • Full backend redesign incl. performance improvements
  • Simplified installation, first Introduction Package a complete website template
  • CSS and JavaScript compression, HTML5 support in frontend
  • Current version: 4.4.15 [32] [33]
Old version, no longer maintained: 4.5 LTS26 January 2011
  • First release with long-term support (LTS), until March 2015, [34] [35] incl. support of IE6
  • Extended long-term support (chargeable), until March 2016 [36]
  • UTF-8 as default charset and HTML5 in backend [37]
  • Refurbished backend forms and extension manager
  • Integrated protection against CSRF
  • Current version: 4.5.40 [38] [39] [40] [41] [42]
Old version, no longer maintained: 4.625 October 2011
  • Internationalization with XLIFF
  • New website form content element
  • Security & performance improvements
  • Current version: 4.6.15 [43] [44] [45]
Old version, no longer maintained: 4.724 April 2012
  • Complete accessibility for new installations acc. to WCAG [46]
  • Introducing new HTML5 elements like <audio> & <video>, improvements for TCEforms [47]
  • Introducing the Government Package
  • Current version: 4.7.19 [48] [49] [50]
6.xOld version, no longer maintained: 6.027 November 2012 [51]
Old version, no longer maintained: 6.130 April 2013
  • Automatic updates for the Core and for translations, e.a. [55] [56]
  • Latest version: 6.1.11 [18]
Old version, no longer maintained: 6.2 LTS25 March 2014 [57]
  • Second release with Long Term Support (LTS), until April 2017 [34]
  • File Abstraction Layer (FAL) re-worked
  • Install Tool re-written and Distribution Management added
  • Responsive image rendering and mobile device preview
  • New documentation module added
  • Enhanced security features
  • Latest version: 6.2.47
7.xOld version, no longer maintained: 7.02 December 2014
  • general code cleanup, speed improvements through outsourcing of an old compatibility layer, refresh of the visual appearance of the backend. [58]
Old version, no longer maintained: 7.44 August 2015
  • Backend Overhaul Vol 2
Old version, no longer maintained: 7.529 September 2015
  • general code base improvements, Backend Overhaul Vol 3
Old version, no longer maintained: 7.6 LTS10 November 2015
  • Third release with Long Term Support (LTS), support until November 2018 [34]
8.xOld version, no longer maintained: 8.022 March 2016
  • general code cleanup, speed improvements through outsourcing of the old compatibility layer, refresh of the visual appearance of the backend. Usage of performance improvements through PHP7 requirement. [58]
Old version, no longer maintained: 8.13 May 2016
  • Most notable: Doctrine integration, UX rework of workspace module, general cleanup. [59]
Old version, no longer maintained: 8.25 July 2016
  • Ogg, flac and opus media support
  • Removed support for compatibility6 extension. [60]
Old version, no longer maintained: 8.330 August 2016
  • Doctrine DBAL migration
  • Tree rendering with SVGs
  • Unified linking syntax
  • PHP 7.1 support [61]
Old version, no longer maintained: 8.418 October 2016
  • Mobile backend
  • Documentation API
  • Easier migrations
  • Access flexform values by TypoScript. [62]
Old version, no longer maintained: 8.520 December 2016
  • New form framework,
  • Integration of CKEditor [63]
Old version, no longer maintained: 8.614 February 2017
  • Improvements in frontend editing. [64]
Old version, no longer maintained: 8.7 LTS4 April 2017
  • Long Term Support Release (LTS), bug fixes for 18 months, security support for 36 months, until March 2020. [64]
9.xOld version, no longer maintained: 9.012 December 2017
  • First of five sprint releases to 9.x LTS. Refactored Install Tool into System Maintenance Area. New Page Tree user interface. New page translations. [64]
Old version, no longer maintained: 9.130 January 2018
  • Custom handling of URL redirects. [64]
Old version, no longer maintained: 9.210 April 2018
  • New Site module for configuring separate websites and languages in a multi-site project. [65]
Old version, no longer maintained: 9.312 June 2018
  • Additional SEO extension. [66]
Old version, no longer maintained: 9.44 September 2018
  • URL Routing for pages "Speaking URLs for Routing", XML Sitemap. [67]
Old version, no longer maintained: 9.5 LTS2 October 2018
  • Long Term Support Release (LTS), bug fixes for 18 months, security support for 36 months, until September 2021. [68]
10.xOld version, no longer maintained: 10.023 July 2019
Old version, no longer maintained: 10.11 October 2019
Old version, no longer maintained: 10.23 December 2019
Old version, no longer maintained: 10.325 February 2020
Older version, yet still maintained: 10.4 LTS21 April 2020
  • Long Term Support Release (LTS), fully supported for 1.5 years, security and critical fixes until April 2023. [69]
11.xOld version, no longer maintained: 11.022 December 2020Support PHP 7.4 und 8.0 / MySQL 5.7+ / MariaDB / Postgres / SQLite
Old version, no longer maintained: 11.123 February 2021
Old version, no longer maintained: 11.24 May 2021
Old version, no longer maintained: 11.313 July 2021
Old version, no longer maintained: 11.47 September 2021
Current stable version:11.55 October 2021Long Term Support Release (LTS), fully supported for 3 years until October 2024. [70]
12.xOld version, no longer maintained: 12.04 October 2022First release of TYPO3 12.0 [71]
Old version, no longer maintained: 12.16 December 2022Interoperability with third-party systems [72]
Old version, no longer maintained: 12.27 February 2023Improved Backend UI [73]
Old version, no longer maintained: 12.328 March 2023Last-Minute Features [74]
Current stable version:12.425 April 2023Long Term Support Version with 3 years of official security and maintenance support [75]
13.xLatest preview version of a future release: 13.030 January 2024First release of TYPO3 13.0 with breaking changes and new system requirements [76]

Neos

A completely rewritten version (code-named "Phoenix") was originally planned as TYPO3 version 5.0. While working on this new release and analyzing the 10-year history and complexity of TYPO3 v4, the TYPO3 community decided to branch out version 5 as a completely separate product, one that wouldn't replace version 4 in the near future and as such needed to have its own name. Published as FLOW3, now renamed Neos Flow, it along with various other packages then served as the basis for the start of development of project Phoenix. [77]

In September 2012, the TYPO3 developers decided on the name for the new product, "TYPO3 Neos". [78] With TYPO3 Neos 1.0 alpha1, a public test version was released in late 2012. [79] [80] In May 2015 the TYPO3 Association and the Neos team decided to go separate ways, with TYPO3 CMS remaining the only CMS product endorsed by the Association and the Neos team publishing Neos as a stand-alone CMS without any connection to the TYPO3 world. [81]

In January 2017, Neos 3.0 has been published, along with a new version of Flow framework and a name change of its configuration language from TypoScript2 to Fusion. [82]

See also

Related Research Articles

<span class="mw-page-title-main">Drupal</span> Web content management system

Drupal is a free and open-source web content management system (CMS) written in PHP and distributed under the GNU General Public License. Drupal provides an open-source back-end framework for at least 14% of the top 10,000 websites worldwide and 1.2% of the top 10 million websites—ranging from personal blogs to corporate, political, and government sites. Drupal can also be used for knowledge management and for business collaboration.

<span class="mw-page-title-main">Midgard (software)</span>

Midgard is an open source persistent storage framework. It provides an object-oriented and replicated environment for building data-intensive applications.

<span class="mw-page-title-main">Tiki Wiki CMS Groupware</span> Content management software

Tiki Wiki CMS Groupware or simply Tiki, originally known as TikiWiki, is a free and open source Wiki-based content management system and online office suite written primarily in PHP and distributed under the GNU Lesser General Public License (LGPL-2.1-only) license. In addition to enabling websites and portals on the internet and on intranets and extranets, Tiki contains a number of collaboration features allowing it to operate as a Geospatial Content Management System (GeoCMS) and Groupware web application.

<span class="mw-page-title-main">Scanner Access Now Easy</span>

Scanner Access Now Easy (SANE) is an open-source application programming interface (API) that provides standardized access to any raster image scanner hardware. The SANE API is public domain. It is commonly used on Linux.

eZ Publish is an open-source enterprise PHP content management system that was developed by the Norwegian company Ibexa. eZ Publish is now maintained by 7x. eZ Publish is freely available under the GNU GPL version 2 license, as well as under proprietary licenses that include commercial support. In 2015, eZ Systems introduced eZ Platform to replace eZ Publish with a more modern and future-proof solution. In 2024, 7x released eZ Publish 6.0 (stable) to replace eZ Publish 5.4 with a more modern and future-proof solution compatible with PHP 7.x and 8.x software. In 2024/02 7x followed up its first release (6.0) with a powerful second release 6.0.1 containing key installation bugfixes and a brand new database backend for flat file database called SQLite that is mature and stable ready to use to simplify your website or web application.

<span class="mw-page-title-main">DNN (software)</span>

DNN Platform is a web content management system and web application framework based on the .NET Framework. It is open source and part of the .Net Foundation.

<span class="mw-page-title-main">Joomla</span> Free and open-source web content management system

Joomla, also spelled Joomla! and sometimes abbreviated as J!, is a free and open-source content management system (CMS) for publishing web content on websites. Web content applications include discussion forums, photo galleries, e-Commerce and user communities and numerous other web-based applications. Joomla is developed by a community of volunteers supported with the legal, organisational and financial resources of Open Source Matters, Inc.

Content Repository API for Java (JCR) is a specification for a Java platform application programming interface (API) to access content repositories in a uniform manner. The content repositories are used in content management systems to keep the content data and also the metadata used in content management systems (CMS) such as versioning metadata. The specification was developed under the Java Community Process as JSR-170, and as JSR-283. The main Java package is javax.jcr.

<span class="mw-page-title-main">Silverstripe CMS</span> Content management system

Silverstripe CMS is a free and open source content management system (CMS) and framework for creating and maintaining websites and web applications. It provides an out of the box web-based administration panel that enables users to make modifications to parts of the website, which includes a WYSIWYG website editor. The core of the software is Silverstripe Framework, a PHP Web application framework.

<i>Serendipity</i> (software)

Serendipity is a blog and web-based content management system written in PHP and available under a BSD license. It supports PostgreSQL, MySQL, SQLite database backends, the Smarty template engine, and a plugin architecture for user contributed modifications.

<span class="mw-page-title-main">Mythbuntu</span> Discontinued media center OS

Mythbuntu is a discontinued media center operating system based on Ubuntu, which integrated the MythTV media center software as its main function, and did not install with all of the programs included with Ubuntu.

Nuxeo is a software company making an open source content management system.

Flow is a free and open source web application framework written in PHP. The first final version was released on October 20, 2011. It was primarily designed as a basis for the content management system Neos, but can also be used independently. It is generally suitable for PHP development of mid- or large-scaled web applications.

<span class="mw-page-title-main">Umbraco</span>

Umbraco is an open-source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. Since version 4.5, the whole system has been available under an MIT License.

<span class="mw-page-title-main">Contao</span> Content management system

Contao is a free content management system (CMS) for medium to large websites. The program specializes in back-office and front-office accessibility, and observes XHTML, HTML5 and CSS standards, according to W3C/WAI guidelines, to generate pages. The program is an open-source project, published in its original form in 2006 by Leo Feyer.

Long-term support (LTS) is a product lifecycle management policy in which a stable release of computer software is maintained for a longer period of time than the standard edition. The term is typically reserved for open-source software, where it describes a software edition that is supported for months or years longer than the software's standard edition.

ibexa DXP Content management system

eZ Platform is an open-source enterprise PHP content management system (CMS) and Digital eXperience Platform (DXP) developed by the company Ibexa, which has headquarters Oslo, Norway and offices in Germany, France, Poland, England, US and Japan. eZ Platform is freely available under the GNU GPL version 2 license, as well as under proprietary licenses that include commercial support as well as access to additional features. The commercial version of the software extends the capabilities of the open-source core with features such as personalization, e-Commerce and additional editorial and development capabilities.

<span class="mw-page-title-main">Grav (CMS)</span>

Grav is a free software, self-hosted content management system (CMS) written in the PHP programming language and based on the Symfony web application framework. It uses a flat file database for both backend and frontend.

References

  1. "List of Releases for TYPO3 v12" . Retrieved 25 April 2023.
  2. "Distribution of Content Management Systems among websites that use German". w3techs.com.
  3. 1 2 "TYPO3". cmscrawler.com.
  4. "TYPO3 - The Enterprise CMS". Archived from the original on 2013-04-16. Retrieved 2012-04-10.
  5. Hinderink e.a., Werner Altmann; René Fritz; Daniel (2005). TYPO3: enterprise content management (1. ed.). Birmingham [u.a.]: Packt Publ. ISBN   1-904811-41-8.{{cite book}}: CS1 maint: multiple names: authors list (link)
  6. "The History of TYPO3". Archived from the original on 2012-04-06. Retrieved 2012-04-11.
  7. "TYPO3 Core development".
  8. "TYPO3 in numbers". TYPO3 - The Enterprise Open Source CMS. Archived from the original on 2012-04-04.
  9. 1 2 "Extension Repository". TYPO3 - The Enterprise Open Source CMS. Archived from the original on 2004-04-29.
  10. Böhm, Julian (25 June 2020). "What Versions of TYPO3 Run on Which Versions of PHP?". TYPO3 Blog.
  11. "Download TYPO3 - get.typo3.org". get.typo3.org. Retrieved 2020-12-02.
  12. "Configuration overview — TYPO3 Explained main documentation". docs.typo3.org. Retrieved 2022-01-24.
  13. "What are extensions?". TYPO3 - The Enterprise Open Source CMS.
  14. Official Extbase MVC Framework Documentation
  15. "TYPO3 case studies". typo3.org. Retrieved 9 February 2017.
  16. "Recently added sites". TYPO3 Reference Blog. Retrieved 9 February 2017.
  17. "Case studies". typo3.com.
  18. 1 2 3 4 http://typo3.org/download/ Information on support cycles of TYPO3 versions
  19. "Installation manual for TYPO3 3.0" (PDF). Archived from the original (PDF) on 2014-04-07. Retrieved 2012-07-31.
  20. "Installation manual for TYPO3 3.0 w/ Screenshots of version 3.2" (PDF). Archived from the original (PDF) on 2014-04-07. Retrieved 2012-07-31.
  21. "TYPO3". sourceforge.net.
  22. "Source code of all newer versions with release dates". Archived from the original on 2014-07-09. Retrieved 2013-11-22.
  23. Bager, Jo (3 May 2004). "Typo3 3.6.0 fertig gestellt". heise online.
  24. "Category:ReleaseNotes/TYPO3 3.8.x". typo3.org.
  25. "release notes for TYPO3 3.8.1". Archived from the original on 2012-07-24. Retrieved 2012-07-31.
  26. 1 2 http://typo3.org/news/article/support-for-typo3-40-is-officially-over/ End of life of TYPO3 4.0
  27. "TYPO3 4.0". typo3.org.
  28. "Inline Relational Record Editing". TYPO3 Wiki.
  29. "TYPO3 4.1". typo3.org.
  30. "TYPO3 4.2". typo3.org.
  31. "release notes for TYPO3 4.3". Archived from the original on 2012-04-06. Retrieved 2012-07-31.
  32. "release notes for TYPO3 4.4". Archived from the original on 2012-04-06. Retrieved 2012-07-31.
  33. t3n Redaktion. "TYPO3 4.4: TYPO3 wird einsteigerfreundlicher, schöner, schneller – Hier die wichtigsten Neuerungen". t3n Magazin (in German). Archived from the original on 2016-08-18. Retrieved 2012-07-31.{{cite web}}: CS1 maint: numeric names: authors list (link)
  34. 1 2 3 "TYPO3 Roadmap". Archived from the original on 2012-10-25.
  35. "4.5 LTS support extended because of 6.2 final release postponed, since they have promised to keep the LTS overlapping period 12 months". 21 November 2013.
  36. "Announcing TYPO3 CMS 4.5 Extended Long-Term-Support Plans". typo3.org. 5 March 2015.
  37. "TYPO3 450alpha3 - TYPO3 4.5 Projects - TYPO3 Forge". typo3.org.
  38. "Download". TYPO3 - The Enterprise Open Source CMS.
  39. "Overview - TYPO3 4.5 Projects - TYPO3 Forge". typo3.org.
  40. "buzz.typo3.org: TYPO3 4.5 will be the most secure TYPO3 version ever". typo3.org.
  41. Ernesto Baschny (2 October 2010). "TYPO3 4.5 LTS Status Report T3CON10". slideshare.net.
  42. Ernesto Baschny (3 July 2010). "TYPO3 4.5 Kick-Off Presentation #t3dd10". slideshare.net.
  43. TYPO3 4.6 release date rec. 6. October 2012
  44. "Login". TYPO3 - The Enterprise Open Source CMS.
  45. typo3.org: A Brief Introduction to TYPO3 version 4.6
  46. TYPO3 Receives German Governmental Funding for Accessibility and Usability Project, rec. 27 Juli 2011
  47. "Feature #12664: Idea about faster loading modules - Core - TYPO3 Forge". typo3.org.
  48. "Wiki - TYPO3 4.7 Projects - TYPO3 Forge". typo3.org.
  49. "TYPO3 4.7 release notes".
  50. "Home: TYPO3 Government Package". typo3.org.
  51. "Welcome to nginx". Archived from the original on 2012-07-20. Retrieved 2012-07-31.
  52. "Development Report: File Abstraction Layer". TYPO3 - The Enterprise Open Source CMS. 28 February 2012.
  53. TYPO3 6.0 Release Timeline - typo3.org Archived 2012-07-20 at archive.today
  54. "TYPO3 6.0 - Back to the Future". TYPO3 - The Enterprise Open Source CMS. 14 May 2012.
  55. 1 2 "The TYPO3 Core Team is giving a short summary about the upcoming releases of TYPO3". TYPO3 - The Enterprise Open Source CMS. 3 March 2012.
  56. "Feature #43703: Add a task to auto update languages - Core - TYPO3 Forge". typo3.org.
  57. "New release plan for 6.2 LTS". 21 November 2013. Retrieved 8 December 2013.
  58. 1 2 "Retaining compatibility to TYPO3 CMS6 - - TYPO3 - The Enterprise Open Source CMS". typo3.org. Archived from the original on 2014-12-02.
  59. "TYPO3 v8.1 - Tightening the screws". 3 May 2016.
  60. "8.2 Changes". docs.typo3.org. 2016. Archived from the original on February 11, 2017. Retrieved 1 June 2023.
  61. "Releasing TYPO3 v8.3". 30 August 2016.
  62. "Releasing TYPO3 v8.4". 18 October 2016.
  63. "TYPO3 v8.5 released". 20 December 2016.
  64. 1 2 3 4 "Development Roadmap for TYPO3 CMS".
  65. "Typo3-v920-released". 10 April 2018.
  66. "TYPO3 v9.3.0 released". 12 June 2018.
  67. "Announcement of TYPO3 9.4 Release". 4 September 2018.
  68. "Announcement of TYPO3 9.5 LTS Release". 2 October 2018.
  69. "TYPO3 v10 - Safe and Sound". 8 March 2019.
  70. "TYPO3 v11 - Warp Speed". 5 October 2021.
  71. "TYPO3 v12 - Release Your Power". 4 October 2022.
  72. "TYPO3 v12.1 – Together As One". 6 December 2022.
  73. "TYPO3 v12.2 – Around The World". 7 February 2023.
  74. "TYPO3 v12.3 – Around The World". 28 March 2023.
  75. "TYPO3 v12.4 – Here To Save The Day". 25 April 2023.
  76. "TYPO3 v13.0 - The Ocean's Calling". 30 January 2024.
  77. "The TYPO3 Core Team is giving a short summary about the upcoming releases of TYPO3". 3 March 2012.
  78. Dambekalns, Karsten (10 October 2012). "TYPO3 Neos and Flow - September 2012". TYPO3 Association. Retrieved 12 October 2012.
  79. "TYPO3 Neos Alpha Releases". TYPO3 Association. Retrieved 9 May 2013.
  80. "Change Log Neos 1.0.0 alpha2". TYPO3 Association. Retrieved 9 May 2013.
  81. "Neos and TYPO3 split". 18 May 2015.
  82. "Neos 3.0 and Flow 4.0 Released". neos.io. 30 January 2017. Retrieved 9 February 2017.

Further reading