Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Nov 7, 2022
1 parent 244da70 commit 4a12bff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.0] - 2022-11-07

### Added
* Introduce `rest_likes.request_rejected` action.
* Expose some JavaScript functions as an API to be able to override them.
* Use MutationObserver to check for new like buttons and their status.

### Fixed
* Use jQuery to listen to heartbeat actions.

## [1.0.0] - 2018-12-08

### Added
* REST API endpoint to capture likes from users for posts, comments, and basically any other object type.

[Unreleased]: https://github.com/wearerequired/rest-likes/compare/1.0.0...HEAD
[Unreleased]: https://github.com/wearerequired/rest-likes/compare/1.1.0...HEAD
[1.0.0]: https://github.com/wearerequired/rest-likes/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/wearerequired/rest-likes/compare/a7da73ada3...1.0.0
2 changes: 1 addition & 1 deletion rest-likes.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: REST Likes
* Plugin URI: https://required.com
* Description: Like posts and comments using the REST API.
* Version: 1.0.0
* Version: 1.1.0
* Author: required
* Author URI: https://required.com
* Text Domain: rest-likes
Expand Down

0 comments on commit 4a12bff

Please sign in to comment.