Skip to content

Commit

Permalink
Task/update to neos7 (#2)
Browse files Browse the repository at this point in the history
* TASK: Apply migration Neos.SwiftMailer-20161130105617

Adjusts code to package renaming from "TYPO3.SwiftMailer" to
"Neos.SwiftMailer".

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.Flow-20190425144900

Adjusts code to FlashMessageContainer renaming from "\Neos\Flow\Mvc" to
"\Neos\Flow\Mvc\FlashMessage".

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.Flow-20190515215000

Adjust "Settings.yaml" to new PSR-3 logging settings (see
neos/flow-development-collection#1574)

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.NodeTypes-20190917101945

Adjusts code to rename nodetypes that were extracted to subpackages in
fusion and nodetype definitions

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Networkteam.Neos.MailObfuscator-20190919145400

Move class names in namespace String because string is a reserved
keyword

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.NodeTypes-20200120114136

Adjusts code to rename nodetypes that were extracted to subpackages in
fusion and nodetype definitions

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.Flow-20200813181400

Adjust "Settings.yaml" to new naming of settings (see
neos/flow-development-collection#2051)

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.Flow-20201003165200

Make default ValueObjects embedded=false

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.Flow-20201109224100

Adjust DB migrations to Doctrine Migrations 3.0

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.Flow-20201205172733

This migration does not actually change any code. It just displays a
warning if a PHP file still refers to the no longer existing
ComponentInterface

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.Flow-20201207104500

Adjust code to deprecation of ComponentContext/ComponentParameters

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.Neos-20220318111600

Replace legacy content cache tag definitions in Fusion

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.Flow-20220318174300

Adjust "Settings.yaml" to remove legacy fluid custom error view options
(see neos/flow-development-collection#2742)

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* TASK: Apply migration Neos.Fusion-20220326120900

Expand Neos.Fusion-FusionObjects without namespace to fully qualified
names

Note: This migration did not produce any changes, so the commit simply
marks the migration as applied. This makes sure it will not be applied
again.

* task: cgl
  • Loading branch information
mrk131324 authored Oct 6, 2022
1 parent 74edad3 commit 46b3d3c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/NodeTypes/Image.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<body>
<f:section name="Main">
<div{attributes -> f:format.raw()}>
<f:render partial="Image" arguments="{_all}" section="Main"/>
<f:render partial="Image" arguments="{_all}" section="Main"/>
</div>
</f:section>
</body>
Expand Down
22 changes: 18 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"name": "onedrop/imagesrcset",
"description": "Adds responsive image sizes via the the srcset attribute to the default NodeTypes",
"require": {
"neos/neos": "~3.0 || ^4.0 || ^5.0",
"neos/nodetypes": "~3.0 || ^4.0 || ^5.0"
"neos/neos": "^7.0 || ^8.0",
"neos/nodetypes": "^7.0 || ^8.0"
},
"extra": {
"neos": {
Expand Down Expand Up @@ -87,7 +87,21 @@
"Neos.Fusion-20180211184832",
"Neos.Flow-20180415105700",
"Neos.Neos-20180907103800",
"Neos.Neos.Ui-20190319094900"
"Neos.Neos.Ui-20190319094900",
"Neos.SwiftMailer-20161130105617",
"Neos.Flow-20190425144900",
"Neos.Flow-20190515215000",
"Neos.NodeTypes-20190917101945",
"Networkteam.Neos.MailObfuscator-20190919145400",
"Neos.NodeTypes-20200120114136",
"Neos.Flow-20200813181400",
"Neos.Flow-20201003165200",
"Neos.Flow-20201109224100",
"Neos.Flow-20201205172733",
"Neos.Flow-20201207104500",
"Neos.Neos-20220318111600",
"Neos.Flow-20220318174300",
"Neos.Fusion-20220326120900"
]
}
}
}

0 comments on commit 46b3d3c

Please sign in to comment.