Skip to content

Commit 59b6e82

Browse files
committed
update docs
1 parent 86c8ec1 commit 59b6e82

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/dist/4.x/introduction/contributing/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@ <h2 id="developing-with-a-local-copy-of-filament">Developing with a local copy o
177177
<p>Now, run <code>composer update</code>.</p>
178178
<p>Once you’ve finished making changes, you can commit them and submit a pull request to <a href="https://github.com/filamentphp/filament">the GitHub repository</a>.</p>
179179
<h2 id="checking-for-missing-translations">Checking for missing translations</h2>
180-
<p>To check for missing Spanish translations, run:</p>
180+
<p>To check for missing translations, you can use the Artisan command <code>php artisan filament:check-translations</code> followed by a locale. For example, to check for missing Spanish translations run:</p>
181181
<pre class="astro-code material-theme-palenight" style="background-color:#292D3E;color:#babed8;overflow-x:auto" tabindex="0" data-language="bash"><code><span class="line"><span style="color:#FFCB6B">php</span><span style="color:#C3E88D"> artisan</span><span style="color:#C3E88D"> filament:check-translations</span><span style="color:#C3E88D"> es</span></span>
182182
<span class="line"></span></code></pre>
183183
<p>This command will show you which translations are missing for the specified locale. You can then submit a pull request with the missing translations to <a href="https://github.com/filamentphp/filament">the GitHub repository</a>.</p>
184184
<p>If you’ve published the translations to your application and would like to check those instead of the package translations, use:</p>
185185
<pre class="astro-code material-theme-palenight" style="background-color:#292D3E;color:#babed8;overflow-x:auto" tabindex="0" data-language="bash"><code><span class="line"><span style="color:#FFCB6B">php</span><span style="color:#C3E88D"> artisan</span><span style="color:#C3E88D"> filament:check-translations</span><span style="color:#C3E88D"> es</span><span style="color:#C3E88D"> --source=app</span></span>
186186
<span class="line"></span></code></pre>
187187
<h2 id="security-vulnerabilities">Security vulnerabilities</h2>
188-
<p>If you discover a security vulnerability within Filament, please email Dan Harrin via <a href="mailto:[email protected]">[email protected]</a>. All security vulnerabilities will be promptly addressed. Please see our <a href="version-support-policy">version support policy</a> to understand which versions are currently under maintenance.</p>
188+
<p>If you discover a security vulnerability within Filament, please email Dan Harrin via <a href="mailto:[email protected]">[email protected]</a>. All security vulnerabilities will be promptly addressed. Please see our <a href="version-support-policy#overview">version support policy</a> to understand which versions are currently under maintenance.</p>
189189
<h2 id="code-of-conduct">Code of Conduct</h2>
190190
<p>Please note that Filament is released with a <a href="https://github.com/filamentphp/filament/blob/4.x/CODE_OF_CONDUCT.md">Contributor Code of Conduct</a>. By participating in this project, you agree to abide by its terms.</p> <a href="https://github.com/filamentphp/filament/edit/4.x/docs/01-introduction/05-contributing.md" class="text-sm" target="_blank" rel="noopener" data-astro-cid-37fxchfa>Edit on GitHub</a><p data-astro-cid-37fxchfa>
191191
Still need help? Join our <a href="/discord" target="_blank" class="transition hover:text-primary-600" data-astro-cid-37fxchfa>Discord community</a> or open a <a href="https://github.com/filamentphp/filament/discussions/new/choose" target="_blank" class="transition hover:text-primary-600" data-astro-cid-37fxchfa>GitHub discussion</a> </p> </div> </article> <dl class="mt-12 flex border-t border-gray-200 pt-6 dark:border-gray-800" data-astro-cid-37fxchfa> <div data-astro-cid-37fxchfa> <dt class="font-display text-sm font-bold text-stone-900 dark:text-white" data-astro-cid-37fxchfa>

docs/dist/4.x/introduction/installation/index.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/dist/4.x/introduction/version-support-policy/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@
175175
<h2 id="new-features">New features</h2>
176176
<p>Pull requests for new features are only accepted for the latest major version, except in special circumstances. Once a new major version is released, the Filament team will no longer accept pull requests for new features in previous versions. Any open pull requests will either be redirected to target the latest major version or closed, depending on conflicts with the new target branch.</p>
177177
<h2 id="bug-fixes">Bug fixes</h2>
178-
<p>After a major version is released, the Filament team will continue to merge pull requests for bug fixes in the previous major version for 2 years. After this period, pull requests for that version will no longer be accepted.</p>
178+
<p>After a major version is released, the Filament team will continue to merge pull requests for bug fixes in the previous major version for two years. After this period, pull requests for that version will no longer be accepted.</p>
179179
<p>The Filament team processes bug reports for supported versions in chronological order, though critical bugs may be prioritized. Bug fixes are typically developed only for the latest major version. However, contributors can backport fixes to other supported versions by submitting pull requests.</p>
180180
<h2 id="security-fixes">Security fixes</h2>
181-
<p>The Filament team currently plans to continue providing security fixes for all major versions indefinitely. If this policy changes, the team will announce the change at least one year before discontinuing support for any major version.</p>
181+
<p>The Filament team currently plans to continue providing security fixes for major versions for at least three years. When the team decides a major version will no longer receive security fixes, they will announce the change at least one year before discontinuing support.</p>
182182
<p>If you discover a security vulnerability in Filament, please report it by emailing Dan Harrin at <a href="mailto:[email protected]">[email protected]</a>. All security vulnerabilities will be addressed promptly.</p>
183183
<p>Please note that while a Filament version may receive security fixes, its underlying dependencies (PHP, Laravel, and Livewire) may no longer be supported. Therefore, applications using older versions of Filament could still be vulnerable to security issues in these dependencies.</p> <a href="https://github.com/filamentphp/filament/edit/4.x/docs/01-introduction/04-version-support-policy.md" class="text-sm" target="_blank" rel="noopener" data-astro-cid-37fxchfa>Edit on GitHub</a><p data-astro-cid-37fxchfa>
184184
Still need help? Join our <a href="/discord" target="_blank" class="transition hover:text-primary-600" data-astro-cid-37fxchfa>Discord community</a> or open a <a href="https://github.com/filamentphp/filament/discussions/new/choose" target="_blank" class="transition hover:text-primary-600" data-astro-cid-37fxchfa>GitHub discussion</a> </p> </div> </article> <dl class="mt-12 flex border-t border-gray-200 pt-6 dark:border-gray-800" data-astro-cid-37fxchfa> <div data-astro-cid-37fxchfa> <dt class="font-display text-sm font-bold text-stone-900 dark:text-white" data-astro-cid-37fxchfa>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)