Skip to content

Commit

Permalink
pickles2/px2-sitemapexcel v2.1.0
Browse files Browse the repository at this point in the history
- Excelファイルの解析ライブラリを PHPExcel から PhpSpreadsheet へ移行した。
- PhpSpreadsheet に合わせて、システム要件を更新。 PHP 7.1.x 以下が対象外となり、いくつかのPHP拡張が要件に追加された。
  • Loading branch information
tomk79 committed Jun 21, 2020
1 parent 94081da commit 07993c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,15 @@ $ chmod -R 777 ./px-files/sitemaps

## 更新履歴 - Change log

### pickles2/px2-sitemapexcel v2.1.0 (リリース日未定)
### pickles2/px2-sitemapexcel v2.1.0 (2020年6月21日)

- Excelファイルの解析ライブラリを PHPExcel から PhpSpreadsheet へ移行した。
- PhpSpreadsheet に合わせて、システム要件を更新。 PHP 7.1.x 以下が対象外となり、いくつかのPHP拡張が要件に追加された。

### pickles2/px2-sitemapexcel v2.0.12 (2020年6月21日)

- PHP 7.4 系で起きる PHPExcel の Warning を非表示にした。

### pickles2/px2-sitemapexcel v2.0.11 (2019年5月21日)

- 標準型 と 文字列型 以外のセルフォーマットのときに、 前後の空白文字を削除するようになった。
Expand Down
2 changes: 1 addition & 1 deletion php/pickles-sitemap-excel.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static public function exec($px, $plugin_conf){
* @return string バージョン番号を示す文字列
*/
public function get_version(){
return '2.0.11';
return '2.1.0';
}

/**
Expand Down

0 comments on commit 07993c4

Please sign in to comment.