From 39e2b7680a0441cf72f9b17b2ab99eeaac302792 Mon Sep 17 00:00:00 2001 From: Chris Earls Date: Fri, 2 Aug 2024 16:45:30 -0500 Subject: [PATCH] Bump theme version to 2.1.0 --- package.json | 2 +- theme/404.php | 2 +- theme/archive.php | 2 +- theme/author.php | 2 +- theme/footer.php | 2 +- theme/functions.php | 2 +- theme/header.php | 2 +- theme/index.php | 2 +- theme/page.php | 2 +- theme/search.php | 2 +- theme/sidebar.php | 2 +- theme/single.php | 2 +- theme/style.css | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 42ab4bf..8841927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timberland", - "version": "2.0.1", + "version": "2.1.0", "type": "module", "private": true, "scripts": { diff --git a/theme/404.php b/theme/404.php index 80e7caf..abed95b 100644 --- a/theme/404.php +++ b/theme/404.php @@ -2,7 +2,7 @@ /** * @package WordPress * @subpackage Timberland - * @since Timberland 2.0.1 + * @since Timberland 2.1.0 */ $context = Timber::context(); diff --git a/theme/archive.php b/theme/archive.php index 0cea84c..81418fe 100644 --- a/theme/archive.php +++ b/theme/archive.php @@ -2,7 +2,7 @@ /** * @package WordPress * @subpackage Timberland - * @since Timberland 2.0.1 + * @since Timberland 2.1.0 */ $templates = array( 'archive.twig', 'index.twig' ); diff --git a/theme/author.php b/theme/author.php index 2c692d0..213dc06 100644 --- a/theme/author.php +++ b/theme/author.php @@ -2,7 +2,7 @@ /** * @package WordPress * @subpackage Timberland - * @since Timberland 2.0.1 + * @since Timberland 2.1.0 */ global $wp_query; diff --git a/theme/footer.php b/theme/footer.php index d39851c..49fa84b 100644 --- a/theme/footer.php +++ b/theme/footer.php @@ -8,7 +8,7 @@ * * @package WordPress * @subpackage Timberland - * @since Timberland 2.0.1 + * @since Timberland 2.1.0 */ $timberContext = $GLOBALS['timberContext']; // @codingStandardsIgnoreFile diff --git a/theme/functions.php b/theme/functions.php index b9c0393..b8a56f5 100644 --- a/theme/functions.php +++ b/theme/functions.php @@ -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'; diff --git a/theme/header.php b/theme/header.php index 52d48fd..bc2e6c2 100644 --- a/theme/header.php +++ b/theme/header.php @@ -8,7 +8,7 @@ * * @package WordPress * @subpackage Timberland - * @since Timberland 2.0.1 + * @since Timberland 2.1.0 */ $GLOBALS['timberContext'] = Timber::context(); diff --git a/theme/index.php b/theme/index.php index f9e6d27..6f23c8e 100644 --- a/theme/index.php +++ b/theme/index.php @@ -10,7 +10,7 @@ * * @package WordPress * @subpackage Timberland - * @since Timberland 2.0.1 + * @since Timberland 2.1.0 */ $context = Timber::context(); diff --git a/theme/page.php b/theme/page.php index fb7c4fd..df83be9 100644 --- a/theme/page.php +++ b/theme/page.php @@ -2,7 +2,7 @@ /** * @package WordPress * @subpackage Timberland - * @since Timberland 2.0.1 + * @since Timberland 2.1.0 */ $context = Timber::context(); diff --git a/theme/search.php b/theme/search.php index 3d4f3f4..a84b80d 100644 --- a/theme/search.php +++ b/theme/search.php @@ -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' ); diff --git a/theme/sidebar.php b/theme/sidebar.php index 0450245..458c03a 100644 --- a/theme/sidebar.php +++ b/theme/sidebar.php @@ -2,7 +2,7 @@ /** * @package WordPress * @subpackage Timberland - * @since Timberland 2.0.1 + * @since Timberland 2.1.0 */ Timber::render( array( 'sidebar.twig' ), $data ); diff --git a/theme/single.php b/theme/single.php index 15f3816..34e8e65 100644 --- a/theme/single.php +++ b/theme/single.php @@ -2,7 +2,7 @@ /** * @package WordPress * @subpackage Timberland - * @since Timberland 2.0.1 + * @since Timberland 2.1.0 */ $context = Timber::context(); diff --git a/theme/style.css b/theme/style.css index 02a19dc..97b4ce5 100644 --- a/theme/style.css +++ b/theme/style.css @@ -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 */