Skip to content

v1.3.1

Compare
Choose a tag to compare
@liuyib liuyib released this 29 Aug 15:26
· 328 commits to master since this release

Bug Fixes

  • Fix busuanzi & math & comments invalid when enable pjax (037bbc7)

  • Fix some third-party script invalid when pjax is enabled (29b8d02)

💥 Breaking Change

Remove Gitment & change file _config.yml:

``` diff
- gitment:
-   enable: false
-   owner:
-   repo:
-   client_id:
-   client_secret:
-   lazy: true

cdn:
- gitment_js:
- gitment_css:
- gitment_md5:

下面是中文翻译:

问题修复

  • 修复启用 pjax 后 busuanzi & math & comments 失效的问题 (037bbc7)

  • 修复启用 pjax 后一些第三方依赖失效的问题 (29b8d02)

💥 Breaking Change

移除对 Gitment 的支持,并修改 _config.yml 文件:

- gitment:
-   enable: false
-   owner:
-   repo:
-   client_id:
-   client_secret:
-   lazy: true

cdn:
- gitment_js:
- gitment_css:
- gitment_md5: