-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
158 lines (158 loc) · 4.97 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?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">
<name>Lunar</name>
<channel>pear.oops.org</channel>
<summary>Solar/Lunar Convert API</summary>
<description>Solar/Lunar convert API. Original algorithm is by 고영창 (http://afnmp3.homeip.net/~kohyc/calendar/)</description>
<lead>
<name>JoungKyun.Kim</name>
<user>joungkyun</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-08-30</date>
<time>06:04:29</time>
<version>
<release>2.0.2</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>* oops\Lunar::version method :: oops\Lunar 의 버전을 반환
* oops\Lunar::seasondate() method :: KASI_Lunar 의 절기 데이트 범위를 벗어날 경우 Fatal Error 발생 이슈 수정
</notes>
<contents>
<dir name="/">
<file role="php" md5sum="bf017956e45277c75dea43b2e124b5ef" name="Lunar/Lunar_API.php" />
<file role="php" md5sum="e467ce8303430e6807ac23e9595738e4" name="Lunar.php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.1.0</min>
</php>
<pearinstaller>
<min>1.4.3</min>
</pearinstaller>
<package>
<name>myException</name>
<channel>pear.oops.org</channel>
<min>1.0.1</min>
</package>
</required>
<optional>
<package>
<name>calendar</name>
<channel>php</channel>
</package>
</optional>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>2.0.2</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2024-08-30</date>
<license>BSD(Lunar.php) And 고영창(Lunar/Lunar_API.php)</license>
<notes>* oops\Lunar::version method :: oops\Lunar 의 버전을 반환
* oops\Lunar::seasondate() method :: KASI_Lunar 의 절기 데이트 범위를 벗어날 경우 Fatal Error 발생 이슈 수정
</notes>
</release>
<release>
<version>
<release>2.0.1</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2024-08-28</date>
<license>BSD(Lunar.php) And 고영창(Lunar/Lunar_API.php)</license>
<notes>* 천문과학연구원의 절기 데이터 연동
* original 진짜만세력 0.93 Pascal 버전 변경 사항 적용
* fixed typo in oops\Lunar::sydtoso24yd metho
</notes>
</release>
<release>
<version>
<release>2.0.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-12-07</date>
<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>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-06-09</date>
<license>BSD(Lunar.php) And 고영창(Lunar/Lunar_API.php)</license>
<notes>* 갑진년이 갑신년으로 표기되는 문제 수정
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-01-25</date>
<license>BSD(Lunar.php) And 고영창(Lunar/Lunar_API.php)</license>
<notes>* is_leap method : 1582년 이전은 율리우스력 기준으로 윤년 판단. [@33]
* calendar example:
- 6월과 7월의 마지막날 잘못 표기되는 문제 수정
- IE에서 calendar 토요일 밀리는 문제 해결
- 율리우스력 출력시에 절기 정보 잘못 나오는 문제 수정
* Lunar Frontend method license를 BSD license로 변경
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-07-19</date>
<license>BSD(Lunar.php) And 고영창(Lunar/Lunar_API.php)</license>
<notes>* release 1.0.0
* 진짜 만세력 0.92(perl version) and 0.93(pascal version)으로 Core API 포팅
* 1582년 10월 15일 이전 율리우스력 변환
* 율리우스 적일 추가
</notes>
</release>
</changelog>
</package>