Skip to content

Latest commit

 

History

History
318 lines (205 loc) · 20.8 KB

CHANGELOG.md

File metadata and controls

318 lines (205 loc) · 20.8 KB

Change Log

v3.3.3 (2018-12-13)

Full Changelog

Bugs fixed:

  • Webmention command was failing (due to improper scope)

v3.3.2 (2018-10-29)

Full Changelog

Bugs fixed:

  • Titles should not be in markdown (5987234)

Implemented enhancements:

  • Added rel="nofollow" to default templates to discourage link-farming via webmentions (f46803)
  • Added a note on testing (58a0f3c)

v3.3.1 (2018-10-06)

Full Changelog

Bugs fixed:

  • Some titles went missing when posts came through as links (e2ff131)

v3.3.0 (2018-10-05)

Full Changelog

Closed issues:

  • Issue with Webmention command #115
  • Nest all generators consistently under Jekyll::WebmentionIO namespace #104
  • Performance impact on build #81

Merged pull requests:

v3.1.0 (2018-09-14)

Full Changelog

Closed issues:

  • Optimize JS tag by generating the template markup once? #99
  • display:none showing for templates in DevTools. Confused on how to use this #85

Merged pull requests:

v3.0.0 (2018-09-10)

Full Changelog

Merged pull requests:

  • Add WebmentionType superclass for webmention types #98 (ashmaroli)
  • Lint use of private access modifier #97 (ashmaroli)
  • Improve handling cache folder and cache file paths #96 (ashmaroli)
  • Add utility method to safely parse YAML files #95 (ashmaroli)

v2.9.7 (2018-09-04)

Full Changelog

Closed issues:

  • "[jekyll-webmention_io] Liquid error: internal" error when using includes in Webmention templates #83

Merged pull requests:

v2.9.6 (2018-08-31)

Full Changelog

v2.9.5 (2018-08-31)

Full Changelog

Closed issues:

  • Throttling doesn't apply to posts without webmentions #84

Merged pull requests:

v2.9.3 (2018-06-29)

Full Changelog

Closed issues:

  • Don't collect outgoing mentions from localhost #82

v2.9.2 (2018-06-28)

Full Changelog

Closed issues:

  • undefined local variable or method `original_uri' for Jekyll::WebmentionIO:Module #79
  • Update uglifier dependency #78

Merged pull requests:

v2.9.1 (2018-02-26)

Full Changelog

v2.9.0 (2018-02-26)

Full Changelog

Implemented enhancements:

  • Add support for RSVP #76
  • Add support for "bookmark" type. #67

Closed issues:

  • Fails to compile #75
  • [error] Failed to open TCP connection to webmention.io:443 #74
  • SSL issue #72

v2.8.5 (2017-12-01)

Full Changelog

Merged pull requests:

v2.8.4 (2017-09-25)

Full Changelog

Merged pull requests:

v2.8.3 (2017-09-12)

Full Changelog

v2.8.2 (2017-09-08)

Full Changelog

Closed issues:

  • Error when building: "NoMethodError: undefined method `empty?' for nil:NilClass" #65
  • Don't break when a mentioned website doesn't respond #61

Merged pull requests:

v2.8.1 (2017-09-08)

Full Changelog

Merged pull requests:

v2.8.0 (2017-08-25)

Full Changelog

Merged pull requests:

  • Inherit Jekyll's rubocop config for consistency #64 (DirtyF)

v2.7.0 (2017-08-17)

Full Changelog

Merged pull requests:

v2.6.4 (2017-08-17)

Full Changelog

Closed issues:

  • Unable to use my own "likes" template #60
  • Make webmentions_count a "real" number #57
  • Standardize naming of liquid tags #55
  • How to show a webmention without any content? #54

Merged pull requests:

  • Adding settings for CSP when using the JavaScript enhancement #59 (nhoizey)
  • Jekyll needs the ":jekyll_plugins" group in the Gemfile #58 (nhoizey)

v2.6.3 (2017-08-08)

Full Changelog

Closed issues:

  • [2.6.2] NoMethodError: undefined method `[]' for nil:NilClass #53

Merged pull requests:

v2.6.2 (2017-08-01)

Full Changelog

Merged pull requests:

v2.6.1 (2017-07-31)

Full Changelog

Closed issues:

  • [2.6.0] NoMethodError: undefined method `[]' for nil:NilClass #46

Merged pull requests:

v2.6.0 (2017-07-20)

Full Changelog

Merged pull requests:

  • Added ability to keep the Gem from putting the JS file in your source… #44 (aarongustafson)

v2.5.1 (2017-07-19)

Full Changelog

Implemented enhancements:

  • JekyllWebmentionIO.js, why source folder? #41

Fixed bugs:

  • bundler: failed to load command: jekyll #42
  • Bug: NoMethodError: undefined method `[]' for nil:NilClass #40
  • Bugfixes for this week #43 (aarongustafson)

Closed issues:

  • Quickstart guide in readme? #39

v2.5.0 (2017-07-07)

Full Changelog

Implemented enhancements:

  • Store response data from sent webmentions #30

Closed issues:

  • Integrate since\_id #36

Merged pull requests:

v2.3.0 (2017-07-05)

Implemented enhancements:

  • Add webmention.io link tag #32
  • Optimize avatars #24
  • Error Checking if wm.io down #15
  • Rework webmention rakefile as a command/hook? #7
  • Publish to rubygems.org #3
  • Add parameters to only display webmentions of a certain type #2

Closed issues:

  • Bring back the JS #28
  • (optionaly?) generate Jekyll data files with webmentions #25
  • Jekyll isn’t finding the gem when bundled from RubyGems #22
  • Error: incompatible character encodings: UTF-8 and ASCII-8BIT #18
  • Jekyll 3.3 breaks webmention caching #17
  • Suggestion on Storing Webmention Response? #16
  • Ability to parse more than markdown file for links? #14
  • Rake task will download entire file looking for webmention endpoint #12
  • Vulnerability: curl usage allows command injection via url/a_photo #10
  • Jekyll 3.1 error: Liquid Exception: undefined method `getConverterImpl' #6
  • "Liquid Exception: Socket is not connected" #5

Merged pull requests:


This Change Log was automatically generated by github_changelog_generator