Plugin Directory

Changeset 2066006


Ignore:
Timestamp:
04/09/2019 06:27:36 PM (7 years ago)
Author:
katalysis
Message:

bumped version to 2.6.1

Location:
feather-by-katalysis/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • feather-by-katalysis/trunk/katalysis-sdk/src/backend.php

    r2065985 r2066006  
    4343                'versions' => array(
    4444                    'php' => "$php_version",
    45                     'plugin' => "2.6.0"
     45                    'plugin' => "2.6.1"
    4646                )
    4747            ), JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);
  • feather-by-katalysis/trunk/katalysis-sdk/src/http_client.php

    r2062459 r2066006  
    1717    private $user_agent = '';
    1818
    19     public function __construct($api_version='2.6.0')
     19    public function __construct($api_version='2.6.1')
    2020    {
    2121        $blog_version = get_bloginfo('version');
  • feather-by-katalysis/trunk/katalysis.php

    r2062459 r2066006  
    1212 * Plugin URI:        https://feather.katalysis.io/
    1313 * Description:       Enable micropayments (plus donations and subscriptions) for your blog.
    14  * Version:           2.6.0
     14 * Version:           2.6.1
    1515 * Author:            Katalysis
    1616 * Author URI:        https://katalysis.io
Note: See TracChangeset for help on using the changeset viewer.