Skip to content

Commit

Permalink
adjusts namespace at _Classes\Plugins\SupportChatFrontendPlugin.php_ …
Browse files Browse the repository at this point in the history
…throwing now an exception w/ at this typo3 version

* adjusts typo3 version at composer.json
  • Loading branch information
ndege committed Nov 21, 2024
1 parent 0c6a486 commit 08f3e77
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v2.8.1](https://github.com/ubleipzig/tx-supportchat/tree/2.8.1)

[Full Changelog](https://github.com/ubleipzig/tx-supportchat/compare/2.8.0...2.8.1)

**Fixes**
* adjusts namespace at _Classes\Plugins\SupportChatFrontendPlugin.php_ throwing an exception w/ this version

## [v2.8.0](https://github.com/ubleipzig/tx-supportchat/tree/2.8.0)

[Full Changelog](https://github.com/ubleipzig/tx-supportchat/compare/2.7.4...2.8.0)
Expand Down
2 changes: 1 addition & 1 deletion Classes/Plugins/SupportChatFrontendPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

namespace Ubl\Supportchat\Plugin;
namespace Ubl\Supportchat\Plugins;

use TYPO3\CMS\Core\Service\MarkerBasedTemplateService;
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"url": "https://composer.typo3.org/"
}],
"require": {
"typo3/cms": "^8.7 || ^9.5"
"typo3/cms": "^9.5 || ^10.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => 'A Support Chat for Typo3',
'category' => 'misc',
'shy' => 0,
'version' => '2.8.0',
'version' => '2.8.1',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand Down

0 comments on commit 08f3e77

Please sign in to comment.