Changeset 2509151
- Timestamp:
- 04/05/2021 04:16:08 AM (5 years ago)
- Location:
- sakura-network/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
sakura.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sakura-network/trunk/readme.txt
r2508900 r2509151 5 5 Tested up to: 5.6 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 51 51 == Changelog == 52 52 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 53 59 = 1.0.4 - 2021-04-04 = 54 60 -
sakura-network/trunk/sakura.php
r2508900 r2509151 4 4 * Plugin URI: https://www.sakura.eco 5 5 * Description: An eCommerce toolkit that helps you show articles in a Sakura network. 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: Sakura.eco 8 8 * Author URI: https://www.sakura.eco/ … … 51 51 * @var string 52 52 */ 53 public $version = '1.0. 4';53 public $version = '1.0.5'; 54 54 55 55 /** … … 649 649 'attributes' => [ 650 650 'network' => [ 651 'default' => ' Default',651 'default' => '0', 652 652 'type' => 'string' 653 653 ], 654 654 'bgcolor' => [ 655 'default' => '', 655 656 'type' => 'string' 656 657 ], 657 658 'font' => [ 658 'default' => ' Default',659 'default' => '', 659 660 'type' => 'string' 660 661 ]
Note: See TracChangeset
for help on using the changeset viewer.