tea3 / hexo-related-popular-posts

A hexo plugin that generates a list of links to related posts and popular posts. Also , this plugin can get Visitor Counts (PV) on posts.
MIT License
109 stars 15 forks source link

support hexo 5.0.0 (#26) #27

Closed sxyugao closed 4 years ago

sxyugao commented 4 years ago

Description

fixes: #26

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

https://github.com/hexojs/hexo/pull/4438

https://github.com/hexojs/hexo-util/commit/f1ecd4e24cc431623f19644990e81487fea3bbf5

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 commented 4 years ago

Coverage Status

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

tea3 commented 4 years ago

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