Skip to content

Commit

Permalink
release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed May 4, 2018
1 parent 8b9ac72 commit 382bed9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2018-01-29</date>
<time>02:25:10</time>
<date>2018-05-05</date>
<time>03:59:43</time>
<version>
<release>1.0.7</release>
<api>1.0.0</api>
Expand All @@ -23,16 +23,17 @@
<license uri="https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* Facebook graph api 버전 업데이트 (v2.6 to v2.11)
* Profile 못 가져올 경우에 대한 방어 코드 추가
* PHP7 이후, NAVER login 안되는 문제 수정
</notes>
<contents>
<dir name="/">
<file role="php" md5sum="3d0e7761f13fd06fc86f5981953b69e7" name="OAUTH2.php" />
<file role="php" md5sum="5b297f26ea6ac389801998f38e088d0f" name="OAUTH2/DAUM.php" />
<file role="php" md5sum="4ef699debb3961d9552d3a2926ef0dfa" name="OAUTH2/FACEBOOK.php" />
<file role="php" md5sum="cb7bce2ff8590e0121021b45b033d6f3" name="OAUTH2/GITHUB.php" />
<file role="php" md5sum="ec25fe3edb0dc7e82f6a4556cb1f0159" name="OAUTH2/GOOGLE.php" />
<file role="php" md5sum="03bceb564fb518743a8c48e7a781d78e" name="OAUTH2/KAKAO.php" />
<file role="php" md5sum="4292b6c8b561a5d13aad11192137fd77" name="OAUTH2/NAVER.php" />
<file role="php" md5sum="45cfc4aade31eb15390c5fe702f370b7" name="OAUTH2.php" />
<file role="php" md5sum="7369d3d6c966413e74ebd73434b82da2" name="OAUTH2/DAUM.php" />
<file role="php" md5sum="0042e2f230145691b42ed314f7907534" name="OAUTH2/FACEBOOK.php" />
<file role="php" md5sum="d32c59d9fbae70fdb2c8195979360cf1" name="OAUTH2/GITHUB.php" />
<file role="php" md5sum="045c517caff5841e7e6446314976fed4" name="OAUTH2/GOOGLE.php" />
<file role="php" md5sum="b997dc0d7c81319788b3898d9ec7571f" name="OAUTH2/KAKAO.php" />
<file role="php" md5sum="a8f080dc0e054686f7d68691ca26af96" name="OAUTH2/NAVER.php" />
<file role="php" md5sum="f4944e1961b5d6ea925b0b38f3e1430f" name="OAUTH2/logout-agree.template" />
<file role="php" md5sum="318f0bc144dd8ad28be690f6e9ff2af3" name="OAUTH2/logout-no-auto.template" />
<file role="php" md5sum="3f38dd2c30e3a33dca52a253908c96a6" name="OAUTH2/logout.template" />
Expand Down Expand Up @@ -69,11 +70,12 @@
<release>stable</release>
<api>stable</api>
</stability>
<date>2018-01-29</date>
<date>2018-05-05</date>
<license uri="https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Facebook graph api 버전 업데이트 (v2.6 to v2.11)
* Profile 못 가져올 경우에 대한 방어 코드 추가
* PHP7 이후, NAVER login 안되는 문제 수정
</notes>
</release>
<release>
Expand Down
2 changes: 2 additions & 0 deletions package.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<license uri="https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* Facebook graph api 버전 업데이트 (v2.6 to v2.11)
* Profile 못 가져올 경우에 대한 방어 코드 추가
* PHP7 이후, NAVER login 안되는 문제 수정
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -74,6 +75,7 @@
<notes>
* Facebook graph api 버전 업데이트 (v2.6 to v2.11)
* Profile 못 가져올 경우에 대한 방어 코드 추가
* PHP7 이후, NAVER login 안되는 문제 수정
</notes>
</release>
<release>
Expand Down

0 comments on commit 382bed9

Please sign in to comment.