Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Functions.php
*
* @package Theme_Customisations
* @author WooThemes
* @author Automattic
* @since 1.0.0
*/

Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 6 additions & 6 deletions theme-customisations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down