Skip to content

Commit

Permalink
Merge pull request #192 from pluginever/release/2.0.5
Browse files Browse the repository at this point in the history
Release/2.0.5
  • Loading branch information
kawsarahmedr authored Dec 3, 2024
2 parents 5f1f8fb + 21fe613 commit b9ab3de
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 111 deletions.
6 changes: 0 additions & 6 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: |
composer install
composer update --no-dev --no-scripts
composer update --no-dev
npm install && npm run build
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion includes/Admin/views/notices/black-friday.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
6 changes: 3 additions & 3 deletions languages/wc-min-max-quantities.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: WC Min Max Quantities 2.0.4\n"
"Project-Id-Version: WC Min Max Quantities 2.0.5\n"
"Report-Msgid-Bugs-To: https://pluginever.com/support/\n"
"POT-Creation-Date: 2024-11-26 05:06:33+00:00\n"
"POT-Creation-Date: 2024-12-03 04:54:34+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -249,7 +249,7 @@ msgid "DISMISS"
msgstr ""

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

#: includes/Admin/views/notices/halloween.php:19
Expand Down
Loading

0 comments on commit b9ab3de

Please sign in to comment.