Please start your own topic in 3.3.x support. Thank you
viewtopic.php?f=661&t=2563206nedvrealty wrote: ↑Fri Aug 14, 2020 11:34 amhi, after update to new version, i have problem when im connected to forum with mobile device, i cant see the bouton, check my screenshot. can you fix that? tnx a lot
2020-08-14_133157.png
/ext/extension/config/services.yml
file (not that I am aware of), but now in phpBB 3.3.0 and in phpBB 3.3.1 people need to edit that services.yml
file otherwise the extension will show an error in ACP. services.yml
file(s). RMcGirr83 wrote:You need single quote marks around all the@
and%
arguments, so like this'@template'
This was a well known, and documented, issue and is why I created this extension so that the majority of these problems were eliminated in advance - viewtopic.php?f=456&t=2528456Ancient Viking wrote: ↑Sat Aug 15, 2020 9:32 amBelow is what needs to be edited in the services.yml file(s).
I just checked the highlights for phpBB 3.3.1 and as far I can tell there is no mention about the changes in Symfony will affect the extensions.Marc wrote: ↑Sat Aug 15, 2020 8:06 pmThe thing that changed was the Symfony version. However, the old syntax without single quotes was already deprecated in the Symfony version phpBB 3.2 was using. We have actually started informing Extensions authors about this change since the initial release of phpBB 3.2:
viewtopic.php?f=461&t=2349131
HiAncient Viking wrote: ↑Sun Aug 16, 2020 1:44 pmI just checked the highlights for phpBB 3.3.1 and as far I can tell there is no mention about the changes in Symfony will affect the extensions.
So, you mean the Proteus version doesn't mention that at all about what I said in my previous post. Correct?ssl wrote: ↑Sun Aug 16, 2020 1:47 pmHiAncient Viking wrote: ↑Sun Aug 16, 2020 1:44 pmI just checked the highlights for phpBB 3.3.1 and as far I can tell there is no mention about the changes in Symfony will affect the extensions.
Same as 3.3.0
So, the compatibility of extensions under 3.3.1 is the same as under 3.3.0, unless I'm mistaken.I just checked the highlights for phpBB 3.3.1 and as far I can tell there is no mention about the changes in Symfony will affect the extensions.