Skip to content

Commit 1b7e8a7

Browse files
Release v1.17.1
1 parent 3748756 commit 1b7e8a7

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

functions.php

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Chipmunk: Theme specific functionalities
45
*
@@ -9,23 +10,23 @@
910
* @subpackage Chipmunk
1011
*/
1112

12-
define( 'THEME_TITLE', 'Chipmunk' );
13-
define( 'THEME_SLUG', 'chipmunk' );
14-
define( 'THEME_VERSION', '1.17.0' );
15-
define( 'THEME_AUTHOR', 'Made by Less' );
16-
define( 'THEME_TEMPLATE_URI', get_template_directory_uri() );
17-
define( 'THEME_TEMPLATE_DIR', get_template_directory() );
18-
define( 'THEME_DEMO_URL', 'https://demo.chipmunktheme.com' );
19-
define( 'THEME_SHOP_URL', 'https://chipmunktheme.com' );
20-
define( 'THEME_ITEM_ID', '893' );
21-
define( 'THEME_ITEM_SLUG', 'chipmunk-theme' );
22-
define( 'THEME_DIST_PATH', 'static/dist/' );
23-
define( 'THEME_ASSETS_PATH', 'assets/' );
24-
define( 'THEME_TEMPLATES_PATH', 'templates/' );
25-
define( 'THEME_MANIFEST_PATH', THEME_DIST_PATH . 'manifest.json' );
26-
define( 'THEME_MANIFEST_DEV_PATH', THEME_DIST_PATH . 'manifest-dev.json' );
27-
define( 'THEME_PLANS', array( '1' => 'Basic', '2' => 'Plus', '3' => 'Pro' ) );
28-
define( 'THEME_ADDONS', array( 'members' => '3', 'ratings' => '2' ) );
13+
define('THEME_TITLE', 'Chipmunk');
14+
define('THEME_SLUG', 'chipmunk');
15+
define('THEME_VERSION', '1.17.1');
16+
define('THEME_AUTHOR', 'Made by Less');
17+
define('THEME_TEMPLATE_URI', get_template_directory_uri());
18+
define('THEME_TEMPLATE_DIR', get_template_directory());
19+
define('THEME_DEMO_URL', 'https://demo.chipmunktheme.com');
20+
define('THEME_SHOP_URL', 'https://chipmunktheme.com');
21+
define('THEME_ITEM_ID', '893');
22+
define('THEME_ITEM_SLUG', 'chipmunk-theme');
23+
define('THEME_DIST_PATH', 'static/dist/');
24+
define('THEME_ASSETS_PATH', 'assets/');
25+
define('THEME_TEMPLATES_PATH', 'templates/');
26+
define('THEME_MANIFEST_PATH', THEME_DIST_PATH . 'manifest.json');
27+
define('THEME_MANIFEST_DEV_PATH', THEME_DIST_PATH . 'manifest-dev.json');
28+
define('THEME_PLANS', array('1' => 'Basic', '2' => 'Plus', '3' => 'Pro'));
29+
define('THEME_ADDONS', array('members' => '3', 'ratings' => '2'));
2930

3031
/*
3132
* Composer autoload

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Chipmunk WordPress Theme makes it ridiculously easy to make a content curation website for marketing, authority or just for fun. No coding skills required. It’s clean, modern and highly customizable. Utilizing world class code and is built for speed. All of our customers and their users love it!
55
* Author: Made by Less
66
* Author URI: https://madebyless.com
7-
* Version: 1.17.0
7+
* Version: 1.17.1
88
* Tags: one-column, three-columns, custom-colors, custom-menu, theme-options, translation-ready, grid-layout
99
* License: GNU General Public License version 3.0
1010
* License URI: http://www.gnu.org/licenses/gpl-3.0.html

0 commit comments

Comments
 (0)