Plugin Directory

Changeset 3196873


Ignore:
Timestamp:
11/25/2024 07:15:00 PM (16 months ago)
Author:
ndijkstra
Message:

Preparing for 2.7.10 release

Location:
mollie-forms/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mollie-forms/trunk/classes/MollieApi.php

    r3056344 r3196873  
    107107            'blocking'   => true,
    108108            'headers'    => ['Authorization' => 'Bearer ' . $this->apiKey],
    109             'user-agent' => 'PHP/' . phpversion() . ' Wordpress/' . get_bloginfo('version') . ' MollieForms/' .
    110                             $this->mollieForms->getVersion(),
     109            'user-agent' => 'PHP/' . phpversion() . ' Wordpress/' . get_bloginfo('version') . ' MollieForms/' . $this->mollieForms->getVersion() . ' uap/Ukh8zvBgPknSPdh8',
    111110            'body'       => $body,
    112111        ];
  • mollie-forms/trunk/classes/MollieForms.php

    r3193148 r3196873  
    1010     * Plugin version number
    1111     */
    12     const PLUGIN_VERSION = '2.7.9';
     12    const PLUGIN_VERSION = '2.7.10';
    1313
    1414    /**
  • mollie-forms/trunk/mollie-forms.php

    r3193148 r3196873  
    44Plugin Name: Mollie Forms
    55Description: Create registration forms with payment methods of Mollie. One-time and recurring payments are possible.
    6 Version: 2.7.9
     6Version: 2.7.10
    77Author: Wobbie.nl
    88Author URI: https://wobbie.nl
  • mollie-forms/trunk/readme.txt

    r3193148 r3196873  
    66Requires PHP: 7.0
    77Tested up to: 6.7
    8 Stable tag: 2.7.9
     8Stable tag: 2.7.10
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8282== Changelog ==
    8383
     84= 2.7.10 - 25/11/2024 =
     85* Send correct User-Agent for Mollie API requests
     86
    8487= 2.7.9 - 20/11/2024 =
    8588* Fix PHP notice about string to array conversion in formatting.php
Note: See TracChangeset for help on using the changeset viewer.