-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #239 from thematters/develop
Release: v1.0.1
- Loading branch information
Showing
31 changed files
with
430 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.0.1] - 2019-03-21 | ||
### Added | ||
* `User.status.role` #230 | ||
* Invitation related notices #234 | ||
|
||
### Changed | ||
* Make state of newly registered user as onboarding #229 #237 | ||
* Fix email reseting content has no user data #232 | ||
* Fix duplication issue in tags, authors and hottest articles #233 | ||
* Fix bug with word count #233 | ||
* Prioritize viewer language setting over header #233 | ||
* Optimize summary generation #233 | ||
* Strip html tag and redundant spaces in content #235 | ||
* Check permission if viewer request to edit comment #238 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,18 +17,22 @@ | |
<mj-include path="./partials/greeting.mjml" /> | ||
|
||
<mj-text padding-top="16px"> | ||
恭喜你,你已經成功註冊了 Matters 賬號,歡迎 <a class="link" href="https://matters.news">浏览社区里的精彩内容 →</a> | ||
恭喜你,你已成功註冊 Matters 帳號,歡迎<a class="link" href="https://matters.news/">瀏覽站上精彩內容 →</a> | ||
</mj-text> | ||
|
||
<mj-text padding-top="16px"> | ||
目前 Matters 是一個邀請制社區,你的賬號需要激活才能擁有創作資格,你可以向你認識的老用戶索取激活資格。 | ||
由於 Matters 目前處於邀請制階段,你的帳號尚需要獲得老用戶激活,才能解鎖全部的創作功能。你可以透過各種社交工具尋找你可能認識的 Matters 老用戶(加入<a class="link" href="https://t.me/joinchat/BXzlWUhXaWNZ-TXJZJCzDQ">官方 Telegram 群組</a>尋找老用戶),也可以關注 <a class="link" href="https://www.facebook.com/MattersLab2018">Matters 臉書</a>和<a class="link" href="https://weibo.com/6695370718/profile?topnav=1&wvr=6">微博帳號 MattersLab</a>,即時了解激活權限新玩法。 | ||
</mj-text> | ||
|
||
<mj-text padding-top="16px"> | ||
若有更多問題,可以透過 email 聯絡我們:[email protected] | ||
</mj-text> | ||
</mj-column> | ||
</mj-section> | ||
|
||
<mj-section mj-class="card" padding-top="24px" padding-bottom="0"> | ||
<!-- <mj-section mj-class="card" padding-top="24px" padding-bottom="0"> | ||
<mj-include path="./partials/download.mjml" /> | ||
</mj-section> | ||
</mj-section> --> | ||
|
||
<mj-section mj-class="card" padding-top="0"> | ||
<mj-column> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<mjml> | ||
<mj-head> | ||
<mj-include path="./partials/head.mjml" /> | ||
<mj-title>Matters | 你邀請的好友已進站</mj-title> | ||
</mj-head> | ||
|
||
<mj-body mj-class="body"> | ||
<mj-wrapper mj-class="wrapper"> | ||
<mj-include path="./partials/header.mjml" /> | ||
|
||
<mj-section mj-class="card"> | ||
<mj-column> | ||
<mj-include path="./partials/greeting.mjml" /> | ||
|
||
<mj-text padding-top="16px"> | ||
恭喜你,你的好友 {{ email }} 已透過你的邀請註冊成功,並開啟了創作者資格。感謝你們一起搭建 Matters 社群,5 MAT 獎勵已送達。 | ||
</mj-text> | ||
|
||
<mj-button mj-class="cta-button" href="https://matters.news/@{{ userName }}"> | ||
查看好友 → | ||
</mj-button> | ||
|
||
<mj-text padding-top="32px"> | ||
期待你持續在 Matters 上發佈文章、收穫 MAT,獲取邀請資格,為我們介紹更多新朋友。 | ||
</mj-text> | ||
|
||
<mj-text padding-top="16px"> | ||
Matters 會第一時間在<a class="link" href="https://www.facebook.com/MattersLab2018">臉書</a>和<a class="link" href="https://weibo.com/6695370718/profile?topnav=1&wvr=6">微博帳號 MattersLab</a> 與大家分享新動態,歡迎關注。 | ||
</mj-text> | ||
|
||
<mj-include path="./partials/ending.mjml" /> | ||
</mj-column> | ||
</mj-section> | ||
|
||
<mj-include path="./partials/footer.mjml" /> | ||
</mj-wrapper> | ||
</mj-body> | ||
</mjml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.