gordon-matt / peachpie-responsive-file-manager

Responsive File Manager running on .NET Core with Peachpie
24 stars 16 forks source link

peachpie 0.9.900 #9

Closed jakubmisek closed 4 years ago

jakubmisek commented 4 years ago

simplified project structure, peachpie version is specified once in global.json

fixes hundreds of issues since 0.9.800,

gordon-matt commented 4 years ago

Oh wow! Another one. I didn't see it until now.. and I already updated to 0.9.900. I see that you've made some other changes though. I will incorporate those changes to my code soon... it's almost 4am here now.. so I'll get back to this tomorrow maybe.

jakubmisek commented 4 years ago

good :) yes the changes remove some unnecessary code from project files.

Now you only specify peachpie version once in global.json, makes it easier to update when we release 1.0.0

thank you

gordon-matt commented 4 years ago

Your changes have been incorporated. Thanks

jakubmisek commented 4 years ago

there is 0.9.910 which fixes the $_FILES issue