diff --git a/CHANGELOG.md b/CHANGELOG.md index 8beaaae..ff5d366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.3.0 - 2022-12-03](https://github.com/iniznet/authcred/releases/tag/v1.3.0) + +### Enhancements +* Added table of contents shortcode, please see the wiki for more information. +* You're now able to set a `cost` argument/parameter in the mycred built-in `mycred_buy` shortcode to set your own custom cost. + ## [1.2.8 - 2022-12-03](https://github.com/iniznet/authcred/releases/tag/v1.2.8) ### Bug Fixes -* permalinks generation triggered and crash in admin screen -* br tag or newline between authcred buy button +* Permalinks generation triggered and crash in admin screen +* `br` tag or newline between authcred buy button ## [1.2.7 - 2022-12-03](https://github.com/iniznet/authcred/releases/tag/v1.2.7) diff --git a/package.json b/package.json index 0e9d783..1e3d1ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "authcred", - "version": "1.2.8", + "version": "1.3.0", "description": "AuthCRED WP Plugin.", "scripts": { "dev": "vite", diff --git a/plugin.json b/plugin.json index 43c68df..bfb2bb5 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name" : "AuthCRED", - "version" : "1.2.8", - "download_url" : "https://github.com/iniznet/authcred/releases/download/v1.2.8/authcred-v1.2.8.zip", + "version" : "1.3.0", + "download_url" : "https://github.com/iniznet/authcred/releases/download/v1.3.0/authcred-v1.3.0.zip", "sections" : { "description" : "Provide Authentication pages & system alongside mycred integration." }