Skip to content

Commit

Permalink
Merge pull request #4 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
avoinea committed Sep 29, 2023
2 parents 5290bd2 + 5e7d8d7 commit d44db51
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [1.0.0](https://github.com/eea/volto-toolbar-actions/compare/0.2.1...1.0.0) - 28 September 2023
### [1.0.1](https://github.com/eea/volto-toolbar-actions/compare/1.0.0...1.0.1) - 29 September 2023

#### :house: Documentation changes

- docs: Update README and DEVELOP [Alin Voinea - [`14b55b5`](https://github.com/eea/volto-toolbar-actions/commit/14b55b58607165d6e2cbe22a493c4b6ef0058aa6)]

## [1.0.0](https://github.com/eea/volto-toolbar-actions/compare/0.2.1...1.0.0) - 28 September 2023

#### :house: Documentation changes

Expand All @@ -13,6 +19,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### :hammer_and_wrench: Others

- Release 1.0.0 [Alin Voinea - [`692aac3`](https://github.com/eea/volto-toolbar-actions/commit/692aac3395fb54e2095d76b58fbf80b88d3a8940)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`50fdd91`](https://github.com/eea/volto-toolbar-actions/commit/50fdd9141d7321b949f8a8b7cb57f7ecb2748412)]
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`bb6897c`](https://github.com/eea/volto-toolbar-actions/commit/bb6897ccc4f8089b94934e7f6dc9dca732e613c1)]
### [0.2.1](https://github.com/eea/volto-toolbar-actions/compare/0.2.0...0.2.1) - 23 September 2023

#### :bug: Bug Fixes
Expand Down Expand Up @@ -40,4 +48,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### :hammer_and_wrench: Others

- yarn bootstrap [Alin Voinea - [`82cb39a`](https://github.com/eea/volto-toolbar-actions/commit/82cb39a04d97a2847dc10f92d8b2004da5f77436)]
- Initial commit [Alin Voinea - [`a37af09`](https://github.com/eea/volto-toolbar-actions/commit/a37af09cfe5fa65a33d238a30aa11f94dbb4237f)]
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

![Toolbar Actions](https://github.com/eea/volto-toolbar-actions/raw/master/docs/toolbar-actions.gif)

## Getting started

1. Go to [ZMI > portal_actions](http://localhost:8080/Plone/portal_actions/manage_main)
1. Add a new **CMF Action Category** called **toolbar_top_actions** or **toolbar_bottom_actions**
1. Within this category add a new **CMF Action** called **help**
Expand All @@ -39,6 +37,9 @@
* **Condition** `python:'/help' not in plone_context_state.object_url()` See [ContextState](https://github.com/plone/plone.app.layout/blob/master/plone/app/layout/globals/context.py#L31) available methods
* **Permissions** `Modify portal content`


## Getting started

### Try volto-toolbar-actions with Docker

git clone https://github.com/eea/volto-toolbar-actions.git
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-toolbar-actions",
"version": "1.0.0",
"version": "1.0.1",
"description": "@eeacms/volto-toolbar-actions: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit d44db51

Please sign in to comment.