Releases: shish/shimmie2
Releases · shish/shimmie2
Shimmie 2.10.2
Automated release from tags
Shimmie 2.10.1
Automated release from tags
Shimmie 2.10.0
Notable changes from 2.9:
- things got moved into the Shimmie2 PHP namespace to avoid conflicting with external libraries. You'll probably want to add
namespace Shimmie2;
to the top of any.php
files that you've added on top of the base install. - search functions got moved into a search class (eg
Image::find_images()
->Search::find_images()
) - probably lots more? It's been a few years... If you're having any issues upgrading feel free to file an issue
Shimmie 2.9.5
Automated release from tags
Shimmie 2.9.4
Automated release from tags
Shimmie 2.9.3
Automated release from tags
Shimmie 2.9.2
The last version "designed to run on debian stable" (PHP 7.4).
PHP7 will be officially deprecated in a couple of weeks, but debian stable doesn't plan to offer PHP8 for another 3-4 years. I don't want to be tied to a dead platform for that long, so starting from Shimmie 2.10, the new dependency policy is "use the current stable version of PHP".
Shimmie 2.9.1
Fixing the botched 2.9.0 release
- Replace “Image” with “Post” in all user-facing places
- Add PHP 8.0 support
- Keep PHP 7.4 support
- Drop PHP 7.3 support
- Add support for more audio / video formats
- Drop support for Flash
- First-class support for MIME types, preferred to filename extensions
- Use native database Boolean data types
- A ton of smaller bits
Shimmie 2.8.4
Automated release from tags
Shimmie 2.8.3
Automated release from tags