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 */ 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 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 */