Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support hexo 5.0.0 (#26) #27

Merged
merged 2 commits into from
Aug 5, 2020
Merged

support hexo 5.0.0 (#26) #27

merged 2 commits into from
Aug 5, 2020

Conversation

sxyugao
Copy link
Contributor

@sxyugao sxyugao commented Aug 3, 2020

Description

fixes: #26

In hexo 5.0.0 hexo-util has been updated. Please see followings:

hexojs/hexo#4438

hexojs/hexo-util@f1ecd4e

Fix

hexo.locals.cache.posts to hexo.locals.cache.cache.get('posts')

Others

I only test related post feature.

I didn't update the version, so you may have to update it by yourself.

Thank you (^_^)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 78.947% when pulling 9d4ffcd on sxyugao:master into a2ab0ed on tea3:master.

@tea3
Copy link
Owner

tea3 commented Aug 5, 2020

@sxyugao Thank you for suggestion :D I'll update npm version tonight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If you use hexo5.0 and use the related Popular Posts plug-in, you may cause errors.
3 participants