Plugin Directory

Changeset 3200863


Ignore:
Timestamp:
12/02/2024 11:59:21 AM (16 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

    r3197079 r3200863  
    66Author: Netgsm
    77Author URI: www.netgsm.com.tr
    8 Version: 2.9.34
     8Version: 2.9.35
    99
    1010*/
     
    13261326                netgsm_sendSMS_oneToMany($billing_phone, $message, ['startDate'=>$custom_settings_customer]);
    13271327            }
    1328             if (isset($newuser3) && !empty($newuser3) && $newuser3 == 1) {   //rehbere kayıt
    1329                 netgsm_add_contact($customer_id);
    1330             }
     1328           
    13311329        }
    13321330    }
     
    15331531    }
    15341532
    1535     add_filter( 'woocommerce_customer_save_address', 'netgsm_customereditaddres', 10, 2 );  //fatura adresi değişip telefon numnarası girildiyse rehbere ekler
    1536     function netgsm_customereditaddres($user_id){
    1537         netgsm_add_contact($user_id);
    1538     }
    1539 
     1533 
    15401534    function netgsm_sendSMS_oneToMany($phone, $message, $settings=[])
    15411535    {
  • netgsm/trunk/readme.txt

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