Skip to content

Commit

Permalink
[TASK] Raise version to 1.4.0
Browse files Browse the repository at this point in the history
Change-Id: Ib846f23af00e9d191257d2b79ffa64b6ced6eca1
Reviewed-on: http://review.typo3.org/35024
Reviewed-by: Xavier Perseguers <xavier@typo3.org>
Tested-by: Xavier Perseguers <xavier@typo3.org>
  • Loading branch information
xperseguers committed Dec 4, 2014
1 parent 34f0459 commit e800431
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions Documentation/ChangeLog/Index.rst
Expand Up @@ -22,6 +22,7 @@ The following is a very high level overview of the changes in this extension. Fo
======= ======================================================
Version Changes
======= ======================================================
1.4.x Compatibility with TYPO3 6.2 - 7.x
1.3.x - Refactoring of the JSON reader
- Compatible with official TYPO3 manuals
1.2.x - Compatible with TYPO3 6.x (FAL)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Development/Hooks/MakeMenuArrayHook.rst
Expand Up @@ -49,4 +49,4 @@ config
Configuration of the plugin

pObj
A reference to the current ``pi_restdoc_pi1`` instance
A reference to the current ``\Causal\Restdoc\Controller\Pi1\Pi1Controller`` instance
2 changes: 1 addition & 1 deletion Documentation/Development/Hooks/QuickNavigationHook.rst
Expand Up @@ -56,4 +56,4 @@ config
Configuration of the plugin

pObj
A reference to the current ``pi_restdoc_pi1`` instance
A reference to the current ``\Causal\Restdoc\Controller\Pi1\Pi1Controller`` instance
2 changes: 1 addition & 1 deletion Documentation/Development/Hooks/RenderHook.rst
Expand Up @@ -58,4 +58,4 @@ config
Configuration of the plugin

pObj
A reference to the current ``pi_restdoc_pi1`` instance
A reference to the current ``\Causal\Restdoc\Controller\Pi1\Pi1Controller`` instance
2 changes: 1 addition & 1 deletion Documentation/Development/Hooks/SearchFormHook.rst
Expand Up @@ -47,4 +47,4 @@ config
thus default to ``TRUE``)

pObj
A reference to the current ``pi_restdoc_pi1`` instance
A reference to the current ``\Causal\Restdoc\Controller\Pi1\Pi1Controller`` instance
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Expand Up @@ -56,7 +56,7 @@ Sphinx/reStructuredText Documentation Viewer
**Other version of this document**

:PDF:
http://docs.typo3.org/typo3cms/extensions/restdoc/1.3.2/_pdf/
http://docs.typo3.org/typo3cms/extensions/restdoc/1.4.0/_pdf/


**Table of Contents**
Expand Down
3 changes: 2 additions & 1 deletion Documentation/KnownProblems/Index.rst
Expand Up @@ -11,7 +11,8 @@
Known problems
==============

- With FAL (TYPO3 6.x) only LocalStorage has been implemented and tested, meaning code will need to be adapted in order to deal with other types of remote storage.
- Only FAL LocalStorage has been implemented and tested, meaning code will need to be adapted in order to deal with other
types of remote storage.

.. note::
Please use the extension's bug tracker on Forge to report bugs: https://forge.typo3.org/projects/extension-restdoc/issues
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2012-2014
project: Sphinx/reStructuredText Documentation Viewer
version: 1.4
release: 1.4.0-dev
release: 1.4.0
latex_documents:
- - Index
- restdoc.tex
Expand Down
2 changes: 1 addition & 1 deletion Documentation/UsersManual/PluginOptions/Index.rst
Expand Up @@ -15,7 +15,7 @@ The plugin options let you choose whether the content of the file (BODY), the ta
|plugin_options|

.. tip::
Screenshot above shows a non-FAL documentation root. When using TYPO3 6.x, both syntaxes are supported, mainly to
Screenshot above shows a non-FAL documentation root. However, both syntaxes are supported, mainly to
ensure backward compatibility:

- ``fileadmin/path/to/documentation/``
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -29,7 +29,7 @@
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '1.4.0-dev',
'version' => '1.4.0',
'constraints' => array(
'depends' => array(
'php' => '5.3.3-5.6.99',
Expand Down

0 comments on commit e800431

Please sign in to comment.