Skip to content

Commit

Permalink
Merge branch 'PIEN-8943' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
nettaevelin committed Jul 28, 2023
2 parents 8be6515 + bb5ed12 commit df61778
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Modified

- PIEN-8943: Allowed ReCaptcha field in GravityForms

## [1.44.0] - 2023-06-22

### Modified

- TMS-956: Add Manual Events plugin caps to roles.

## [1.43.0] - 2023-06-21
Expand Down
1 change: 0 additions & 1 deletion lib/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ protected function remove_gf_fields( $field_groups ) {
if (
$field['data-type'] === 'date' ||
$field['data-type'] === 'time' ||
$field['data-type'] === 'captcha' ||
$field['data-type'] === 'multiselect' ||
$field['data-type'] === 'list'
) {
Expand Down
12 changes: 12 additions & 0 deletions lib/Roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,18 @@ class Roles implements Controller {
'assign_manual_event_categories',
];

/**
* Manual Event Category taxonomy
*
* @var string[]
*/
private $taxonomy_manual_event_category_all_capabilities = [
'manage_manual_event_categories',
'edit_manual_event_categories',
'delete_manual_event_categories',
'assign_manual_event_categories',
];

/**
* Tablepress capabilities
*
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Theme Name: TMS Theme Base
* Description: Tampere Multisite Base Theme
* Domain Path: /lang
* Version: 1.43.0
* Version: 1.44.0
* Author: Geniem
* Author URI: https://geniem.fi
* Text Domain: tms-theme-base
Expand Down

0 comments on commit df61778

Please sign in to comment.