diff --git a/CHANGELOG b/CHANGELOG index 453fb81..1fc76b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,3 +10,7 @@ * Using cli scripts * Using scheduler for periodic task * Removed update menu item + +[0.4.0] +* Updated to FreshRSS 1.6.3 +* Removed most custom patches (FreshRSS includes those now) diff --git a/CloudronManifest.json b/CloudronManifest.json index 8bd3964..b64242c 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "RSS feed reader", - "version": "0.3.0", + "version": "0.4.0", "healthCheckPath": "/", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index 05f7278..b32a7fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update \ && apt-get -y install php php-curl php-gmp php-intl php-mbstring php-xml php-zip \ libapache2-mod-php mysql-client php-mysql -ENV VERSION 1.6.2 +ENV VERSION 1.6.3 ENV EXTENSIONS_VERSION eac4b749775c3e1b584c1a6b4a4487e4a4b8b159 RUN mkdir -p /app/code @@ -42,10 +42,6 @@ RUN rm /etc/apache2/sites-enabled/* \ RUN rm -rf /var/lib/php \ && ln -s /run/php /var/lib/php -ADD remove-update-menu.patch /app/code/remove-update-menu.patch -RUN patch -p0 -d /app/code < /app/code/remove-update-menu.patch - ADD start.sh /app/code/start.sh -ADD set_config.php /app/code/set_config.php CMD [ "/app/code/start.sh" ] diff --git a/remove-update-menu.patch b/remove-update-menu.patch deleted file mode 100644 index 122134f..0000000 --- a/remove-update-menu.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naru app-orig/layout/aside_configure.phtml app/layout/aside_configure.phtml ---- app-orig/layout/aside_configure.phtml 2016-12-26 15:33:47.000000000 +0000 -+++ app/layout/aside_configure.phtml 2017-02-23 14:48:10.214072522 +0000 -@@ -41,9 +41,5 @@ - Minz_Request::actionName() === 'checkInstall' ? ' active' : ''; ?>"> - - --