Plugin Directory

Changeset 2660733


Ignore:
Timestamp:
01/20/2022 01:00:15 PM (4 years ago)
Author:
paperdork
Message:

Added User Agent to API Calls

Location:
paperdork/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • paperdork/trunk/classes/Paperdork.php

    r2658947 r2660733  
    185185        $args = [
    186186            'headers' => $headers,
     187            'user-agent' => 'PaperdorkWP/'.PAPERDORK_VERSION
    187188        ];
    188189
  • paperdork/trunk/functions.php

    r2658947 r2660733  
    44 * Plugin Name:     Paperdork voor WooCommerce
    55 * 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.8
     6 * Version:         1.2.0
    77 * Requires PHP:    7.2
    88 * Author:          Paperdork
     
    1414}
    1515
    16 define('PAPERDORK_VERSION', '1.1.8');
     16define('PAPERDORK_VERSION', '1.2.0');
    1717
    1818require_once(__DIR__.'/classes/Paperdork.php');
  • paperdork/trunk/readme.txt

    r2658947 r2660733  
    44Requires at least: 5.0
    55Tested up to: 5.8.3
    6 Stable tag: 1.1.8
     6Stable tag: 1.2.0
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    4141
    4242== Changelog ==
     43= 1.2.0 =
     44* We hebben een aantal aanpassingen gedaan aan de achterkant van de plugin
     45
    4346= 1.1.0 =
    4447* We hebben ondersteuning toegevoegd voor WooCommerce Subscriptions
Note: See TracChangeset for help on using the changeset viewer.