Skip to content

Commit

Permalink
v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhp-com committed Nov 13, 2024
1 parent 17742bb commit 294d4fc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro



#### Version 2.0.9 / 2024-11-13 / 1403-08-23
- WP 6.7 Compatibility
- Fixed Translation load

#### Version 2.0.8 / 2024-09-08 / 1403-06-18
- Fixed PDF invoice files does not have .pdf suffix

Expand Down
11 changes: 5 additions & 6 deletions pepro-ultimate-invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
Author URI: https://pepro.dev/
Developer URI: https://amirhp.com
Plugin URI: https://peprodev.com/pepro-woocommerce-ultimate-invoice/
Version: 2.0.8
Stable tag: 2.0.8
Version: 2.0.9
Stable tag: 2.0.9
Tested up to: 6.6.1
WC tested up to: 9.2.3
Requires at least: 5.0
Expand All @@ -22,7 +22,7 @@
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
* @Last modified by: amirhp-com <[email protected]>
* @Last modified time: 2024/09/08 10:16:13
* @Last modified time: 2024/11/13 16:09:28
*/

namespace peproulitmateinvoice;
Expand All @@ -44,12 +44,12 @@
*/
class PeproUltimateInvoice {
public $td;
public $version = "2.0.9";
public $plugin_dir;
public $plugin_url;
public $assets_url;
public $plugin_basename;
public $plugin_file;
public $version;
public $db_slug;
public $title;
public $url;
Expand All @@ -75,9 +75,8 @@ class PeproUltimateInvoice {
* @license https://pepro.dev/license Pepro.dev License
*/
public function __construct() {
load_plugin_textdomain("pepro-ultimate-invoice", false, dirname(plugin_basename(__FILE__)) . "/languages/");
add_action("after_setup_theme", function(){load_plugin_textdomain("pepro-ultimate-invoice", false, dirname(plugin_basename(__FILE__)) . "/languages/");});
$this->td = "pepro-ultimate-invoice";
$this->version = "2.0.8";
$this->db_slug = $this->td;
$this->plugin_file = __FILE__;
$this->plugin_dir = plugin_dir_path(__FILE__);
Expand Down
15 changes: 13 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://pepro.dev/donate
Tags: woocommerce invoice, pdf invoice, persian, WooCommerce
Requires at least: 5.0
Tested up to: 6.6.2
Version: 2.0.8
Stable tag: 2.0.8
Version: 2.0.9
Stable tag: 2.0.9
Requires PHP: 7.0
WC requires at least: 5.0
WC tested up to: 9.2.0
Expand Down Expand Up @@ -162,6 +162,10 @@ You can help us improve our works by committing your changes to our Github repos

== Upgrade Notice ==

= v2.0.9 / 2024-11-13 / 1403-08-23 =
- WP 6.7 Compatibility
- Fixed Translation load

= v2.0.8 / 2024-09-08 / 1403-06-18 =
- Fixed PDF invoice files does not have .pdf suffix

Expand All @@ -177,6 +181,13 @@ You can help us improve our works by committing your changes to our Github repos

For full changelog please view [Github Repo.](https://github.com/peprodev/ultimate-invoice)

= v2.0.9 / 2024-11-13 / 1403-08-23 =
- WP 6.7 Compatibility
- Fixed Translation load

= v2.0.8 / 2024-09-08 / 1403-06-18 =
- Fixed PDF invoice files does not have .pdf suffix

= v2.0.7 / 2024-08-24 / 1403-06-03 =
- Fixed Vulnerability reported by LVT-tholv2k

Expand Down

0 comments on commit 294d4fc

Please sign in to comment.