Commit graph

12 commits

Author SHA1 Message Date
onli dcf32c365d
podcast 1.37.7: PHP 8 compatibility fixes (#144)
Fix some warning in the main code, update getid3
2022-11-23 15:29:25 +01:00
surrim 6c664e415c updated plugin versions 2021-07-12 15:44:23 +02:00
onli 8d827a084f podcast: Fix curly braces deprecation warning 2021-03-05 08:20:56 +01:00
Jens Kubieziel 3ae35d06c7
substitute break outside of a loop by return false (#114)
* substitute break outside of a loop by `return false`

PHP 7 doesn't accept `break` statements outside of loop or switch structures and
returns an error. See https://www.php.net/manual/en/control-structures.break.php
I substituted the `break` by a `return false` which as far as I assume does the same.

* Update the version number

* Update the changelog with version 1.37.4
2020-05-02 14:28:11 +02:00
Garvin Hicking be1d9ffc2a fix bad constant names 2018-05-14 14:46:35 +02:00
Garvin Hicking db32114108 Implement serendipity_request_url() for plugins when available. 2016-09-22 16:03:33 +02:00
Garvin Hicking 71589a887f Remove $Id$ for CVS compoatibility. Thought I already did this some time ago?!?! 2013-08-12 09:49:28 +02:00
Garvin Hicking 1b4c5bcd06 increased debug verbosity 2012-06-22 09:17:33 +02:00
Garvin Hicking 9a40598d78 xml compliance? 2012-03-26 18:54:36 +02:00
Grischa Brockhaus 6b98172baa plugin_podcast: media links having a (configurable) CSS class style are
ignored (not replaced by players or added to RSS).
2012-03-11 03:01:14 +01:00
Garvin Hicking 382854392c small lang update 2012-01-29 00:24:16 +01:00
Garvin Hicking 516df79a4e Migrate plugins 2011-12-13 12:29:05 +01:00