Skip to content

Commit 6597881

Browse files
committed
Pinned imio.smartweb.common = 1.2.39
1 parent 01d919b commit 6597881

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
1.6.3 (unreleased)
22
------------------
33

4+
- imio.smartweb.common 1.2.39
5+
6+
- Migration to Plone 6.1.3
7+
[boulch]
8+
9+
- imio.smartweb.common 1.2.38
10+
11+
- @find : Process None value in a field or ["None", "other value"] for agatha stats
12+
[boulch]
13+
14+
- Add plone.app.caching include for futur proofing override
15+
[jchandelle]
16+
17+
- imio.smartweb.common 1.2.37
18+
19+
Add new @find endpoint to find content in instance
20+
[boulch]
21+
422
- Migrate to Plone 6.1.3
523
[boulch]
624

base.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ parts =
88

99
auto-checkout +=
1010
collective.z3cform.datagridfield
11-
imio.smartweb.common
1211

1312
extensions =
1413
mr.developer
@@ -17,8 +16,8 @@ extends =
1716
https://dist.plone.org/release/6.1.3/versions.cfg
1817
https://dist.plone.org/release/6.1.3/versions-ecosystem.cfg
1918
https://dist.plone.org/release/6.1.3/versions-extra.cfg
20-
https://raw.githubusercontent.com/IMIO/buildout.smartweb/plone613/versions.cfg
21-
https://raw.githubusercontent.com/IMIO/buildout.smartweb/plone613/sources.cfg
19+
https://raw.githubusercontent.com/IMIO/buildout.smartweb/refs/heads/main/versions.cfg
20+
https://raw.githubusercontent.com/IMIO/buildout.smartweb/refs/heads/main/sources.cfg
2221
versions.cfg
2322

2423
find-links +=

dev.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ extensions =
99
auto-checkout +=
1010
imio.directory.core
1111
imio.directory.policy
12+
imio.smartweb.common
1213
imio.smartweb.locales
1314
collective.upgrade
1415

versions.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
imio.directory.core = 1.2.25
44
imio.directory.policy = 1.1.8
5-
imio.smartweb.common = 1.2.36
5+
imio.smartweb.common = 1.2.39
66
imio.smartweb.locales = 1.1.32
77

88
collective.schedulefield = 1.1

0 commit comments

Comments
 (0)