Skip to content

Commit df40158

Browse files
[RELEASE] Release of EXT:solver 3.0.3
1 parent e2f394c commit df40158

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
edit-on-github="eliashaeussler/typo3-solver"
1414
typo3-core-preferred="main"
1515
/>
16-
<project title="Solver" release="3.0.2" copyright="since 2023 by Elias Häußler"/>
16+
<project title="Solver" release="3.0.3" copyright="since 2023 by Elias Häußler"/>
1717
<inventory id="t3coreapi" url="https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/"/>
1818
<inventory id="t3tsref" url="https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/"/>
1919
</guides>

Resources/Private/Frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Private/Frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eliashaeussler/typo3-solver",
33
"description": "Frontend for EXT:solver, an extension for TYPO3 CMS to extend TYPO3's exception handling with AI generated solutions",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"type": "module",
66
"private": true,
77
"license": "GPL-2.0-or-later",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'title' => 'Solver',
2525
'description' => 'Extends TYPO3\'s exception handling with AI generated solutions. Problems can also be solved from command line. Several OpenAI parameters are configurable and prompts and solution providers can be customized as desired.',
2626
'category' => 'misc',
27-
'version' => '3.0.2',
27+
'version' => '3.0.3',
2828
'state' => 'stable',
2929
'clearCacheOnLoad' => true,
3030
'author' => 'Elias Häußler',

0 commit comments

Comments
 (0)