Skip to content

Commit fe4c935

Browse files
authored
Merge pull request #164 from itthinx/tested-3.4.2-6.7
Tested 3.4.2 6.7
2 parents f8d3b28 + 8e78132 commit fe4c935

41 files changed

Lines changed: 2089 additions & 2053 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
== Groups by itthinx - changelog.txt
22

3+
2025-01-22 - version 3.4.2
4+
* Dev - Removed unnecessary translation function calls.
5+
* Dev - Revised some instances of missing output escaping.
6+
* Dev - Added missing translators: comments.
7+
* Dev - Replaced deprecated null parameter.
8+
* Dev - Validation hints.
9+
* Dev - Removed return type declaration for two actions.
10+
* Fix - Fixed missing return value for a widget_categories_args filter.
11+
* Fix - Fixed missing return value for a widget_categories_dropdown_args filter.
12+
* Fix - Fixed optional return value declaration.
13+
* Update - Updated the translation template.
14+
* Update - Updated the included translations.
15+
316
2024-12-29 - version 3.4.1
417
* Update - Declare WooCommerce HPOS compatibility.
518

groups.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Plugin Name: Groups
2222
* Plugin URI: https://www.itthinx.com/plugins/groups
2323
* Description: Groups provides group-based user membership management, group-based capabilities and content access control.
24-
* Version: 3.4.1
24+
* Version: 3.4.2
2525
* Requires at least: 6.0
2626
* Requires PHP: 7.4
2727
* WC requires at least: 8.2
@@ -36,7 +36,7 @@
3636
if ( !defined( 'ABSPATH' ) ) {
3737
exit;
3838
}
39-
define( 'GROUPS_CORE_VERSION', '3.4.1' );
39+
define( 'GROUPS_CORE_VERSION', '3.4.2' );
4040
define( 'GROUPS_FILE', __FILE__ );
4141
if ( !defined( 'GROUPS_CORE_DIR' ) ) {
4242
define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );

languages/groups-de.mo

9 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)