Skip to content

Commit

Permalink
Fixes, update dependencies, copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wdmg committed Mar 30, 2023
1 parent 20c486e commit 3a7d2cc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Changelog
=========

## 1.2.*
## 1.3.0
* Update dependencies, copyrights
* Languages list fixed
* Deleting tags/categories (clearing taxonomy)
* Multilangs and default category fixed
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 W.D.M.Group, Ukraine
Copyright (c) 2023 W.D.M.Group, Ukraine

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
* Yii2 Blog
*
* @category Module
* @version 1.2.4
* @version 1.3.0
* @author Alexsander Vyshnyvetskyy <[email protected]>
* @link https://github.com/wdmg/yii2-blog
* @copyright Copyright (c) 2019 - 2021 W.D.M.Group, Ukraine
* @copyright Copyright (c) 2019 - 2023 W.D.M.Group, Ukraine
* @license https://opensource.org/licenses/MIT Massachusetts Institute of Technology (MIT) License
*
*/
Expand Down Expand Up @@ -46,7 +46,7 @@ class Module extends BaseModule
/**
* @var string the module version
*/
private $version = "1.2.4";
private $version = "1.3.0";

/**
* @var integer, priority of initialization
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The module have multilanguage support and integration with Sitemaps, RSS-feeds,

This module is an integral part of the [Butterfly.СMS](https://butterflycms.com/) content management system, but can also be used as an standalone extension.

Copyrights (c) 2019-2021 [W.D.M.Group, Ukraine](https://wdmg.com.ua/)
Copyrights (c) 2019-2023 [W.D.M.Group, Ukraine](https://wdmg.com.ua/)

# Requirements
* PHP 5.6 or higher
Expand Down Expand Up @@ -73,6 +73,7 @@ Use the `Module::dashboardNavItems()` method of the module to generate a navigat
?>

# Status and version [ready to use]
* v.1.3.0 - Fixes, update dependencies, copyrights
* v.1.2.4 - RBAC implementation
* v.1.2.3 - URL redirect notify, defaultController property, update dependencies and README.md
* v.1.2.2 - Fixed JsonValidator in dependencies
Expand Down
2 changes: 1 addition & 1 deletion commands/InitController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function actionIndex($params = null)
'║ ║'. "\n" .
'║ BLOG MODULE, v.'.$version.''. "\n" .
'║ by Alexsander Vyshnyvetskyy ║'. "\n" .
'║ (c) 2020 W.D.M.Group, Ukraine ║'. "\n" .
'║ (c) 2023 W.D.M.Group, Ukraine ║'. "\n" .
'║ ║'. "\n" .
'╚════════════════════════════════════════════════╝';
echo $name = $this->ansiFormat($welcome . "\n\n", Console::FG_GREEN);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["yii2", "yii2-blog", "blog", "wdmg"],
"type": "yii2-extension",
"license": "MIT",
"version": "1.2.4",
"version": "1.3.0",
"homepage": "https://github.com/wdmg/yii2-blog",
"support": {
"source": "https://github.com/wdmg/yii2-blog",
Expand Down

0 comments on commit 3a7d2cc

Please sign in to comment.