Plugin Directory

Changeset 3158753


Ignore:
Timestamp:
09/27/2024 12:01:13 PM (18 months ago)
Author:
netgsm
Message:

fancy new feature: now you can foo *and* bar at the same time

Location:
netgsm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • netgsm/trunk/index.php

    r3157997 r3158753  
    66Author: Netgsm
    77Author URI: www.netgsm.com.tr
    8 Version: 2.9.28
     8Version: 2.9.29
    99
    1010*/
     
    10021002                       value="<?php if($netgsm_phonenumber_zero==1){echo '0';}?><?php echo esc_html_e(@$_POST['billing_phone'])?>" required/>
    10031003                <?php
    1004                 $netgsm_status  = esc_html_e(get_option("netgsm_status"));
     1004                $netgsm_status  = esc_html(get_option("netgsm_status"));
    10051005                if(isset($netgsm_status) && !empty($netgsm_status) && $netgsm_status==1 ) {
    10061006
  • netgsm/trunk/readme.txt

    r3157997 r3158753  
    55Requires at least: 3.0
    66Tested up to: 6.6.1
    7 Stable tag: 2.9.28
     7Stable tag: 2.9.29
    88Requires PHP: 8.0.1
    99License: GPLv2 or later
     
    8989
    9090== Changelog ==
     91= 2.9.29 =
     92* Hata düzeltmesi yapıldı.
    9193= 2.9.28 =
    9294* Hata düzeltmesi yapıldı.
Note: See TracChangeset for help on using the changeset viewer.