Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bfiessinger committed Jun 14, 2021
1 parent caa520d commit 5928b29
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 1.2.0
### New
- option `use initial character in URL` is now available in the free version
- new taxonomy for glossary categorization

### Bug fixes
- fixed some styling issues
- fixed an issue where edit scripts where not enqueued for new posts
- fixed a template issue where 2 loop wrapper elements exists

### Enhancements
- better theme compatibility with default WordPress themes
- stabilized templates
- added more editable template parts

### Breaking ⚠️
- switch classNames to camel case
- rename plugin constants
- rename plugin namespaces

## 1.1.6
### Bug fixes
- fixed permalink base setting had no effect on the actual permalinks
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "bf/wppedia",
"description": "Basic Glossary for WordPress",
"name": "wppedia/wppedia",
"description": "The most advanced Glossary solution for WordPress!",
"type": "wordpress-plugin",
"license": "GPLv3",
"authors": [
{
"name": "Bastian Fießinger",
"email": "bastian.fiessinger@proxenos.de"
"email": "bastian.fiessinger@steinrein.com"
}
],
"minimum-stability": "stable",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wppedia",
"version": "1.1.6",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wppedia.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Description: The most advanced Glossary solution for WordPress!
* Author: Bastian Fießinger & WPPedia Glossary Team
* AuthorURI: https://github.com/bfiessinger/
* Version: 1.1.6
* Version: 1.2.0
* Text Domain: wppedia
*/

Expand Down

0 comments on commit 5928b29

Please sign in to comment.