Plugin Directory

Changeset 2509151


Ignore:
Timestamp:
04/05/2021 04:16:08 AM (5 years ago)
Author:
justbeco
Message:

bug fix: fix the default value of network and backgroud color.

Location:
sakura-network/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sakura-network/trunk/readme.txt

    r2508900 r2509151  
    55Tested up to: 5.6
    66Requires PHP: 7.0
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5151== Changelog ==
    5252
     53= 1.0.5 - 2021-04-05 =
     54
     55**Sakura network**
     56
     57* bug fix: fix the default value of network and backgroud color.
     58
    5359= 1.0.4 - 2021-04-04 =
    5460
  • sakura-network/trunk/sakura.php

    r2508900 r2509151  
    44 * Plugin URI: https://www.sakura.eco
    55 * Description: An eCommerce toolkit that helps you show articles in a Sakura network.
    6  * Version: 1.0.4
     6 * Version: 1.0.5
    77 * Author: Sakura.eco
    88 * Author URI: https://www.sakura.eco/
     
    5151   * @var string
    5252   */
    53   public $version = '1.0.4';
     53  public $version = '1.0.5';
    5454 
    5555  /**
     
    649649              'attributes'      => [
    650650                  'network' => [
    651                   'default' => 'Default',
     651                  'default' => '0',
    652652                  'type'    => 'string'
    653653              ],
    654654                  'bgcolor' => [
     655                  'default' => '',
    655656                  'type'    => 'string'
    656657              ],
    657658                  'font' => [
    658                   'default' => 'Default',
     659                  'default' => '',
    659660                  'type'    => 'string'
    660661              ]
Note: See TracChangeset for help on using the changeset viewer.