-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Import format_subdomain #11288
fix: Import format_subdomain #11288
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #11288 +/- ##
=======================================
Coverage 49.33% 49.33%
=======================================
Files 79 79
Lines 22510 22510
Branches 5387 5387
=======================================
Hits 11105 11105
Misses 10045 10045
Partials 1360 1360 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hangy !
I will apply it to OFF production directly… because it seems important enough. |
🤖 I have created a release *beep* *boop* --- ## [2.57.0](v2.56.0...v2.57.0) (2025-02-04) ### Features * Add security.txt ([#11290](#11290)) ([2ce94d8](2ce94d8)) * enable nutripatrol panel on mobile ([#11323](#11323)) ([741d414](741d414)) * ingredients knowledge panels ([#10904](#10904)) ([2443694](2443694)) ### Bug Fixes * better analysis of "oil (rapeseed, something unrecognized)" + separation of additive class + additive ([#11251](#11251)) ([fde3287](fde3287)) * FLAVOR_NAME is openproductsfacts ([#11312](#11312)) ([c4fa828](c4fa828)) * Import format_subdomain ([#11288](#11288)) ([930dc47](930dc47)) * Open Beauty Facts string fixes ([92de3be](92de3be)) * Open Beauty Facts string fixes ([#11286](#11286)) ([92de3be](92de3be)) * Open Products Facts lang fixes ([b8651b8](b8651b8)) * Open Products Facts lang fixes ([#11285](#11285)) ([b8651b8](b8651b8)) * separate granulated sugars from white sugars ([#11325](#11325)) ([cfb5fd5](cfb5fd5)) * set APACHE_ENVVARS=/etc/apache2/off-envvars + doc precision ([#11279](#11279)) ([da7185a](da7185a)) * Update `green-score-f.svg` (white background) ([#11314](#11314)) ([d57e2de](d57e2de)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
What
This pull request includes updates to the
cgi/product_jqm_multilingual.pl
file, including a copyright year update and an additional module import.General updates:
cgi/product_jqm_multilingual.pl
: Updated the copyright year from 2023 to 2025.Code enhancements:
cgi/product_jqm_multilingual.pl
: Addedformat_subdomain
fromProductOpener::URL
to the list of imported modules.Related issue(s) and discussion