Skip to content

Commit

Permalink
fix Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed May 4, 2023
1 parent 88fbfec commit ebc9220
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php 常用函数库/工具集,仅测试支持php 7.2/7.3/7.4/8.0

### 相关
[![Php Version](https://img.shields.io/badge/php-%3E=7.2-brightgreen.svg)](https://secure.php.net/)
[![Build Status](https://travis-ci.org/kakuilan/php-helper.svg?branch=master)](https://travis-ci.org/kakuilan/php-helper)
[![Build Status](https://github.com/kakuilan/php-helper/workflows/helper-test/badge.svg)](https://github.com/kakuilan/php-helper/actions)
[![codecov](https://codecov.io/gh/kakuilan/php-helper/branch/master/graph/badge.svg)](https://codecov.io/gh/kakuilan/php-helper)
[![Code Size](https://img.shields.io/github/languages/code-size/kakuilan/php-helper.svg?style=flat-square)](https://github.com/kakuilan/php-helper)
[![Starts](https://img.shields.io/github/stars/kakuilan/php-helper.svg)](https://github.com/kakuilan/php-helper)
Expand Down
31 changes: 31 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

All notable changes to this project will be documented in this file.

## [v0.4.7]- 2023-05-04

#### Added

- 新增`ArrayHelper::xmlToArray`
- 新增`ArrayHelper::arrayToXml`
- 新增`DateHelper::timestamp`
- 新增`DateHelper::year`
- 新增`DateHelper::month`
- 新增`DateHelper::day`
- 新增`DateHelper::hour`
- 新增`DateHelper::minute`
- 新增`DateHelper::second`
- 新增`DateHelper::yearMonth`
- 新增`DateHelper::monthDay`
- 新增`DateHelper::format`
- 新增`DateHelper::dateTime`
- 新增`DateHelper::isBetween`

#### Fixed

- none

#### Changed

- none

#### Removed

- none

## [v0.4.6]- 2023-02-28

#### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ class Version {
/**
* 版本号
*/
const VERSION = '0.4.5';
const VERSION = '0.4.7';
}

0 comments on commit ebc9220

Please sign in to comment.