Page 1 of 1

Moving files to includes/system/versioned

Posted: Tue Mar 28, 2023 9:57 am
by swguy
What is the philosophy around moving files to the includes/system/versioned folder and the changes that occur around that?

For example, in version 1.0.8.7, the shopping cart get_products() function returns an array of objects, whereas in 1.0.0.0, returns an array of arrays.

You have done a nice job of explaining this update in the release tag notes:

https://github.com/CE-PhoenixCart/Phoen ... g/v1.0.8.7

but I was wondering if there was a roadmap or other statement of direction so I could understand this better.

Re: Moving files to includes/system/versioned

Posted: Tue Mar 28, 2023 10:14 am
by swguy
I see there are some nice details on this specific change in this forum post:
viewtopic.php?f=10&t=923

Re: Moving files to includes/system/versioned

Posted: Tue Mar 28, 2023 10:28 am
by burt
Scott good to see you :)

While I've been long absent due to real life reasons, Matt has been substantially modernising the codebase in Phoenix. It's nearly at a place where mostly anything can be done with no core code changes.

Hopefully the post you found answered the question regards the code changes that have happened in that area.

Re: Moving files to includes/system/versioned

Posted: Tue Mar 28, 2023 4:50 pm
by swguy
Definitely these threads were helpful.

Hope all is well with you!