Wrong download package 2.1.4 - National Flags
Wrong download package 2.1.4
When I try to download the 2.1.4 version here on phpbb.com, I get the 2.1.3 version.
-
- Registered User
- Posts: 737
- Joined: Tue Mar 22, 2011 9:53 pm
Re: Wrong download package 2.1.4
Apparently is composer.json not adjusted?
Code: Select all
{
"name": "rmcgirr83/nationalflags",
"type": "phpbb-extension",
"description": "Allows a user to be able to choose a national flag and have a top (those with the most users selecting the flag) number of flags display on the index page of a phpBB forum. Header is link to a listing of all users of a flag. Clicking on user count of the flag displays the users that have that flag set. This extension requires at least phpBB version 3.1.4-RC1.",
"homepage": "https://github.com/rmcgirr83/phpbb-3.1-nationalflags",
"version": "2.1.3",
"time": "2017-10-12",
"keywords": [
"phpbb",
"extension",
"flags",
"national",
"national flags",
"user",
"communication"
],
"license": "GPL-2.0",
"authors": [
{
"name": "Rich McGirr",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"phpbb/phpbb": ">=3.1.4-RC1",
"composer/installers": "~1.0.0"
},
"extra": {
"display-name": "National Flags",
"soft-require": {
"phpbb/phpbb": ">=3.1.4-RC1"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/phpbb_3.1_national_flags",
"filename": "version_check"
}
}
}
-
- Registered User
- Posts: 737
- Joined: Tue Mar 22, 2011 9:53 pm
Re: Wrong download package 2.1.4
Same thing here. I have changed composer.json to 2.1.4
Sorry for my bad english. I'm from USA.
-
- Registered User
- Posts: 522
- Joined: Wed Jan 20, 2010 11:03 am
Re: Wrong download package 2.1.4
It is the 2.1.4 version, the composer file is incorrect.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22105
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Wrong download package 2.1.4
Fixed
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22105
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Wrong download package 2.1.4
And about "time": "2017-10-12" in composer?
Sorry for my bad english. I'm from USA.
-
- Registered User
- Posts: 522
- Joined: Wed Jan 20, 2010 11:03 am
Re: Wrong download package 2.1.4
I don't suppose you downloaded it since?
"time": "2018-01-22"
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22105
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Wrong download package 2.1.4
I didnt downloaded it again. Are there any other changes beside these?
Im getting some random errors in 2.1.4 version and I had to return to 2.1.3
Im getting some random errors in 2.1.4 version and I had to return to 2.1.3
Sorry for my bad english. I'm from USA.
-
- Registered User
- Posts: 522
- Joined: Wed Jan 20, 2010 11:03 am
Re: Wrong download package 2.1.4
What are the "random errors" which belongs in it's own topic.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22105
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Wrong download package 2.1.4
I have found this error. It was in pt_br translation file. After I put my own translation instead of the available one here in translation topic, it worked fine.
Sorry for my bad english. I'm from USA.
-
- Registered User
- Posts: 522
- Joined: Wed Jan 20, 2010 11:03 am