Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Updating GetSimple to the Community Edition
#24
(2023-01-19, 00:49:30)Hypertexter Wrote:
(2023-01-19, 00:13:22)islander Wrote: Regarding version numbers, sorry, this is just the way it is for the time being. The original authors are no longer maintaining their creations at the moment, even if we did change the version number, if at a later date the GS repo received an update, it could also end up being the same number. At the moment, if it is on the CE page, it is the newer version.

Perhaps they could be versioned like "3.3.1-php8" or something like that? The problem is, in the back-end you cannot recognize updated plugins, when they have the same number, you have to remember what you have installed.

Here is the component "navigation" of my site, perhaps my (last?) php problem stucks in it?

PHP Code:
<li class="<?php echo $item->classes; ?>">
  <a href="<?php echo htmlspecialchars($item->link); ?>">
    <?php echo htmlspecialchars($item->text); ?>
  </a>
  <?php if ($item->isOpen) { ?>
    <ul><?php $item->outputChildren(); ?></ul>
  <?php ?>
</li> 

I'm testing all the updated plugins on php 8, everything works for me.
https://skr.sh/sHxQGbCT6Kw
Reply


Messages In This Thread
RE: Updating GetSimple to the Community Edition - by Oleg06 - 2023-01-19, 02:02:45



Users browsing this thread: 1 Guest(s)