From a242b8797902bce510e6660f5417b3bdd68c92cd Mon Sep 17 00:00:00 2001 From: Michael Tieso Date: Wed, 14 Mar 2018 14:09:09 +0100 Subject: [PATCH 1/3] Update readme.txt --- readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index e1ab4db..90c2569 100755 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Theme Customisations === -Contributors: jameskoster, woothemes +Contributors: jameskoster, automattic Tags: theme, edit, edits, customise, customisation, customize, customization, css, php, jquery Requires at least: 3.0.0 -Tested up to: 4.5.2 -Stable tag: 1.0.0 +Tested up to: 4.9.4 +Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From 2d08940f3cb7ad834f3c62919b59baf37d5a9c91 Mon Sep 17 00:00:00 2001 From: Michael Tieso Date: Wed, 14 Mar 2018 14:11:01 +0100 Subject: [PATCH 2/3] Update theme-customisations.php --- theme-customisations.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/theme-customisations.php b/theme-customisations.php index c5e3ff8..819b438 100755 --- a/theme-customisations.php +++ b/theme-customisations.php @@ -2,12 +2,12 @@ /** * Plugin Name: Theme Customisations * Description: A handy little plugin to contain your theme customisation snippets. - * Plugin URI: http://github.com/woothemes/theme-customisations - * Version: 1.0.0 - * Author: WooThemes - * Author URI: https://www.woocommerce.com/ + * Plugin URI: https://github.com/woocommerce/theme-customisations + * Version: 1.0.1 + * Author: Automattic + * Author URI: https://woocommerce.com * Requires at least: 3.0.0 - * Tested up to: 4.4.2 + * Tested up to: 4.9.4 * * @package Theme_Customisations */ @@ -20,7 +20,7 @@ * Main Theme_Customisations Class * * @class Theme_Customisations - * @version 1.0.0 + * @version 1.0.1 * @since 1.0.0 * @package Theme_Customisations */ From 20f5ad0a88335a79ffb4f5dbf2422d7861549a70 Mon Sep 17 00:00:00 2001 From: Michael Tieso Date: Wed, 14 Mar 2018 14:11:24 +0100 Subject: [PATCH 3/3] Update functions.php --- custom/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/functions.php b/custom/functions.php index a243fad..77e5218 100644 --- a/custom/functions.php +++ b/custom/functions.php @@ -3,7 +3,7 @@ * Functions.php * * @package Theme_Customisations - * @author WooThemes + * @author Automattic * @since 1.0.0 */