Skip to content

Commit

Permalink
chore: Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devAsadNur committed Oct 24, 2024
1 parent 0457a9a commit e23dab5
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 25 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
====== Changelog ======

v1.2.3 -> 23 Oct 2024
------------------------
- **Update:** WordPress v6.6.2 compatibility
- **Update:** PDF Invoices & Packing Slips for WooCommerce v3.9.0 compatibility
- **Update:** Rewrite dokan store name adding implementation
- **Fix:** Dependency error with PDF Invoices for WooCommerce v3.9.0 on plugin activation

v1.2.2 -> 16 Sep 2023
------------------------
- **Update:** WordPress 6.3.1 compatibility
Expand Down
6 changes: 3 additions & 3 deletions dokan-invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: Dokan - PDF Invoice
* Plugin URI: https://dokan.co/wordpress/
* Description: A Dokan plugin Add-on to get PDF invoice.
* Version: 1.2.2
* Version: 1.2.3
* Author: weDevs
* Author URI: https://dokan.co/
* License: GPL2
* Text Domain: dokan-invoice
* WC requires at least: 5.0.0
* WC tested up to: 8.1.0
* WC requires at least: 8.0.0
* WC tested up to: 9.3.3
* Requires Plugins: woocommerce, dokan-lite, woocommerce-pdf-invoices-packing-slips
*/

Expand Down
32 changes: 18 additions & 14 deletions languages/dokan-invoice.pot
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
# Copyright (C) 2023 weDevs
# Copyright (C) 2024 weDevs
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: Dokan - PDF Invoice 1.2.2\n"
"Project-Id-Version: Dokan - PDF Invoice 1.2.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-09-16 14:52:26+00:00\n"
"POT-Creation-Date: 2024-10-23 09:43:19+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"

#: dokan-invoice.php:77
#: dokan-invoice.php:89
msgid ""
"<b>Dokan PDF Invoice </b> requires %sDokan plugin%s to be installed & "
"activated!"
msgstr ""

#: dokan-invoice.php:82
#: dokan-invoice.php:94
msgid ""
"<b>Dokan PDF Invoice </b> requires %sWooCommerce PDF Invoices & packing "
"slips plugin%s to be installed & activated!"
msgstr ""

#: dokan-invoice.php:241 dokan-invoice.php:249 dokan-invoice.php:283
msgid "store_info"
#: dokan-invoice.php:239
msgid "Vendor"
msgstr ""

#: dokan-invoice.php:243 dokan-invoice.php:251
msgid "Vendor:"
#: dokan-invoice.php:293
msgid "From vendors:"
msgstr ""

#: dokan-invoice.php:279
msgid "From vendors:"
#: dokan-invoice.php:297
msgid "store_info"
msgstr ""

#. Plugin Name of the plugin/theme
msgid "Dokan - PDF Invoice"
msgstr ""

#. Author URI of the plugin/theme
msgid "https://wedevs.com/"
#. Plugin URI of the plugin/theme
msgid "https://dokan.co/wordpress/"
msgstr ""

#. Description of the plugin/theme
Expand All @@ -51,4 +51,8 @@ msgstr ""

#. Author of the plugin/theme
msgid "weDevs"
msgstr ""

#. Author URI of the plugin/theme
msgid "https://dokan.co/"
msgstr ""
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dokan-Invoice",
"version": "1.2.2",
"version": "1.2.3",
"slug": "dokan-invoice",
"description": "Dokan Invoice add-on",
"author": "Tareq Hasan",
Expand Down
17 changes: 12 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Contributors: tareq1988, wedevs, nizamuddinbabu
Donate Link: http://tareq.co/donate/
Tags: WooCommerce, Multi seller, Multi vendor, Dokan, Invoice, PDF
Requires at least: 4.7
Tested up to: 6.3.1
WC requires at least: 5.0.0
WC tested up to: 8.1.0
Stable tag: 1.2.2
Requires at least: 6.4
Tested up to: 6.6.2
WC requires at least: 8.0.0
WC tested up to: 9.3.3
Stable tag: 1.2.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -55,6 +55,13 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove

== Changelog ==

v1.2.3 -> 23 Oct 2024
------------------------
- **Update:** WordPress v6.6.2 compatibility
- **Update:** PDF Invoices & Packing Slips for WooCommerce v3.9.0 compatibility
- **Update:** Rewrite dokan store name adding implementation
- **Fix:** Dependency error with PDF Invoices for WooCommerce v3.9.0 on plugin activation

v1.2.2 -> 16 Sep 2023
------------------------
- **Update:** WordPress 6.3.1 compatibility
Expand Down

0 comments on commit e23dab5

Please sign in to comment.