Skip to content

Commit

Permalink
2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Aug 27, 2024
1 parent 665bb75 commit d644d4d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
27 changes: 12 additions & 15 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.0" packagerversion="1.7.2" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<!-- $Id$ -->
<name>Lunar</name>
<channel>pear.oops.org</channel>
<summary>Solar/Lunar Convert API</summary>
Expand All @@ -11,29 +10,25 @@
<email>joungkyun@gmail.com</email>
<active>yes</active>
</lead>
<date>2015-12-08</date>
<time>00:15:50</time>
<date>2024-08-28</date>
<time>01:10:00</time>
<version>
<release>2.0.0</release>
<release>2.0.1</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD(Lunar.php) And 고영창(Lunar/Lunar_API.php)</license>
<notes>* tolunar와 tosolar method의 date member를 fmt로 이름 변경
* tosolar method에 gregory member 추가
* tosloal method의 fmt member의 값은, 20151015 이전일 경우 율리우스력으로 반환하도록 변경
* moonyoon member 이름을 leap로 변경
* oops\KASI_Lunar package가 설치되어 있을 경우 천문과학연구원의 음양력 데이터 지원
* use myException
* namespace oops 추가
<notes>- 천문과학연구원의 절기 데이터 연동
- original 진짜만세력 0.93 Pascal 버전 변경 사항 적용
- fixed typo in oops\Lunar::sydtoso24yd method
</notes>
<contents>
<dir name="/">
<file role="php" md5sum="bff079c66d4ed1361845349414f1aed1" name="Lunar/Lunar_API.php" />
<file role="php" md5sum="2e146601ef517e352cc0e5e6933f9fff" name="Lunar.php" />
<file role="php" md5sum="bf017956e45277c75dea43b2e124b5ef" name="Lunar/Lunar_API.php" />
<file role="php" md5sum="5709bb7e926fb21797b6c7c5d81912bf" name="Lunar.php" />
</dir>
</contents>
<dependencies>
Expand Down Expand Up @@ -68,9 +63,11 @@
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-12-08</date>
<date>2024-08-28</date>
<license>BSD(Lunar.php) And 고영창(Lunar/Lunar_API.php)</license>
<notes>
<notes>* 천문과학연구원의 절기 데이터 연동
* original 진짜만세력 0.93 Pascal 버전 변경 사항 적용
* fixed typo in oops\Lunar::sydtoso24yd metho
</notes>
</release>
<release>
Expand Down
8 changes: 6 additions & 2 deletions package.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<api>stable</api>
</stability>
<license>BSD(Lunar.php) And 고영창(Lunar/Lunar_API.php)</license>
<notes>
<notes>- 천문과학연구원의 절기 데이터 연동
- original 진짜만세력 0.93 Pascal 버전 변경 사항 적용
- fixed typo in oops\Lunar::sydtoso24yd method
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -63,7 +65,9 @@
</stability>
<date>@curdate@</date>
<license>BSD(Lunar.php) And 고영창(Lunar/Lunar_API.php)</license>
<notes>
<notes>* 천문과학연구원의 절기 데이터 연동
* original 진짜만세력 0.93 Pascal 버전 변경 사항 적용
* fixed typo in oops\Lunar::sydtoso24yd metho
</notes>
</release>
<release>
Expand Down

0 comments on commit d644d4d

Please sign in to comment.