Skip to content

Commit

Permalink
Add files back
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed Aug 14, 2024
1 parent 4180e3e commit 7249343
Show file tree
Hide file tree
Showing 8 changed files with 377 additions and 162 deletions.
15 changes: 15 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/.git
/.github
/node_modules
/.wordpress-org
.idea
.distignore
.eslintrc.js
.gitignore
Makefile
package.json
package-lock.json
readme.md
vendor/wpfactory/wpf-settings-exporter
vendor/wpfactory/wpf-documentor
git-tag.sh
157 changes: 0 additions & 157 deletions composer.lock

This file was deleted.

4 changes: 2 additions & 2 deletions langs/order-minimum-amount-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: order-minimum-amount-for-woocommerce 4.5.0\n"
"Project-Id-Version: order-minimum-amount-for-woocommerce 4.5.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/order-minimum-amount-for-woocommerce\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-08-13T22:59:02+02:00\n"
"POT-Creation-Date: 2024-08-14T17:09:22+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: order-minimum-amount-for-woocommerce\n"
Expand Down
4 changes: 2 additions & 2 deletions order-minimum-amount-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Order Minimum/Maximum Amount for WooCommerce
Plugin URI: https://wpfactory.com/item/order-minimum-maximum-amount-for-woocommerce/
Description: Set required minimum and/or maximum order amounts (e.g. sum, quantity, weight, volume, etc.) in WooCommerce.
Version: 4.5.0
Version: 4.5.1
Author: WPFactory
Author URI: https://wpfactory.com
Text Domain: order-minimum-amount-for-woocommerce
Expand Down Expand Up @@ -67,7 +67,7 @@ final class Alg_WC_OMA {
* @since 1.0.0
* @var string
*/
public $version = '4.5.0';
public $version = '4.5.1';

/**
* $_instance.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpcodefactory, omardabbas, karzin, anbinder, algoritmika, kousikmu
Tags: woocommerce, order minimum amount, order maximum amount
Requires at least: 6.1
Tested up to: 6.6
Stable tag: 4.5.0
Stable tag: 4.5.1
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -360,6 +360,9 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S

== Changelog ==

= 4.5.1 - 14/08/2024 =
* Fix - Fixed missing files.

= 4.5.0 - 13/08/2024 =
* Dev - Improved compatibility between Payment Gateways section and checkout block.

Expand Down
9 changes: 9 additions & 0 deletions vendor/wpfactory/wpfactory-promoting-notice/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "wpfactory/wpfactory-promoting-notice",
"autoload": {
"classmap": [
"src/php/"
],
"files": ["src/php/functions.php"]
}
}
Loading

0 comments on commit 7249343

Please sign in to comment.