Plugin Directory

Changeset 2009314


Ignore:
Timestamp:
01/09/2019 05:40:21 PM (7 years ago)
Author:
poshtibancom
Message:

Version 1.3.1

Location:
poshtiban/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • poshtiban/trunk/includes/main.class.php

    r1983768 r2009314  
    2020     * @var string
    2121     */
    22     private static $version = '1.2.0';
     22    private static $version = '1.3.1';
    2323
    2424    private $wp_info = array();
  • poshtiban/trunk/includes/woocommerce.class.php

    r2008551 r2009314  
    691691            include Poshtiban_PATH . '/templates/order-downloads.php';
    692692        }
    693         do_action('poshtiban_downloads_template', $downloads, $show_title);
     693        do_action('poshtiban_downloads_template', $downloads, $show_title, $order);
    694694    }
    695695
     
    725725            include Poshtiban_PATH . '/templates/order-downloads.php';
    726726        }
    727         do_action('poshtiban_downloads_template', $downloads, $show_title);
     727        do_action('poshtiban_downloads_template', $downloads, $show_title, $customer_orders);
    728728    }
    729729
  • poshtiban/trunk/poshtiban-wordpress-plugin.php

    r2008551 r2009314  
    44Plugin URI: https://poshtiban.com/site/user-guide/poshtiban-wordpress-plugin
    55Description: A complete storage solution for wordpress websites.
    6 Version: 1.3.0
     6Version: 1.3.1
    77Author: Mojtaba Darvishi
    88Author URI: http://mojtaba.in
Note: See TracChangeset for help on using the changeset viewer.