Changeset 3196873
- Timestamp:
- 11/25/2024 07:15:00 PM (16 months ago)
- Location:
- mollie-forms/trunk
- Files:
-
- 4 edited
-
classes/MollieApi.php (modified) (1 diff)
-
classes/MollieForms.php (modified) (1 diff)
-
mollie-forms.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mollie-forms/trunk/classes/MollieApi.php
r3056344 r3196873 107 107 'blocking' => true, 108 108 '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', 111 110 'body' => $body, 112 111 ]; -
mollie-forms/trunk/classes/MollieForms.php
r3193148 r3196873 10 10 * Plugin version number 11 11 */ 12 const PLUGIN_VERSION = '2.7. 9';12 const PLUGIN_VERSION = '2.7.10'; 13 13 14 14 /** -
mollie-forms/trunk/mollie-forms.php
r3193148 r3196873 4 4 Plugin Name: Mollie Forms 5 5 Description: Create registration forms with payment methods of Mollie. One-time and recurring payments are possible. 6 Version: 2.7. 96 Version: 2.7.10 7 7 Author: Wobbie.nl 8 8 Author URI: https://wobbie.nl -
mollie-forms/trunk/readme.txt
r3193148 r3196873 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.7 8 Stable tag: 2.7. 98 Stable tag: 2.7.10 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 == Changelog == 83 83 84 = 2.7.10 - 25/11/2024 = 85 * Send correct User-Agent for Mollie API requests 86 84 87 = 2.7.9 - 20/11/2024 = 85 88 * Fix PHP notice about string to array conversion in formatting.php
Note: See TracChangeset
for help on using the changeset viewer.