Plugin Directory

Changeset 3190389


Ignore:
Timestamp:
11/16/2024 09:44:36 PM (15 months ago)
Author:
emreguler
Message:

surum 2.6.1

Location:
sozlesmeler
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • sozlesmeler/trunk/readme.txt

    r3186054 r3190389  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 2.6.0
     7Stable tag: 2.6.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3131
    3232== Changelog ==
     33= 2.6.1 =
     34* WP 6.8 & WC 9.4.1 uyumluluk
     35* Ayarlar sayfasında değişiklikler yapıldı
     36
    3337= 2.6.0 =
    3438* Performans ve güvenlik iyileştirmeleri yapıldı
  • sozlesmeler/trunk/woocontracts.php

    r3186049 r3190389  
    1212 * Plugin URI:        https://eguler.net/woocommerce-sozlesmeler-eklentisi/
    1313 * Description:       Woocommerce sitenize mesafeli satış sözleşmesi ve ön bilgilendirme formu gibi yasal metinleri ekleyebileceğiniz sözleşmeler eklentisi
    14  * Version:           2.6.0
     14 * Version:           2.6.1
    1515 * Requires at least: 5.0
    1616 * Requires PHP:      7.4
     
    2424 *
    2525 *
    26  * WC tested up to: 9.3.3
     26 * WC tested up to: 9.4.1
    2727 *
    2828 */
     
    3434define('WCTR_PATH', plugin_dir_path(__FILE__));
    3535define('WCTR_URL', plugin_dir_url(__FILE__));
    36 define('WCTR_VER', '2.6.0');
     36define('WCTR_VER', '2.6.1');
    3737
    3838function woocontracts_activated()
     
    676676                                    <td><label for="woocCheck"><input type="checkbox" id="woocCheck" name="woocCheck" value="" checked disabled>&nbsp;Onay kutusunu aktifleştir</label></td>
    677677                                </tr>
     678                                </tr>
     679                                <tr valign="top">
     680                                    <th scope="row"><label class="pro" for="woocAttachment">E-posta Eki</label></th>
     681                                    <td><label for="woocAttachment"><input type="checkbox" id="woocAttachment" name="woocAttachment" value="" disabled>&nbsp; Sözleşmeleri e-postalara dosya eki (.pdf attachment) olarak ekle</label></td>
     682                                </tr>
    678683                                <tr valign="top">
    679684                                    <th scope="row"><label class="pro" for="wctrMails_no">Epostalar</label></th>
Note: See TracChangeset for help on using the changeset viewer.