]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #665 from ArthurHoaro/fix/feed-hashtags
authorVirtualTam <virtualtam+github@flibidi.net>
Thu, 20 Oct 2016 19:37:28 +0000 (21:37 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2016 19:37:28 +0000 (21:37 +0200)
Fix hashtag links in Feeds

1  2 
CHANGELOG.md

diff --combined CHANGELOG.md
index e32ef45998a256325cd88c2a252fb046b8acd41f,72914076b73d669a922a3f0877e91904b0c3c3f5..d42d6a75e2fa42c02d9be9e27b763079a8795a94
@@@ -19,13 -19,13 +19,14 @@@ and this project adheres to [Semantic V
  - Release archives now have the same structure as GitHub-generated archives:
      - archives contain a `Shaarli` directory, itself containing sources + dependencies
      - the tarball is now gzipped
 +- Minor code cleanup: PHPDoc, spelling, unused variables, etc.
  
  ### Fixed
  - Fix the server `<self>` value in Atom/RSS feeds
  - Plugins:
      - Tools: only display parameter description when it exists
      - archive.org: do not propose archival of private notes
+ - Use absolute URL for hashtags in RSS and ATOM feeds
  
  ### Security
  - Allow whitelisting trusted IPs, else continue banning clients upon login failure