Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dazoulay-simplicite committed Jan 23, 2025
1 parent 744afcc commit becd569
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ The property is now set to false by default.

![](dateauto.png)

Post-release <span id="postrelease"></span>
-------------------------------------------

### 6.0.0 (2024-01-31) <span id="version-6.0.0"></span>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ The Stock will be updatable directly from one Order of the Product (within the f
ex: home_ajax_DemoOrder_DemoHome_2
```

Post-release <span id="postrelease"></span>
-------------------------------------------

### 6.1.0 release candidate 1 (2024-06-01) <span id="version-6.1.0-beta-RC1"></span>

- Initial release candidate for minor version 6.1. See above for details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,11 @@ $("#myWidget").addClass("js-view-filters").on("ui.view.filters", (e,filters) =>
- Removed ajax call within constraints on UI:
- `[SYSPARAM:name]` is now replaced with session parameter `app.sysparams['name']`
- `[PARAM:name]` is replaced with the instance local parameter `obj.locals['name']`
Post-release <span id="postrelease"></span>
-------------------------------------------
### 6.2.0 release candidate 1 (2025-01-23) <span id="version-6.2.0-beta-RC1"></span>
- Initial release candidate for minor version 6.1. See above for details.

0 comments on commit becd569

Please sign in to comment.