Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mundschenk-at committed May 13, 2018
1 parent aaec926 commit f47c1c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0 (unreleased)
## 1.0 (2018-05-13)
* _Feature_: All default avatars are generated on your server.
* _Feature_: Gravatar.com avatars are cached locally. (The cache is cleaned regularly
via a cron job to prevent unlimited growth.)
Expand Down
2 changes: 1 addition & 1 deletion avatar-privacy.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* Description: Adds options to enhance the privacy when using avatars.
* Author: Peter Putzer, Johannes Freudendahl
* Author URI: https://code.mundschenk.at
* Version: 1.0-rc.1
* Version: 1.0
* License: GNU General Public License v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: avatar-privacy
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tags: gravatar, avatar, privacy
Requires at least: 4.6
Requires PHP: 5.6
Tested up to: 4.9
Stable tag: 0.4
Stable tag: 1.0
License: GPLv2 or later

Adds options to enhance the privacy when using avatars.
Expand Down Expand Up @@ -157,7 +157,7 @@ If you find any problems with particular plugins, please tell me!

== Changelog ==

= 1.0 (unreleased) =
= 1.0 (2018-05-13) =
* _Feature_: All default avatars are generated on your server.
* _Feature_: Gravatar.com avatars are cached locally. (The cache is cleaned regularly via a cron job to prevent unlimited growth.)
* _Feature_: Registered users can upload their own avatar images to your server.
Expand Down

0 comments on commit f47c1c9

Please sign in to comment.