File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 strategy :
77 fail-fast : false
88 matrix :
9- python-version : [3.8 ]
9+ python-version : [3.11 ]
1010
1111 steps :
1212 # git checkout
1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change 66 strategy :
77 fail-fast : false
88 matrix :
9- python-version : [3.8 ]
9+ python-version : [3.11 ]
1010
1111 steps :
1212 # git checkout
1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change 66 strategy :
77 fail-fast : false
88 matrix :
9- python-version : [3.8 ]
9+ python-version : [3.11 ]
1010
1111 steps :
1212 # git checkout
1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2828
2929 # install pyroma
3030 - name : install pyroma
31- run : pip install pyroma
31+ run : pip install pyroma==4.2
3232
3333 # run pyroma
3434 - name : run pyroma
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 strategy :
77 fail-fast : false
88 matrix :
9- python-version : [3.8 ]
9+ python-version : [3.11 ]
1010
1111 steps :
1212 # git checkout
1919 python-version : ${{ matrix.python-version }}
2020
2121 # python cache
22- - uses : actions/cache@v1
22+ - uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Changelog
442.1.1 (unreleased)
55------------------
66
7- - Nothing changed yet.
7+ - Plone 6 compatibility. Use 2.x tags for Plone < 6. [cekk]
8+ [cekk]
89
910
10112.1.0 (2023-05-31)
@@ -50,10 +51,10 @@ Changelog
5051- Add flag to control panel that allow to enable cookie banner
5152- Add cookie prefix to control panel to control the js plugin option
5253- Allow to select endpoint for consent registry
53- - Add domain whitelist so in case you have site with multiple domain can show
54+ - Add domain whitelist so in case you have site with multiple domain can show
5455 the banner in selected domain
5556- Add matomo
56- - Some minor fix to prevent cases where site editor remove configuration lines
57+ - Some minor fix to prevent cases where site editor remove configuration lines
5758 partially
5859- Add log tracking to new introduced actions
5960- Fix problem loading twitter timeline in tile manager from
Original file line number Diff line number Diff line change 1+ -c https://dist.plone.org/release/6.0-latest/requirements.txt
Original file line number Diff line number Diff line change 1+ -c https://dist.plone.org/release/6.1-latest/requirements.txt
Original file line number Diff line number Diff line change 1- -c constraints.txt
21setuptools
32zc.buildout
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments