Skip to content

Commit

Permalink
v2018.12 and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen committed Dec 4, 2018
1 parent ae323b0 commit c74653b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Custom Untappd Feeds
Custom Untappd Feeds is a WordPress plugin that lets you display your Untappd data on your WordPress site. [Donate :beers: or :coffee:](https://ko-fi.com/alexjustesen) to support the plugin.
Custom Untappd Feeds is a WordPress plugin that lets you display your Untappd data on your WordPress site. Includes views for your profile summary (check-in count, unique count, badge count and friend count), recent check-ins and recently earned badges. [Donate :beers: or :coffee:](https://ko-fi.com/alexjustesen) to support the plugin.

### Installation

Expand All @@ -11,6 +11,11 @@ Custom Untappd Feeds is a WordPress plugin that lets you display your Untappd da

### Change Log

#### v2018.12 - December 4th, 2018
* New user overview shortcode to combine the profile summary, recently earned badges and recent check-ins.
* Improved caching and added cache timeout.
* UI improvements to the widget header and recent check-ins.

#### v2018.12-beta2 - December 2nd, 2018
* Fixed incorrect transient prefix reference
* Removed duplicate html return
Expand Down
4 changes: 2 additions & 2 deletions custom-untappd-feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Custom Untappd Feeds
* Plugin URI: https://www.alexjustesen.com
* Description: Unofficial Untappd plugin. Display your recent checkins, user profile and wishlist.
* Version: 2018.12-beta2
* Version: 2018.12
* Author: Alex Justesen
* Author URI: https://www.alexjustesen.com
* License: MIT
Expand All @@ -32,7 +32,7 @@
/** Define plugin constants
* Versioning by Calendar standard (https://calver.org/) year.month.patch
*/
define( 'PLUGIN_NAME_VERSION', '2018.12-beta2' );
define( 'PLUGIN_NAME_VERSION', '2018.12' );
define( 'PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'PLUGIN_URL', plugin_dir_url( __FILE__ ) );

Expand Down

0 comments on commit c74653b

Please sign in to comment.