[ABD] Failed logins (continued)

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
tojag
Registered User
Posts: 422
Joined: Thu Aug 07, 2014 8:00 am
Location: Warsaw, Poland, EU
Name: Gregory

[ABD] Failed logins (continued)

Post by tojag »

Hi
Related to Failed logins by TAS2580, I made a little modification in the file services.yml
Find this

Code: Select all

            
            - @template
            - @user
            - @dbal.conn
            - @request
            - @log
replace to

Code: Select all

          
            - '@template'
            - '@user'
            - '@dbal.conn'
            - '@request'
            - '@log'
And in file composer.json

Code: Select all

"version": "1.1.0",
replace to

Code: Select all

"version": "1.1.1",
and

Code: Select all

"phpbb/phpbb": ">=3.1.3-RC1,<3.2.*@dev"
replace to

Code: Select all

"phpbb/phpbb": ">=3.1.3-RC1"
After this all seems to work properly in 3.3.2.
I added files here
Regards
tojag (GZ)
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18405
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

Re: [ABD] Failed logins (continued)

Post by DavidIQ »

If you are planning to take over this extension and continuing development please send me a PM. Otherwise this is not the purpose of the Extensions In Development forum.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.

Return to “Abandoned Extensions”