Plugin Directory

Changeset 2944866


Ignore:
Timestamp:
07/29/2023 09:33:55 AM (3 years ago)
Author:
emreguler
Message:

wp & wc compabilities

Location:
sozlesmeler
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • sozlesmeler/trunk/readme.txt

    r2944853 r2944866  
    55Tested up to: 6.3
    66Requires PHP: 7.0
    7 Stable tag: 2.1.5
     7Stable tag: 2.1.6
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3131
    3232== Changelog ==
     33= 2.1.6 =
     34* WP & WC son sürüm uyumluluk
     35
     36= 2.1.5 =
     37* WP & WC son sürüm uyumluluk
     38
    3339= 2.1.4 =
    3440* WP 6.2.2 & WC 7.7.0 uyumluluk
  • sozlesmeler/trunk/woocontracts.php

    r2944858 r2944866  
    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.1.5
     13 * Version:           2.1.6
    1414 * Requires at least: 5.0
    1515 * Requires PHP:      7.0
     
    3030define('WCTR_PATH', plugin_dir_path(__FILE__));
    3131define('WCTR_URL', plugin_dir_url(__FILE__));
    32 define('WCTR_VER', '2.1.5');
     32define('WCTR_VER', '2.1.6');
    3333
    3434function woocontracts_activated() {
Note: See TracChangeset for help on using the changeset viewer.