Changeset 2660733
- Timestamp:
- 01/20/2022 01:00:15 PM (4 years ago)
- Location:
- paperdork/trunk
- Files:
-
- 3 edited
-
classes/Paperdork.php (modified) (1 diff)
-
functions.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paperdork/trunk/classes/Paperdork.php
r2658947 r2660733 185 185 $args = [ 186 186 'headers' => $headers, 187 'user-agent' => 'PaperdorkWP/'.PAPERDORK_VERSION 187 188 ]; 188 189 -
paperdork/trunk/functions.php
r2658947 r2660733 4 4 * Plugin Name: Paperdork voor WooCommerce 5 5 * Description: Met de Paperdork plugin kun je jouw WooCommerce webshop automatisch koppelen aan je Paperdork boekhouding. Zet bestellingen automatisch in je administratie, verstuur Paperdork facturen naar je klanten en meer. 6 * Version: 1. 1.86 * Version: 1.2.0 7 7 * Requires PHP: 7.2 8 8 * Author: Paperdork … … 14 14 } 15 15 16 define('PAPERDORK_VERSION', '1. 1.8');16 define('PAPERDORK_VERSION', '1.2.0'); 17 17 18 18 require_once(__DIR__.'/classes/Paperdork.php'); -
paperdork/trunk/readme.txt
r2658947 r2660733 4 4 Requires at least: 5.0 5 5 Tested up to: 5.8.3 6 Stable tag: 1. 1.86 Stable tag: 1.2.0 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 41 41 42 42 == Changelog == 43 = 1.2.0 = 44 * We hebben een aantal aanpassingen gedaan aan de achterkant van de plugin 45 43 46 = 1.1.0 = 44 47 * We hebben ondersteuning toegevoegd voor WooCommerce Subscriptions
Note: See TracChangeset
for help on using the changeset viewer.