Skip to content

Commit 9ac75a7

Browse files
author
Chris Gårdenberg
committed
chore(release): 4.0.0
1 parent 461c3bf commit 9ac75a7

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.0.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v3.11.1...v4.0.0) (2023-10-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **Programme/Shortcodes:** Custom code with `do_shortcode` now needs to do
11+
`echo do_shortcode( '[eduadmin-programme-list]' );` after the change.
12+
Which is the intended way to use `do_shortcode` the previous versions
13+
were not working in the correct way.
14+
15+
### Bug Fixes
16+
17+
* **Programme/Shortcodes:** Fixed an issue with Programme pages ([461c3bf](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/461c3bfac424d8614580ac4f7df2fe5d70161499))
18+
519
### [3.11.1](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v3.11.0...v3.11.1) (2023-10-09)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eduadmin-wordpress-plugin",
33
"private": true,
4-
"version": "3.11.1",
4+
"version": "4.0.0",
55
"repository": "https://github.com/MultinetInteractive/EduAdmin-WordPress.git",
66
"author": "Chris Gårdenberg <chga@multinet.se>",
77
"license": "MIT",

0 commit comments

Comments
 (0)