Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pluginever/wc-min-max-quantities
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.3
Choose a base ref
...
head repository: pluginever/wc-min-max-quantities
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Nov 26, 2024

  1. Copy the full SHA
    71ba427 View commit details
  2. Update header

    kawsarahmedr committed Nov 26, 2024
    Copy the full SHA
    cf410f8 View commit details
  3. Update readme

    kawsarahmedr committed Nov 26, 2024
    Copy the full SHA
    b676252 View commit details
  4. Update composer

    kawsarahmedr committed Nov 26, 2024
    Copy the full SHA
    e5922b1 View commit details
  5. Update pot file

    kawsarahmedr committed Nov 26, 2024
    Copy the full SHA
    d963bad View commit details
  6. Merge pull request #191 from pluginever/release/2.0.4

    Prepare release v2.0.4
    kawsarahmedr authored Nov 26, 2024
    Copy the full SHA
    5f1f8fb View commit details

Commits on Dec 1, 2024

  1. Copy the full SHA
    a8d5372 View commit details
  2. Copy the full SHA
    52e913f View commit details

Commits on Dec 3, 2024

  1. Copy the full SHA
    4d75695 View commit details
  2. Update distignore

    kawsarahmedr committed Dec 3, 2024
    Copy the full SHA
    d1b35e1 View commit details
  3. Update distignore

    kawsarahmedr committed Dec 3, 2024
    Copy the full SHA
    6d29aa4 View commit details
  4. Update stable tag

    kawsarahmedr committed Dec 3, 2024
    Copy the full SHA
    c88ba4b View commit details
  5. Update readme file

    kawsarahmedr committed Dec 3, 2024
    Copy the full SHA
    21fe613 View commit details
  6. Merge pull request #192 from pluginever/release/2.0.5

    Release/2.0.5
    kawsarahmedr authored Dec 3, 2024
    Copy the full SHA
    b9ab3de View commit details

Commits on Dec 23, 2024

  1. Prepare release v2.0.6

    kawsarahmedr committed Dec 23, 2024
    Copy the full SHA
    877d96e View commit details
  2. Copy the full SHA
    d1dad80 View commit details
  3. Update readme file

    kawsarahmedr committed Dec 23, 2024
    Copy the full SHA
    5e54976 View commit details
  4. Update package

    kawsarahmedr committed Dec 23, 2024
    Copy the full SHA
    299c5b8 View commit details
  5. Update pot file

    kawsarahmedr committed Dec 23, 2024
    Copy the full SHA
    65eaa78 View commit details
  6. Merge pull request #194 from pluginever/release/2.0.6

    Prepare Release v2.0.6
    kawsarahmedr authored Dec 23, 2024
    Copy the full SHA
    30a1af7 View commit details

Commits on Feb 9, 2025

  1. Prepare release v2.0.7

    kawsarahmedr committed Feb 9, 2025
    Copy the full SHA
    2455274 View commit details
  2. Update changelog

    kawsarahmedr committed Feb 9, 2025
    Copy the full SHA
    2aa24be View commit details
  3. Update pot file

    kawsarahmedr committed Feb 9, 2025
    Copy the full SHA
    416a313 View commit details
  4. Update release script

    kawsarahmedr committed Feb 9, 2025
    Copy the full SHA
    66d0f3d View commit details
  5. Merge pull request #196 from pluginever/release/2.0.7

    Prepare release v2.0.7
    kawsarahmedr authored Feb 9, 2025
    Copy the full SHA
    4fe53e1 View commit details
Showing with 156 additions and 116 deletions.
  1. +0 −6 .distignore
  2. +1 −1 .github/workflows/release.yml
  3. +1 −0 composer.json
  4. +1 −1 includes/Admin/views/notices/black-friday.php
  5. +10 −7 languages/wc-min-max-quantities.pot
  6. +119 −95 package-lock.json
  7. +1 −1 package.json
  8. +20 −2 readme.txt
  9. +3 −3 wc-min-max-quantities.php
6 changes: 0 additions & 6 deletions .distignore
Original file line number Diff line number Diff line change
@@ -36,12 +36,6 @@ phpunit.xml.dist
tests
*.yml

# Test related files
phpunit.xml
phpunit.xml.dist
tests
*.yml

# PHPCS related files
phpcs.xml
phpcs.xml.dist
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
- name: Build
run: |
composer install
composer update --no-dev --no-scripts
composer install --no-dev
npm install && npm run build
- name: Release
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=7.4",
"byteever/bytekit-plugin": "^1.0",
"byteever/bytekit-settings": "^1.0"
},
2 changes: 1 addition & 1 deletion includes/Admin/views/notices/black-friday.php
Original file line number Diff line number Diff line change
@@ -47,5 +47,5 @@
<span class="btn-text"><?php esc_html_e( 'DISMISS', 'wc-min-max-quantities' ); ?></span>
</a>
</div>
<span class="black-friday-footer-text"><?php esc_html_e( 'Valid until November 07, 2024', 'wc-min-max-quantities' ); ?></span>
<span class="black-friday-footer-text"><?php esc_html_e( 'Valid until December 07, 2024', 'wc-min-max-quantities' ); ?></span>
</div>
17 changes: 10 additions & 7 deletions languages/wc-min-max-quantities.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2024 PluginEver
# Copyright (C) 2025 PluginEver
# This file is distributed under the GPL v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: WC Min Max Quantities 2.0.3\n"
"Project-Id-Version: WC Min Max Quantities 2.0.7\n"
"Report-Msgid-Bugs-To: https://pluginever.com/support/\n"
"POT-Creation-Date: 2024-11-24 10:38:27+00:00\n"
"POT-Creation-Date: 2025-02-09 08:10:41+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en\n"
@@ -224,7 +224,7 @@ msgid "Documentation"
msgstr ""

#: includes/Admin/views/notices/black-friday.php:19
msgid "Black Friday & Cyber Monday: Flat 40% OFF All Premium Plugins!"
msgid "Black Friday & Cyber Monday: Flat 40% OFF on All Premium Plugins!"
msgstr ""

#: includes/Admin/views/notices/black-friday.php:26
@@ -249,8 +249,7 @@ msgid "DISMISS"
msgstr ""

#: includes/Admin/views/notices/black-friday.php:50
#: includes/Admin/views/notices/halloween.php:54
msgid "Valid until November 10, 2024"
msgid "Valid until December 07, 2024"
msgstr ""

#: includes/Admin/views/notices/halloween.php:19
@@ -272,6 +271,10 @@ msgstr ""
msgid "Never show this again!"
msgstr ""

#: includes/Admin/views/notices/halloween.php:54
msgid "Valid until November 10, 2024"
msgstr ""

#: includes/Admin/views/notices/review.php:19
msgid "Enjoying Min Max Quantities?"
msgstr ""
Loading