Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Version 2.0.0
Version 1.1.5
=============

* Use :php:`->fetch()` instead of :php:`->fetchAssociative()` for TYPO3 v10
* Use `->fetch()` instead of `->fetchAssociative()` for TYPO3 v10
standalone compatibility

Version 1.1.4
Expand Down
32 changes: 1 addition & 31 deletions Documentation/Includes.rst.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,4 @@
.. More information about this file:
https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#includes-rst-txt

.. ----------
.. text roles
.. ----------

.. role:: aspect(emphasis)
.. role:: bash(code)
.. role:: html(code)
.. role:: js(code)
.. role:: php(code)
.. role:: rst(code)
.. role:: sep(strong)
.. role:: sql(code)

.. role:: tsconfig(code)
:class: typoscript

.. role:: typoscript(code)
.. role:: xml(code)
:class: html

.. role:: yaml(code)

.. default-role:: code

.. ---------
.. highlight
.. ---------

.. By default, code blocks use PHP syntax highlighting

.. highlight:: php
.. You can put central messages to display on all pages here
2 changes: 1 addition & 1 deletion Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
project-home="https://extensions.typo3.org/extension/mysqlreport"
project-contact="mailto:froemken\@gmail.com"
project-contact="mailto:froemken@gmail.com"
project-repository="https://github.com/froemken/mysqlreport"
project-issues="https://github.com/froemken/mysqlreport/issues"
edit-on-github-branch="main"
Expand Down
Loading