Skip to content

Commit

Permalink
Merge pull request #164 from itthinx/tested-3.4.2-6.7
Browse files Browse the repository at this point in the history
Tested 3.4.2 6.7
  • Loading branch information
itthinx authored Jan 22, 2025
2 parents f8d3b28 + 8e78132 commit fe4c935
Show file tree
Hide file tree
Showing 41 changed files with 2,089 additions and 2,053 deletions.
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
== Groups by itthinx - changelog.txt

2025-01-22 - version 3.4.2
* Dev - Removed unnecessary translation function calls.
* Dev - Revised some instances of missing output escaping.
* Dev - Added missing translators: comments.
* Dev - Replaced deprecated null parameter.
* Dev - Validation hints.
* Dev - Removed return type declaration for two actions.
* Fix - Fixed missing return value for a widget_categories_args filter.
* Fix - Fixed missing return value for a widget_categories_dropdown_args filter.
* Fix - Fixed optional return value declaration.
* Update - Updated the translation template.
* Update - Updated the included translations.

2024-12-29 - version 3.4.1
* Update - Declare WooCommerce HPOS compatibility.

Expand Down
4 changes: 2 additions & 2 deletions groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Plugin Name: Groups
* Plugin URI: https://www.itthinx.com/plugins/groups
* Description: Groups provides group-based user membership management, group-based capabilities and content access control.
* Version: 3.4.1
* Version: 3.4.2
* Requires at least: 6.0
* Requires PHP: 7.4
* WC requires at least: 8.2
Expand All @@ -36,7 +36,7 @@
if ( !defined( 'ABSPATH' ) ) {
exit;
}
define( 'GROUPS_CORE_VERSION', '3.4.1' );
define( 'GROUPS_CORE_VERSION', '3.4.2' );
define( 'GROUPS_FILE', __FILE__ );
if ( !defined( 'GROUPS_CORE_DIR' ) ) {
define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
Expand Down
Binary file modified languages/groups-de.mo
Binary file not shown.
Loading

0 comments on commit fe4c935

Please sign in to comment.