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
Use class names as ids in services to respect new best practices and alias to old ids
Rename mobile_detect.cookie_httponly to mobile_detect.cookie_httpOnly
Drop mobile_detect.mobile_detector.class, mobile_detect.device_view.class, mobile_detect.request_response_listener.class, mobile_detect.twig.extension.class
Improvements
Create MobileDetectorInterface interface of Mobile_Detect fully compatible with mobiledetect/mobiledetectlib >=2.8.15
Create MobileDetectBundle\DeviceDetector\MobileDetectorInterface service to quickly access the lib
Hi everyone,
The last commit of the main repository suncat2000/MobileDetectBundle is over 2 years old now. Since the project seems abandoned by its author, I decided to create and maintain a fork tattali/MobileDetectBundle.
The fork is available now and you will find instructions for using it in the README.
Of course, if you are ready to help, do not hesitate to contact me!
If you have any question, don't hesitate to ask! 👍
What have been done so far:
Highlights
README.md
to clarify the meaning of the bundleMobileDetectorInterface
interface ofMobile_Detect
classFull details
Documentation
README.md
to clarify the meaning of the bundleCI
Configuration
mobile_detect.cookie_httponly
tomobile_detect.cookie_httpOnly
mobile_detect.mobile_detector.class
,mobile_detect.device_view.class
,mobile_detect.request_response_listener.class
,mobile_detect.twig.extension.class
Improvements
MobileDetectorInterface
interface ofMobile_Detect
fully compatible withmobiledetect/mobiledetectlib
>=2.8.15MobileDetectBundle\DeviceDetector\MobileDetectorInterface
service to quickly access the libis_windows_os
in the twig extensionrules_list
in the twig extensionDrops
mobiledetect/mobiledetectlib
<2.8.15psr-0
in favour ofpsr-4
and rename namespace as neutralMobileDetectBundle\
Others
src
and tests totests
folderscookieSamesite
bycookieSameSite
in whole projectPlanned work for next release:
EDIT: Every features documented in the README are working at full capacity
Do not hesitate to open an issue if you found a bug.
Enjoy! 👍 👍
The text was updated successfully, but these errors were encountered: