Plugin Directory

Changeset 2868143


Ignore:
Timestamp:
02/20/2023 11:57:26 AM (3 years ago)
Author:
infosoftplugin
Message:

Version updated to 4.0.3

Location:
woocommerce-mis-report/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-mis-report/trunk/readme.txt

    r2722746 r2868143  
    11=== WooCommerce Sales MIS Report ===
    2 
    32Contributors: infosoftplugin
    43Plugin Name: WooCommerce Sales MIS Report
     
    109Requires at least: 4.5
    1110Requires PHP: 5.6
    12 Tested up to: 6.0.0
    13 Stable tag: 4.0.2
     11Tested up to: 6.1.0
     12Stable tag: 4.0.3
    1413License: GPLv3 or later
    1514License URI: http://www.gnu.org/licenses/agpl-3.0.html
    1615WC requires at least: 3.5.0
    17 WC tested up to: 6.4.0
     16WC tested up to: 7.4.0
    1817
    1918
     
    110109
    111110== Changelog ==
     111= 4.0.3 - 20-February-2023 =
     112* Tested: Compatible with latest WooCommerce 7.4.0 and Wordpress 6.1.0 versions.
     113
    112114= 4.0.2 - 12-May-2022 =
    113115* Tested: Compatible with latest WooCommerce 6.4.0 and Wordpress 6.0.0 versions.
     
    123125* Tested: Compatible with latest WooCommerce 3.5.6 and Wordpress 5.1.1 versions.
    124126* Fix: Bug fix.
    125 
    126127
    127128= 3.8 - 24-January-2019 =
  • woocommerce-mis-report/trunk/woocommerce_ic_mis_report.php

    r2722746 r2868143  
    44Plugin URI: http://plugins.infosofttech.com
    55Description: Woocommerce Sales Reporter shows you all key sales information in one main Dashboard in very intuitive, easy to understand format which gives a quick overview of your business and helps make smart decisions
    6 Version: 4.0.2
     6Version: 4.0.3
    77Author: Infosoft Consultant
    88Author URI: http://plugins.infosofttech.com
     
    1010License: A  "Slug" license name e.g. GPL2
    1111
    12 Tested Wordpress Version: 6.0.x
     12Tested Wordpress Version: 6.1.x
    1313WC requires at least: 3.5.x
    14 WC tested up to: 6.4.x
     14WC tested up to: 7.4.x
     15Requires at least: 5.7
    1516Requires PHP: 5.6
    1617
     
    2021Last Update Date: March 15, 2019
    2122Last Update Date: May 12, 2022
     23Last Update Date: February 02, 2023
    2224**/
    2325
     
    317319                                                    <div class="ic_box_space">
    318320                                                        <div class="ic_box_form_fields">
    319                                                           <label for="start_date"><?php _e('Start Date:')?></label>
     321                                                          <label for="start_date"><?php _e('Start Date:','icwoocommercemis')?></label>
    320322                                                          <div class="form_control">
    321323                                                            <input type="text" name="start_date" id="start_date"  class="_proc_date" value="<?php  echo $summary_start_date;?>"  readonly="readonly"/>
     
    324326                               
    325327                                                        <div class="ic_box_form_fields">
    326                                                           <label for="end_date"><?php _e('End Date:')?></label>
     328                                                          <label for="end_date"><?php _e('End Date:','icwoocommercemis')?></label>
    327329                                                          <div class="form_control">
    328330                                                            <input type="text" name="end_date" id="end_date" class="_proc_date" value="<?php  echo $summary_end_date;?>"  readonly="readonly"/>
     
    332334                                                        <div class="clear_product"></div>
    333335                                                       <div class="submit_loader">
    334                                                           <input type="submit" name="btnSearch" class="ic_button" id="btnSearch" value="Search" />                                                     
     336                                                          <input type="submit" name="btnSearch" class="ic_button" id="btnSearch" value="<?php esc_html_e('Search','icwoocommercemis')?>" />                                                     
    335337                                                      </div>
    336338                                                     
     
    454456                     </div>
    455457                     
    456                      <div class="row">                     
    457                        
    458                        <!--  <style>
    459                         #top_product_pie_chart, #last_7_days_sales_order_amount {
    460                           width: 100%;
    461                           height: 300px;
    462                         }
    463                         </style>-->
     458                     <div class="row">
    464459                        <div class="col-md-6">
    465460                            <div class="icpostbox">
     
    575570                                <div class="Notes">
    576571                                    <div class="offer-plugin">
    577                                         <h4>Upgrade to Premium Gold Plugin for $169</h4>
     572                                        <h4>Upgrade to Premium Gold Plugin for $199</h4>
    578573                                        <div class="clearfix"></div>
    579574                                    </div>
Note: See TracChangeset for help on using the changeset viewer.