Changeset 2066006
- Timestamp:
- 04/09/2019 06:27:36 PM (7 years ago)
- Location:
- feather-by-katalysis/trunk
- Files:
-
- 3 edited
-
katalysis-sdk/src/backend.php (modified) (1 diff)
-
katalysis-sdk/src/http_client.php (modified) (1 diff)
-
katalysis.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
feather-by-katalysis/trunk/katalysis-sdk/src/backend.php
r2065985 r2066006 43 43 'versions' => array( 44 44 'php' => "$php_version", 45 'plugin' => "2.6. 0"45 'plugin' => "2.6.1" 46 46 ) 47 47 ), JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); -
feather-by-katalysis/trunk/katalysis-sdk/src/http_client.php
r2062459 r2066006 17 17 private $user_agent = ''; 18 18 19 public function __construct($api_version='2.6. 0')19 public function __construct($api_version='2.6.1') 20 20 { 21 21 $blog_version = get_bloginfo('version'); -
feather-by-katalysis/trunk/katalysis.php
r2062459 r2066006 12 12 * Plugin URI: https://feather.katalysis.io/ 13 13 * Description: Enable micropayments (plus donations and subscriptions) for your blog. 14 * Version: 2.6. 014 * Version: 2.6.1 15 15 * Author: Katalysis 16 16 * Author URI: https://katalysis.io
Note: See TracChangeset
for help on using the changeset viewer.