Skip to content

Commit

Permalink
Bump theme version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cearls committed Aug 2, 2024
1 parent a2caa05 commit 39e2b76
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timberland",
"version": "2.0.1",
"version": "2.1.0",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion theme/404.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

$context = Timber::context();
Expand Down
2 changes: 1 addition & 1 deletion theme/archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

$templates = array( 'archive.twig', 'index.twig' );
Expand Down
2 changes: 1 addition & 1 deletion theme/author.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

global $wp_query;
Expand Down
2 changes: 1 addition & 1 deletion theme/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

$timberContext = $GLOBALS['timberContext']; // @codingStandardsIgnoreFile
Expand Down
2 changes: 1 addition & 1 deletion theme/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

require_once dirname( __DIR__ ) . '/vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion theme/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

$GLOBALS['timberContext'] = Timber::context();
Expand Down
2 changes: 1 addition & 1 deletion theme/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

$context = Timber::context();
Expand Down
2 changes: 1 addition & 1 deletion theme/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

$context = Timber::context();
Expand Down
2 changes: 1 addition & 1 deletion theme/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

$templates = array( 'search.twig', 'archive.twig', 'index.twig' );
Expand Down
2 changes: 1 addition & 1 deletion theme/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

Timber::render( array( 'sidebar.twig' ), $data );
2 changes: 1 addition & 1 deletion theme/single.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @package WordPress
* @subpackage Timberland
* @since Timberland 2.0.1
* @since Timberland 2.1.0
*/

$context = Timber::context();
Expand Down
2 changes: 1 addition & 1 deletion theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Theme Name: Timberland
Author: Chris Earls
Description: A modern WordPress theme using Timber, ACF, Tailwind CSS and Alpine JS
Version: 2.0.1
Version: 2.1.0
*/

0 comments on commit 39e2b76

Please sign in to comment.