You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dist/4.x/introduction/contributing/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -177,15 +177,15 @@ <h2 id="developing-with-a-local-copy-of-filament">Developing with a local copy o
177
177
<p>Now, run <code>composer update</code>.</p>
178
178
<p>Once you’ve finished making changes, you can commit them and submit a pull request to <ahref="https://github.com/filamentphp/filament">the GitHub repository</a>.</p>
179
179
<h2id="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>
<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 <ahref="https://github.com/filamentphp/filament">the GitHub repository</a>.</p>
184
184
<p>If you’ve published the translations to your application and would like to check those instead of the package translations, use:</p>
<p>If you discover a security vulnerability within Filament, please email Dan Harrin via <ahref="mailto:[email protected]">[email protected]</a>. All security vulnerabilities will be promptly addressed. Please see our <ahref="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 <ahref="mailto:[email protected]">[email protected]</a>. All security vulnerabilities will be promptly addressed. Please see our <ahref="version-support-policy#overview">version support policy</a> to understand which versions are currently under maintenance.</p>
189
189
<h2id="code-of-conduct">Code of Conduct</h2>
190
190
<p>Please note that Filament is released with a <ahref="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><ahref="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><pdata-astro-cid-37fxchfa>
191
191
Still need help? Join our <ahref="/discord" target="_blank" class="transition hover:text-primary-600" data-astro-cid-37fxchfa>Discord community</a> or open a <ahref="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><dlclass="mt-12 flex border-t border-gray-200 pt-6 dark:border-gray-800" data-astro-cid-37fxchfa><divdata-astro-cid-37fxchfa><dtclass="font-display text-sm font-bold text-stone-900 dark:text-white" data-astro-cid-37fxchfa>
Copy file name to clipboardExpand all lines: docs/dist/4.x/introduction/version-support-policy/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -175,10 +175,10 @@
175
175
<h2id="new-features">New features</h2>
176
176
<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>
177
177
<h2id="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>
179
179
<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>
180
180
<h2id="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>
182
182
<p>If you discover a security vulnerability in Filament, please report it by emailing Dan Harrin at <ahref="mailto:[email protected]">[email protected]</a>. All security vulnerabilities will be addressed promptly.</p>
183
183
<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><ahref="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><pdata-astro-cid-37fxchfa>
184
184
Still need help? Join our <ahref="/discord" target="_blank" class="transition hover:text-primary-600" data-astro-cid-37fxchfa>Discord community</a> or open a <ahref="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><dlclass="mt-12 flex border-t border-gray-200 pt-6 dark:border-gray-800" data-astro-cid-37fxchfa><divdata-astro-cid-37fxchfa><dtclass="font-display text-sm font-bold text-stone-900 dark:text-white" data-astro-cid-37fxchfa>
0 commit comments