From 6e271f8516c158fb78bce8bada2bc1c1c14bbafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Rab=C3=B8l?= Date: Tue, 6 Feb 2018 10:11:54 +0100 Subject: [PATCH] WILL-185 fix packagaist problem --- composer.json | 2 +- mw-polylang-theme-strings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 73f7743..3a130dc 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "benjaminmedia/wp-polylang-theme-strings", "type": "wordpress-plugin", "description": "Polylang Theme Strings with support for Blade syntax", - "license": "GPL2", + "license": "proprietary", "keywords": ["plugin", "blade", "wordpress"], "authors": [ { diff --git a/mw-polylang-theme-strings.php b/mw-polylang-theme-strings.php index e0e27a6..52ba41a 100755 --- a/mw-polylang-theme-strings.php +++ b/mw-polylang-theme-strings.php @@ -7,7 +7,7 @@ Version: 1.0.3 Author: Modeewine Author URI: http://modeewine.com - License: GPL2 + License: proprietary */ new MW_Polylang_Theme_Strings();