Plugin Directory

Changeset 2883017


Ignore:
Timestamp:
03/19/2023 09:25:22 PM (3 years ago)
Author:
emreguler
Message:

WP 6.2 uyumluluk

Location:
sozlesmeler
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • sozlesmeler/tags/2.1.2/woocontracts.php

    r2724472 r2883017  
    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.2
     13 * Version:           2.1.3
    1414 * Requires at least: 5.0
    1515 * Requires PHP:      5.6
    16  * Tested up to:      6.0
     16 * Tested up to:      6.2
    1717 * Author:            Emre Güler
    1818 * Author URI:        https://eguler.net
     
    2222 *
    2323 *
    24  * WC tested up to: 6.5.1
     24 * WC tested up to: 7.5
    2525 *
    2626 */
     
    3030define('WCTR_PATH', plugin_dir_path(__FILE__));
    3131define('WCTR_URL', plugin_dir_url(__FILE__));
    32 define('WCTR_VER', '2.1.2');
     32define('WCTR_VER', '2.1.3');
    3333
    3434function woocontracts_activated() {
  • sozlesmeler/trunk/readme.txt

    r2805671 r2883017  
    33Tags: sozlesmeler, woocommerce, sozlesme, contract
    44Requires at least: 5.0
    5 Tested up to: 6.1
     5Tested up to: 6.2
    66Requires PHP: 5.6
    7 Stable tag: 2.1.2
     7Stable tag: 2.1.3
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3131
    3232== Changelog ==
     33
     34= 2.1.3 =
     35* WP 6.2 uyumluluk
     36
    3337= 2.1.2 =
    3438* Sözleşme onay uyarısı hata düzeltme
  • sozlesmeler/trunk/woocontracts.php

    r2724472 r2883017  
    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.2
     13 * Version:           2.1.3
    1414 * Requires at least: 5.0
    1515 * Requires PHP:      5.6
    16  * Tested up to:      6.0
     16 * Tested up to:      6.2
    1717 * Author:            Emre Güler
    1818 * Author URI:        https://eguler.net
     
    2222 *
    2323 *
    24  * WC tested up to: 6.5.1
     24 * WC tested up to: 7.5
    2525 *
    2626 */
     
    3030define('WCTR_PATH', plugin_dir_path(__FILE__));
    3131define('WCTR_URL', plugin_dir_url(__FILE__));
    32 define('WCTR_VER', '2.1.2');
     32define('WCTR_VER', '2.1.3');
    3333
    3434function woocontracts_activated() {
Note: See TracChangeset for help on using the changeset viewer.