Skip to content

Releases: RRZE-Webteam/cms-workflow

v2.1.0 – Easier User Management

Choose a tag to compare

@lukasniebler lukasniebler released this 17 Jun 09:25
091998f

What's New?

  • Changing a UserGroup in the Backend will change existing pages and posts author-assignment automatically. If a user is removed from a user group, he will lose access to posts and pages were the specific user group was added.
  • User and UserGroup Assignment is now separated from each other. Adding a User Group within a post no longer adds all Authors of that User Group to the page individually.

What's Changed

Full Changelog: 2.0.11...2.1.0

v2.0.11 – Allows users to modify WS Form Pro capabilities

Choose a tag to compare

@lukasniebler lukasniebler released this 18 Feb 10:09
ab69cb5

What's Changed

  • Enhances plugin with WS Form Pro Controls and updates version by @lukasniebler in #151

Full Changelog: 2.0.10...2.0.11

v2.0.10

Choose a tag to compare

@rvdforst rvdforst released this 10 Feb 14:52
0b4beb5

UserGroups now covers post types with the same capability. Fixed code related to the Authors module.

v2.0.9

Choose a tag to compare

@rvdforst rvdforst released this 29 Jan 11:06
11bbaf8

The function is_post_type_enabled() was replaced in the Authors module in relation to the UserGroups module.

v2.0.8

Choose a tag to compare

@rvdforst rvdforst released this 26 Jan 13:31
8da49c6

Fixed an issue where notifications were sent for nearly all post types (especially the degree-program post type) even when they were not enabled.

v2.0.7

Choose a tag to compare

@rvdforst rvdforst released this 04 Mar 16:13
fc121d6

Adds compatibility between the versioning module and the block editor.

v2.0.6

Choose a tag to compare

@rvdforst rvdforst released this 25 Feb 08:16
f8ef4d8

Removes the check absint($post_id)==0, because the function always returned in the first if condition using the classic editor, making editing the own post impossible.

v2.0.5

Choose a tag to compare

@rvdforst rvdforst released this 24 Feb 16:48
64af8b5

Fix workaround for the block editor.

v2.0.4

Choose a tag to compare

@rvdforst rvdforst released this 21 Feb 12:41
77c6423

The user_has_cap filter callback function is now supported in the block editor.

v2.0.3

Choose a tag to compare

@rvdforst rvdforst released this 06 Feb 13:31
e46938b

Fix typing. The type (string|array) of the capability_type argument is now checked.