Skip to content

Commit

Permalink
Bump version to 3.3.5 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Jul 1, 2021
1 parent dc31015 commit 7e87a40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,13 @@ Many thanks to GreenReaper on GitHub for reporting and finding issues with core
* https://gitlab.com/hydrawiki/extensions/DynamicPageList/merge_requests/89
* The maxrevisions parameter was broken entirely at the query generation step.
* https://gitlab.com/hydrawiki/extensions/DynamicPageList/merge_requests/88

# Version 3.3.4
* Initial fork release
* 1.35/actor support
* numorous bug fixes
* phpcs cleanup

# Version 3.3.5
* Fix syntax error in extension.json
* 1.36.0 support
2 changes: 1 addition & 1 deletion DynamicPageListHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class DynamicPageListHooks {
*/
public static function onRegistration() {
if ( !defined( 'DPL_VERSION' ) ) {
define( 'DPL_VERSION', '3.3.4' );
define( 'DPL_VERSION', '3.3.5' );
}
}

Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DynamicPageList3",
"version": "3.3.4",
"version": "3.3.5",
"author": [
"Alexia E. Smith",
"[https://meta.miraheze.org/wiki/User:Universal_Omega Universal Omega]",
Expand Down

0 comments on commit 7e87a40

Please sign in to comment.