# Changelog
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.2.2] - 2022-07-13

### Changed
- Synchronization crash when updating articles from the API to WP

## [1.2.1] - 2022-06-14

### Changed
- The plugin description
- API to WP articles sync issue (was not setting a category for articles)

## [1.2.0] - 2022-06-14

### Added
- Permissions/badges synchronization
- Synchronization database reset

### Changed
- Separated categories synchronization from post synchronization

## [1.1.0] - 2022-05-11

### Added
- Some more internal actions & filters
- Blacklist & whitelist mode by categories
- A bit more logs & debug
- Media captions synchronization
- Post author name synchronization per post instead of a global shared name
- Notifications sending when publishing an article
- Automatic generation of auto-login tokens on JWT login token generation when both "Autologin Links" and "JWT Authentication for WP-API" are installed

### Removed
- Several fields when synchronizing a category, to keep previous values from the API

### Changed
- Minor code improvements (indentation)
- Some WP actions & filters names (to be more explicit)

## [1.0.42] - 2020-09-06
### Added
- The base plugin, which does :
- Login to Crowdaa API
- Synchronization between Wordpress and Crowdaa API
- Controls to disable automatic synchronization or one side of it
- Controls to set a synchronization timeout value
- Controls to create and set the post type to synchronize
- Controls to set the default article picture
- Control to get the pending synchronization queue
- Control to get the last plugin logs
- Control to run the synchronization manually
