File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Extcode \Cart \Configuration \Backend ;
6-
75return [
86 'cart ' => [
97 'title ' => 'LLL:EXT:cart/Resources/Private/Language/locallang_be.xlf:widget_group.cart ' ,
Original file line number Diff line number Diff line change 88use Symfony \Component \DependencyInjection \Loader \Configurator \ContainerConfigurator ;
99
1010return function (ContainerConfigurator $ containerConfigurator , ContainerBuilder $ containerBuilder ) {
11- if ($ containerBuilder ->hasDefinition ('dashboard.views.widget ' )) {
11+ if ($ containerBuilder ->hasDefinition ('TYPO3\CMS\Dashboard\Widgets\BarChartWidget ' )) {
1212 $ containerConfigurator ->import ('Backend/Provider/PaymentPaidShippingOpenProvider.php ' );
1313 $ containerConfigurator ->import ('Backend/Widgets/PaymentPaidShippingOpenWidget.php ' );
1414
Original file line number Diff line number Diff line change 1111 interlink-shortcode =" extcode/cart"
1212 />
1313 <project title =" Cart"
14- release =" 11.4.11 "
14+ release =" 11.4.12 "
1515 version =" 11.4"
1616 copyright =" 2018 - 2025"
1717 />
Original file line number Diff line number Diff line change 44 'title ' => 'Cart ' ,
55 'description ' => 'Shopping Cart(s) for TYPO3 ' ,
66 'category ' => 'plugin ' ,
7- 'version ' => '11.4.11 ' ,
7+ 'version ' => '11.4.12 ' ,
88 'state ' => 'stable ' ,
99 'author ' => 'Daniel Gohlke ' ,
1010 'author_email ' => 'ext@extco.de ' ,
You can’t perform that action at this time.
0 commit comments