Changeset 2944866
- Timestamp:
- 07/29/2023 09:33:55 AM (3 years ago)
- Location:
- sozlesmeler
- Files:
-
- 10 added
- 2 edited
-
tags/2.1.6 (added)
-
tags/2.1.6/css (added)
-
tags/2.1.6/css/adminstil.css (added)
-
tags/2.1.6/css/stil.css (added)
-
tags/2.1.6/js (added)
-
tags/2.1.6/js/notify.min.js (added)
-
tags/2.1.6/js/woocontracts.js (added)
-
tags/2.1.6/js/woocontractsadmin.js (added)
-
tags/2.1.6/readme.txt (added)
-
tags/2.1.6/woocontracts.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocontracts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sozlesmeler/trunk/readme.txt
r2944853 r2944866 5 5 Tested up to: 6.3 6 6 Requires PHP: 7.0 7 Stable tag: 2.1. 57 Stable tag: 2.1.6 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.1.6 = 34 * WP & WC son sürüm uyumluluk 35 36 = 2.1.5 = 37 * WP & WC son sürüm uyumluluk 38 33 39 = 2.1.4 = 34 40 * WP 6.2.2 & WC 7.7.0 uyumluluk -
sozlesmeler/trunk/woocontracts.php
r2944858 r2944866 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.1. 513 * Version: 2.1.6 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 7.0 … … 30 30 define('WCTR_PATH', plugin_dir_path(__FILE__)); 31 31 define('WCTR_URL', plugin_dir_url(__FILE__)); 32 define('WCTR_VER', '2.1. 5');32 define('WCTR_VER', '2.1.6'); 33 33 34 34 function woocontracts_activated() {
Note: See TracChangeset
for help on using the changeset viewer.