1.0.9.1 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

1.0.9.1 Questions / Comments / Concerns

Post by burt »

Update instructions (from 1.0.9.0):
https://github.com/CE-PhoenixCart/Updat ... /README.md

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

This is the 1.0.9.1 release which removes legacy code and functions.
Thank you to all supporters of the Project who allow Phoenix to fly higher and burn brighter.

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
bonbec
Contributor
Posts: 190
Joined: Mon Oct 26, 2020 12:23 pm
Phoenix Version: V1.1.0.7
Has thanked: 54 times
Been thanked: 40 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by bonbec »

Thanks !

The includes/version.php with the right version number is missing in the update.zip
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by heatherbell »

bonbec wrote: Tue Apr 09, 2024 11:52 am The includes/version.php with the right version number is missing
After updating, ensure to edit your file, /includes/version.php
Change 1.0.9.0 to 1.0.9.1
User avatar
bonbec
Contributor
Posts: 190
Joined: Mon Oct 26, 2020 12:23 pm
Phoenix Version: V1.1.0.7
Has thanked: 54 times
Been thanked: 40 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by bonbec »

Hello @heatherbell
Thanks but that's what I did.
It makes more sense to provide the file in question in update.zip
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by raiwa »

In: includes\system\versioned\1.0.7.other\1.0.7.12\guarantor.php
These 2 functions should probably also bee removed:

Code: Select all

  function &tep_guarantee_subarray(&$data, $key) {
    trigger_error('The tep_guarantee_subarray function has been deprecated.', E_USER_DEPRECATED);
    return Guarantor::guarantee_subarray($data, $key);
  }

  function &tep_guarantee_all(&$data, ...$keys) {
    trigger_error('The tep_guarantee_all function has been deprecated.', E_USER_DEPRECATED);
    return Guarantor::guarantee_all($data, $keys);
  }
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by zipurman »

When editing or adding new Customer Data Groups, the class is being set to "12" where it should be "col-12", as a result, the layout breaks.
Last edited by zipurman on Tue Apr 30, 2024 5:14 pm, edited 1 time in total.
zipurman
-----------
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by zipurman »

zipurman wrote: Tue Apr 30, 2024 4:49 pm When editing or adding new Customer Data Groups, the class is being set to "12" where it should be "col-12", as a result, the layout breaks.
Looks like the issue is in the admin, where it is saving the class as 12 rather than col-sm-12.
zipurman
-----------
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by burt »

I cannot recreate this...
It saves as whatever I input into the box.

I do notice that when adding a new group, a value of 12 is inserted into the box, which should be changed to eg col-sm-12. I'll fix that in 1.0.9.2 - thanks for noticing.
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by burt »

I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by zipurman »

burt wrote: Tue Apr 30, 2024 6:26 pm I cannot recreate this...
It saves as whatever I input into the box.
A fresh install has all set to 12. Also, as you mentioned, any new entries also were defaulted to 12 instead of col-sm-12
zipurman
-----------


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply