Skip to content

Commit

Permalink
[fc] Repository: plone.app.upgrade
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2024-11-25T17:16:48-03:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.upgrade@34ce71c

Added upgrade to 6106, Plone 6.1.0b2.

Files changed:
A news/6106.internal
M plone/app/upgrade/v61/configure.zcml
  • Loading branch information
mauritsvanrees committed Nov 25, 2024
1 parent 9bba912 commit f669082
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Repository: Products.CMFPlone
Repository: plone.app.upgrade


Branch: refs/heads/master
Date: 2024-11-25T17:15:30-03:00
Date: 2024-11-25T17:16:48-03:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: https://github.com/plone/Products.CMFPlone/commit/2d99523fdfb6f222d809a082b2da67374ae9565c
Commit: https://github.com/plone/plone.app.upgrade/commit/34ce71cc073aef98b908fd2de560ec34edac9464

Updated metadata version to 6106.
Added upgrade to 6106, Plone 6.1.0b2.

Files changed:
A news/6106.internal
M Products/CMFPlone/profiles/default/metadata.xml
M plone/app/upgrade/v61/configure.zcml

b'diff --git a/Products/CMFPlone/profiles/default/metadata.xml b/Products/CMFPlone/profiles/default/metadata.xml\nindex 4f6c87a9ed..f021bdc095 100644\n--- a/Products/CMFPlone/profiles/default/metadata.xml\n+++ b/Products/CMFPlone/profiles/default/metadata.xml\n@@ -1,4 +1,4 @@\n <?xml version="1.0" encoding="utf-8"?>\n <metadata>\n- <version>6105</version>\n+ <version>6106</version>\n </metadata>\ndiff --git a/news/6106.internal b/news/6106.internal\nnew file mode 100644\nindex 0000000000..8e4611bd82\n--- /dev/null\n+++ b/news/6106.internal\n@@ -0,0 +1,2 @@\n+Updated metadata version to 6106.\n+[maurits]\n'
b'diff --git a/news/6106.internal b/news/6106.internal\nnew file mode 100644\nindex 00000000..16845771\n--- /dev/null\n+++ b/news/6106.internal\n@@ -0,0 +1,2 @@\n+Added upgrade to 6106, Plone 6.1.0b2.\n+[maurits]\ndiff --git a/plone/app/upgrade/v61/configure.zcml b/plone/app/upgrade/v61/configure.zcml\nindex e73fbbc7..ab61cf52 100644\n--- a/plone/app/upgrade/v61/configure.zcml\n+++ b/plone/app/upgrade/v61/configure.zcml\n@@ -88,4 +88,16 @@\n />\n </gs:upgradeSteps>\n \n+ <gs:upgradeSteps\n+ profile="Products.CMFPlone:plone"\n+ source="6105"\n+ destination="6106"\n+ >\n+ <!-- Plone 6.1.0b2 -->\n+ <gs:upgradeStep\n+ title="Miscellaneous"\n+ handler="..utils.null_upgrade_step"\n+ />\n+ </gs:upgradeSteps>\n+\n </configure>\n'

0 comments on commit f669082

Please sign in to comment.