Changeset 3190389
- Timestamp:
- 11/16/2024 09:44:36 PM (15 months ago)
- Location:
- sozlesmeler
- Files:
-
- 12 added
- 2 edited
-
tags/2.6.1 (added)
-
tags/2.6.1/css (added)
-
tags/2.6.1/css/adminstil.css (added)
-
tags/2.6.1/css/stil.css (added)
-
tags/2.6.1/js (added)
-
tags/2.6.1/js/notify.min.js (added)
-
tags/2.6.1/js/woocontracts.js (added)
-
tags/2.6.1/js/woocontractsadmin.js (added)
-
tags/2.6.1/pro-badge-small.svg (added)
-
tags/2.6.1/readme.txt (added)
-
tags/2.6.1/star.svg (added)
-
tags/2.6.1/woocontracts.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocontracts.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sozlesmeler/trunk/readme.txt
r3186054 r3190389 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 2.6. 07 Stable tag: 2.6.1 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 31 31 32 32 == Changelog == 33 = 2.6.1 = 34 * WP 6.8 & WC 9.4.1 uyumluluk 35 * Ayarlar sayfasında değişiklikler yapıldı 36 33 37 = 2.6.0 = 34 38 * Performans ve güvenlik iyileştirmeleri yapıldı -
sozlesmeler/trunk/woocontracts.php
r3186049 r3190389 12 12 * Plugin URI: https://eguler.net/woocommerce-sozlesmeler-eklentisi/ 13 13 * 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. 014 * Version: 2.6.1 15 15 * Requires at least: 5.0 16 16 * Requires PHP: 7.4 … … 24 24 * 25 25 * 26 * WC tested up to: 9. 3.326 * WC tested up to: 9.4.1 27 27 * 28 28 */ … … 34 34 define('WCTR_PATH', plugin_dir_path(__FILE__)); 35 35 define('WCTR_URL', plugin_dir_url(__FILE__)); 36 define('WCTR_VER', '2.6. 0');36 define('WCTR_VER', '2.6.1'); 37 37 38 38 function woocontracts_activated() … … 676 676 <td><label for="woocCheck"><input type="checkbox" id="woocCheck" name="woocCheck" value="" checked disabled> Onay kutusunu aktifleştir</label></td> 677 677 </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> Sözleşmeleri e-postalara dosya eki (.pdf attachment) olarak ekle</label></td> 682 </tr> 678 683 <tr valign="top"> 679 684 <th scope="row"><label class="pro" for="wctrMails_no">Epostalar</label></th>
Note: See TracChangeset
for help on using the changeset viewer.