Skip to content

Commit 80b1ab7

Browse files
v4.3.6
1 parent 1636fb7 commit 80b1ab7

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

changelog-older.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
=== Cost of Goods: Product Cost & Profit Calculator for WooCommerce ===
1+
=== Maximum Products per User for WooCommerce ===
22

33
== Archived Changelog Entries ==
44
This file contains older changelog entries, so we can keep the size of the standard WordPress readme.txt file reasonable.
5-
For the latest changes, please see the "Changelog" section of the [readme.txt file](https://wordpress.org/plugins/cost-of-goods-for-woocommerce/#developers).
5+
For the latest changes, please see the "Changelog" section of the [readme.txt file](https://wordpress.org/plugins/maximum-products-per-user-for-woocommerce/#developers).
66

77
= 4.2.9 - 07/10/2024 =
88
* Fix - Vulnerability issue fixed.

includes/class-alg-wc-mppu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Alg_WC_MPPU {
2424
* @since 1.0.0
2525
* @var string
2626
*/
27-
public $version = '4.3.5';
27+
public $version = '4.3.6';
2828

2929
/**
3030
* @since 1.0.0

langs/maximum-products-per-user-for-woocommerce.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: maximum-products-per-user-for-woocommerce 4.3.5\n"
5+
"Project-Id-Version: maximum-products-per-user-for-woocommerce 4.3.6\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/maximum-products-per-user-for-woocommerce\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-04-23T21:06:38+02:00\n"
12+
"POT-Creation-Date: 2025-04-23T21:18:08+02:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.7.1\n"
1515
"X-Domain: maximum-products-per-user-for-woocommerce\n"

maximum-products-per-user-for-woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Maximum Products per User for WooCommerce
44
Plugin URI: https://wpfactory.com/item/maximum-products-per-user-for-woocommerce/
55
Description: Limit number of items your WooCommerce customers can buy (lifetime or in selected date range).
6-
Version: 4.3.5
6+
Version: 4.3.6
77
Author: WPFactory
88
Author URI: https://wpfactory.com
99
Text Domain: maximum-products-per-user-for-woocommerce

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wpcodefactory, omardabbas, karzin, anbinder, algoritmika, kousikmu
33
Tags: woocommerce, product quantity, limits, quantity restriction, order restriction
44
Requires at least: 4.4
55
Tested up to: 6.8
6-
Stable tag: 4.3.5
6+
Stable tag: 4.3.6
77
License: GNU General Public License v3.0
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -271,6 +271,9 @@ Once activated, access the plugin's settings by navigating to "WooCommerce > Set
271271

272272
== Changelog ==
273273

274+
= 4.3.6 - 23/04/2025 =
275+
* Fix - Fixed `changelog-older.txt` info.
276+
274277
= 4.3.5 - 23/04/2025 =
275278
* Fix - Frontend - Product limit message - Fixed error "Class optimistex\expression\Expression not found in server".
276279
* Dev - Updated `optimistex/math-expression` library.

0 commit comments

Comments
 (0)