From 64aee6142c5da1c71c9e14e9c7407758258e885d Mon Sep 17 00:00:00 2001
From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com>
Date: Thu, 23 May 2024 08:42:46 -0300
Subject: [PATCH 1/2] Fix docs
---
README.md | 4 ++--
composer.json | 14 ++++++++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 1d85364..e2dd97e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
Yii View Extension
@@ -295,7 +295,7 @@ You can set a specific locale that will be used to localize view files with `wit
$viewRenderer = $viewRenderer->withLocale('de_DE');
```
-For more information about localization, see at the [localization](https://github.com/yiisoft/view/blob/master/docs/basic-functionality.md#localization) section in [yiisoft/view](https://github.com/yiisoft/view) package.
+For more information about localization, see at the [localization](https://github.com/yiisoft/view/blob/master/docs/guide/en/basic-functionality.md#localization) section in [yiisoft/view](https://github.com/yiisoft/view) package.
## Documentation
diff --git a/composer.json b/composer.json
index ba84338..a54e944 100644
--- a/composer.json
+++ b/composer.json
@@ -10,12 +10,22 @@
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii-view/issues?state=open",
+ "source": "https://github.com/yiisoft/yii-view",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
- "chat": "https://t.me/yii3en",
- "source": "https://github.com/yiisoft/yii-view"
+ "chat": "https://t.me/yii3en"
},
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/yiisoft"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/yiisoft"
+ }
+ ],
"require": {
"php": "^8.0",
"psr/container": "^1.0|^2.0",
From 6303a2371e66505ea56886bc2cce53cb9770980d Mon Sep 17 00:00:00 2001
From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com>
Date: Thu, 23 May 2024 08:47:53 -0300
Subject: [PATCH 2/2] Update LICENSE.md
---
LICENSE.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/LICENSE.md b/LICENSE.md
index fa6ef0f..c48bcea 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -5,15 +5,15 @@ Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
-* Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-* Neither the name of Yii Software nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ * Neither the name of Yii Software nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT