Plugin Directory

Changeset 3056416


Ignore:
Timestamp:
03/21/2024 11:07:42 PM (2 years ago)
Author:
emreguler
Message:

surum 2.5.0

Location:
sozlesmeler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sozlesmeler/trunk/readme.txt

    r3056411 r3056416  
    55Tested up to: 6.5
    66Requires PHP: 7.2
    7 Stable tag: 2.4.0
     7Stable tag: 2.5.0
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3131
    3232== Changelog ==
     33= 2.5.0 =
     34* Yükseltme bağlantısı güncellendi
     35
    3336= 2.4.0 =
    3437* WP 6.5 & WC 8.7.0 uyumluluk
    3538* WP Plugin Dependency
     39* Eklenti ikonu güncellendi
    3640
    3741= 2.3.0 =
  • sozlesmeler/trunk/woocontracts.php

    r3056411 r3056416  
    1111 * Plugin URI:        https://eguler.net/woocommerce-sozlesmeler-eklentisi/
    1212 * 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.0
     13 * Version:           2.5.0
    1414 * Requires at least: 5.0
    1515 * Requires PHP:      7.2
     
    3131define('WCTR_PATH', plugin_dir_path(__FILE__));
    3232define('WCTR_URL', plugin_dir_url(__FILE__));
    33 define('WCTR_VER', '2.4.0');
     33define('WCTR_VER', '2.5.0');
    3434
    3535function woocontracts_activated() {
     
    116116
    117117    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);
    119119        return $links;
    120120    }
Note: See TracChangeset for help on using the changeset viewer.