Changeset 3056416
- Timestamp:
- 03/21/2024 11:07:42 PM (2 years ago)
- Location:
- sozlesmeler/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
woocontracts.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sozlesmeler/trunk/readme.txt
r3056411 r3056416 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.2 7 Stable tag: 2. 4.07 Stable tag: 2.5.0 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.5.0 = 34 * Yükseltme bağlantısı güncellendi 35 33 36 = 2.4.0 = 34 37 * WP 6.5 & WC 8.7.0 uyumluluk 35 38 * WP Plugin Dependency 39 * Eklenti ikonu güncellendi 36 40 37 41 = 2.3.0 = -
sozlesmeler/trunk/woocontracts.php
r3056411 r3056416 11 11 * Plugin URI: https://eguler.net/woocommerce-sozlesmeler-eklentisi/ 12 12 * Description: Woocommerce sitenize mesafeli satış sözleşmesi ve ön bilgilendirme formu gibi yasal metinleri ekleyebileceğiniz sözleşmeler eklentisi 13 * Version: 2. 4.013 * Version: 2.5.0 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 7.2 … … 31 31 define('WCTR_PATH', plugin_dir_path(__FILE__)); 32 32 define('WCTR_URL', plugin_dir_url(__FILE__)); 33 define('WCTR_VER', '2. 4.0');33 define('WCTR_VER', '2.5.0'); 34 34 35 35 function woocontracts_activated() { … … 116 116 117 117 function woocontracts_action_links($links) { 118 $links = array_merge(array('<a href="' . esc_url(admin_url('admin.php?page=woocontracts-ayarlar')) . '">' . esc_html__('Ayarlar', 'sozlesmeler') . '</a>', '<a href="' . esc_url('https:// 3makademi.com/urunler/woocommerce-mesafeli-satis-sozlesmesi-eklentisi-woocommerce-sozlesmeler/') . '" target="_blank" style="color:green;">' . esc_html__('Yükselt', 'sozlesmeler') . '</a>',), $links);118 $links = array_merge(array('<a href="' . esc_url(admin_url('admin.php?page=woocontracts-ayarlar')) . '">' . esc_html__('Ayarlar', 'sozlesmeler') . '</a>', '<a href="' . esc_url('https://shopier.com/19132664') . '" target="_blank" style="color:green;">' . esc_html__('Yükselt', 'sozlesmeler') . '</a>',), $links); 119 119 return $links; 120 120 }
Note: See TracChangeset
for help on using the changeset viewer.