Changeset 2989245
- Timestamp:
- 11/05/2023 01:02:58 PM (2 years ago)
- Location:
- sozlesmeler
- Files:
-
- 10 added
- 2 edited
-
tags/2.3.0 (added)
-
tags/2.3.0/css (added)
-
tags/2.3.0/css/adminstil.css (added)
-
tags/2.3.0/css/stil.css (added)
-
tags/2.3.0/js (added)
-
tags/2.3.0/js/notify.min.js (added)
-
tags/2.3.0/js/woocontracts.js (added)
-
tags/2.3.0/js/woocontractsadmin.js (added)
-
tags/2.3.0/readme.txt (added)
-
tags/2.3.0/woocontracts.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocontracts.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sozlesmeler/trunk/readme.txt
r2955541 r2989245 3 3 Tags: sozlesmeler, woocommerce, sozlesme, contract 4 4 Requires at least: 5.0 5 Tested up to: 6. 3.15 Tested up to: 6.4 6 6 Requires PHP: 7.2 7 Stable tag: 2. 2.07 Stable tag: 2.3.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.3.0 = 34 * WP 6.4 & WC 8.2.1 uyumluluk 35 33 36 = 2.2.0 = 34 37 * WP & WC son sürüm uyumluluk -
sozlesmeler/trunk/woocontracts.php
r2955541 r2989245 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. 2.013 * Version: 2.3.0 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 7.2 16 * Tested up to: 6. 3.116 * Tested up to: 6.4 17 17 * Author: Emre Güler 18 18 * Author URI: https://eguler.net … … 22 22 * 23 23 * 24 * WC tested up to: 8. 0.124 * WC tested up to: 8.2.1 25 25 * 26 26 */ … … 30 30 define('WCTR_PATH', plugin_dir_path(__FILE__)); 31 31 define('WCTR_URL', plugin_dir_url(__FILE__)); 32 define('WCTR_VER', '2. 2.0');32 define('WCTR_VER', '2.3.0'); 33 33 34 34 function woocontracts_activated() {
Note: See TracChangeset
for help on using the changeset viewer.