Hello,
That build does contain the fix, but the fix is only in a CSS file, which is installed in the media folder of Joomla, separately from the rest of HikaShop. And the problem you reported came from a change in a PHP file, so seeing it appear after the update doesn't tell us that the CSS file was updated too. Two checks:
1. In the Configuration menu of HikaShop, Display tab, click on the pencil next to the "Back-end CSS File" setting. First, make sure it is set to "default". Also, the edit button displays the file as it is on your server. Search for the text span.icon-publish in it. If it is not there, add these two rules at the end and save:
#hikashop_main_content span.icon-unpublish {
color: var(--danger);
}
#hikashop_main_content span.icon-publish {
color: var(--success);
}
2. If the text is there, open
www.yourwebsite.com/media/com_hikashop/css/backend_default.css
in your browser, with your own domain, and search for it again. If you don't find it there, a cache in front of your website, a CDN like Cloudflare for example, is serving the old file, and emptying its cache will solve it.
If neither of the two explains it, we'll need a backend access to your website to look at it directly. You can send it to us with our contact form,
www.hikashop.com/support/contact-us.html
, along with a link to this thread.