Plugin Directory

Changeset 1812663


Ignore:
Timestamp:
01/31/2018 11:22:16 AM (8 years ago)
Author:
tresrl
Message:

HQ60 Fidelity Card - V 1.6.1

Location:
hq60-fidelity-card/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hq60-fidelity-card/trunk/hq60fidelitycard.php

    r1809982 r1812663  
    77Author: TRe Technology And Research S.r.l
    88Author URI: http://www.tresrl.it
    9 Version: 1.6
     9Version: 1.6.1
    1010License: GPL-2.0+
    1111*/
  • hq60-fidelity-card/trunk/readme.txt

    r1809982 r1812663  
    44Requires at least: 4.8.2
    55Tested up to: 4.9.2
    6 Stable tag: 1.6
     6Stable tag: 1.6.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2727== Changelog ==
    2828
     29= 1.6.1 =
     30* Bugfix
     31
    2932= 1.6 =
    3033* Aggiunta possibilità di aggiornare la propria email ed il proprio numero di cellulare
  • hq60-fidelity-card/trunk/views/frontend/user-balance.php

    r1809120 r1812663  
    9090            if ( isset ( $balance->balance ) ) {
    9191               
    92                 if ( is_array ( $balance->balance ) && ( count ( $balance->balance ) > 0 ) ) {
     92                if ( is_object ( $balance->balance ) && ( count ( (array)$balance->balance ) > 0 ) ) {
    9393                   
    9494                    ?>
     
    9999                            <tr>
    100100                                <th><?php _e( 'Prodotto / Servizio' , $this->get_language_domain() )?></th>
    101                                 <th><?php _e( 'Quantità' , $this->get_language_domain() )?></th>
     101                                <th><?php _e( 'Disponibili' , $this->get_language_domain() )?></th>
    102102                            </tr>
    103103                        </thead>
Note: See TracChangeset for help on using the changeset viewer.