diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-24 15:34:53 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-24 15:34:53 -0500 |
commit | 570806824e3dba5dba86b3348f259b04b193d41c (patch) | |
tree | ea3e70656e08076302180572744867f91454887a | |
parent | cef43634a9009d08ab1bbea4121e7ea2ea789bd0 (diff) | |
download | ytlibre-570806824e3dba5dba86b3348f259b04b193d41c.tar.lz ytlibre-570806824e3dba5dba86b3348f259b04b193d41c.tar.xz ytlibre-570806824e3dba5dba86b3348f259b04b193d41c.zip |
added ChangeLog
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..3d71058 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,32 @@ +2019-05-24 Jesús E. <heckyel@hyperbola.info> + + * templates/embed.tpl: Fix margin and padding styles into embed. + * tools/init.php: Standardizes URL validation function, + this helps to read the code better + +2019-05-23 Jesús E. <heckyel@hyperbola.info> + + * tools/init.php: Function that checks URL exists + * tools/processor.php: Multiples Bugfixes and added feature + breaking DRM + +;; Local Variables: +;; coding: utf-8 +;; End: + + Copyright (C) 2017-2019 Jesús E. + + This file is part of YTLibre. + + YTLibre program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the License, + or (at your option) any later version. + + YTLibre is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. |