Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Feb 26, 2025
1 parent 86c8ec1 commit 59b6e82
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/dist/4.x/introduction/contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,15 @@ <h2 id="developing-with-a-local-copy-of-filament">Developing with a local copy o
<p>Now, run <code>composer update</code>.</p>
<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>
<h2 id="checking-for-missing-translations">Checking for missing translations</h2>
<p>To check for missing Spanish translations, run:</p>
<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>
<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>
<span class="line"></span></code></pre>
<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>
<p>If you’ve published the translations to your application and would like to check those instead of the package translations, use:</p>
<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>
<span class="line"></span></code></pre>
<h2 id="security-vulnerabilities">Security vulnerabilities</h2>
<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>
<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>
<h2 id="code-of-conduct">Code of Conduct</h2>
<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>
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>
Expand Down
12 changes: 6 additions & 6 deletions docs/dist/4.x/introduction/installation/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dist/4.x/introduction/version-support-policy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@
<h2 id="new-features">New features</h2>
<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>
<h2 id="bug-fixes">Bug fixes</h2>
<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>
<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>
<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>
<h2 id="security-fixes">Security fixes</h2>
<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>
<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>
<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>
<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>
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>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59b6e82

Please sign in to comment.