Skip to content

Commit

Permalink
Merge pull request #159 from itthinx/tested-3.3.0-6.7
Browse files Browse the repository at this point in the history
Tested 3.3.0 6.7
  • Loading branch information
itthinx authored Nov 25, 2024
2 parents fe38afd + 81b2492 commit 399908a
Show file tree
Hide file tree
Showing 66 changed files with 881 additions and 7,671 deletions.
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
== Groups by itthinx - changelog.txt

= 3.3.0 =
* WordPress 6.7 compatible.
* Revised information and presentation of the welcome and add-ons sections.
* Revised the information provided in the readme.txt.
* Added several instances of missing output escaping.
* Using generic translations based on language (and form) when available.
* Updated the translation template.
* Updated the included translations.
* Revised several instances of code doc format.
* Added a lock icon for distinction on the Groups column header.

= 3.2.1 =
* WordPress 6.6 compatible.
* Updates script dependencies for blocks.
Expand Down
63 changes: 53 additions & 10 deletions css/groups_admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,16 @@ div.capability.edit label {

#groups-extensions-support {
padding: 1em;
margin: 0;
margin: 0 0 24px 0;
background-color: #fff;
border-radius: 4px;
color: #111;
border: 2px solid #7494d1;
}
#groups-extensions-support p {
font-size: 14px;
color: #333;
}
#groups-extensions-support h2::after {
content: "\f487";
background: transparent;
Expand Down Expand Up @@ -350,7 +354,7 @@ div.capability.edit label {
}

.groups-admin-add-ons {
margin: 10px 20px 0 2px;
margin: 24px 24px 0 2px;
}
.groups-admin-add-ons ul.add-ons {
list-style: none;
Expand All @@ -361,23 +365,46 @@ div.capability.edit label {
}
.groups-admin-add-ons ul.add-ons li.add-on {
margin: 0 1em 1em 0;
padding: 8px;
padding: 16px;
vertical-align: top;
width: 256px;
min-height: 158px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 3px;
flex: 1 1 22%;
max-width: 384px;
}
.groups-admin-add-ons ul.woocommerce.add-ons li.add-on p {
font-size: 15px;
}
.groups-admin-add-ons ul.woocommerce.add-ons li.add-on h3 {
font-size: 18px;
font-weight: 600;
}
.groups-admin-add-ons ul.groups.add-ons li.add-on,
.groups-admin-add-ons ul.other.add-ons li.add-on {
max-width: 256px;
min-height: 128px;
}
.groups-admin-add-ons .add-ons h3 {
margin: 0;
display: block;
clear: both;
display: flex;
align-items: center;
justify-content: left;
}
.groups-admin-add-ons h3.woocommerce {
font-size: 18px;
}
.groups-admin-add-ons .add-ons h3 img {
vertical-align: middle;
height: 36px;
margin: 0 8px 0 0;
display: block;
float: left;
border-radius: 3px;
}
.groups-admin-add-ons .woocommerce.add-ons h3 img {
width: 48px;
height: auto;
}
.groups-admin-add-ons .add-ons a {
text-decoration: none;
Expand All @@ -390,6 +417,15 @@ div.capability.edit label {
clear: both;
display: block;
color: #333;
font-size: 14px;
}

.groups-admin-add-ons .woocommerce-marketplace {
margin: 0 0 2em 0;
padding: 8px;
background-color: #fff;
border: 1px solid #ccc;
display: inline-block;
}

.groups-welcome-panel {
Expand All @@ -401,24 +437,31 @@ div.capability.edit label {
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
background: #fff;
font-size: 13px;
font-size: 14px;
line-height: 2.1em;
}
.groups-welcome-panel h2 {
margin: 1.62em 0 0 0;
font-size: 21px;
font-weight: 400;
font-weight: 600;
line-height: 1.2;
}
.groups-welcome-panel h3 {
margin: 1.33em 0 0;
font-size: 16px;
font-weight: 500;
font-size: 17px;
}
.groups-welcome-panel li {
font-size: 14px;
}
.groups-welcome-panel p {
color: #72777c;
font-size: 15px;
line-height: 1.6em;
margin: 1em 0;
}
.groups-welcome-panel-description p {
font-size: 16px;
}
.groups-welcome-panel a {
text-decoration: none;
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.2.1
* Version: 3.3.0
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: itthinx
Expand All @@ -34,7 +34,7 @@
if ( !defined( 'ABSPATH' ) ) {
exit;
}
define( 'GROUPS_CORE_VERSION', '3.2.1' );
define( 'GROUPS_CORE_VERSION', '3.3.0' );
define( 'GROUPS_FILE', __FILE__ );
if ( !defined( 'GROUPS_CORE_DIR' ) ) {
define( 'GROUPS_CORE_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
Expand Down
Binary file modified images/add-ons/affiliates-enterprise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/add-ons/affiliates-pro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/add-ons/groups-drip-content.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/add-ons/groups-file-access.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/add-ons/groups-forums.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/add-ons/groups-gravity-forms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/add-ons/groups-import-export.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/add-ons/groups-newsletters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/add-ons/groups-restrict-categories.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/add-ons/groups-restrict-comments-pro.png
Binary file not shown.
Binary file removed images/add-ons/groups-woocommerce.png
Binary file not shown.
Binary file modified images/add-ons/itthinx-mail-queue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/add-ons/widgets-control-pro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/add-ons/woocommerce-group-coupons.png
Binary file not shown.
Binary file removed images/add-ons/woocommerce-groups-newsletters.png
Binary file not shown.
Binary file removed images/add-ons/woocommerce-product-search.png
Binary file not shown.
Binary file removed images/add-ons/woocommerce-sales-analysis.png
Binary file not shown.
Binary file not shown.
Binary file added images/add-ons/woocommerce/group-coupons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/add-ons/woocommerce/groups-woocommerce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/add-ons/woocommerce/sales-analysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/add-ons/woocommerce/woo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/add-ons/woocommerce/woocommerce-bookings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/add-ons/woocommerce/woopayments.png
Binary file added languages/groups-de.mo
Binary file not shown.
Loading

0 comments on commit 399908a

Please sign in to comment.