Changeset 2009314
- Timestamp:
- 01/09/2019 05:40:21 PM (7 years ago)
- Location:
- poshtiban/trunk
- Files:
-
- 3 edited
-
includes/main.class.php (modified) (1 diff)
-
includes/woocommerce.class.php (modified) (2 diffs)
-
poshtiban-wordpress-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
poshtiban/trunk/includes/main.class.php
r1983768 r2009314 20 20 * @var string 21 21 */ 22 private static $version = '1. 2.0';22 private static $version = '1.3.1'; 23 23 24 24 private $wp_info = array(); -
poshtiban/trunk/includes/woocommerce.class.php
r2008551 r2009314 691 691 include Poshtiban_PATH . '/templates/order-downloads.php'; 692 692 } 693 do_action('poshtiban_downloads_template', $downloads, $show_title );693 do_action('poshtiban_downloads_template', $downloads, $show_title, $order); 694 694 } 695 695 … … 725 725 include Poshtiban_PATH . '/templates/order-downloads.php'; 726 726 } 727 do_action('poshtiban_downloads_template', $downloads, $show_title );727 do_action('poshtiban_downloads_template', $downloads, $show_title, $customer_orders); 728 728 } 729 729 -
poshtiban/trunk/poshtiban-wordpress-plugin.php
r2008551 r2009314 4 4 Plugin URI: https://poshtiban.com/site/user-guide/poshtiban-wordpress-plugin 5 5 Description: A complete storage solution for wordpress websites. 6 Version: 1.3. 06 Version: 1.3.1 7 7 Author: Mojtaba Darvishi 8 8 Author URI: http://mojtaba.in
Note: See TracChangeset
for help on using the changeset viewer.