Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit ec4a9e5

Browse files
committed
no message
1 parent 0eb2f88 commit ec4a9e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
define( 'CRDM_BASIC_APP_PATH', realpath( get_stylesheet_directory() ) . DIRECTORY_SEPARATOR );
8-
define( 'CRDM_BASIC_APP_VERSION', '0.1' );
8+
define( 'CRDM_BASIC_APP_VERSION', '0.1.1' );
99
define( 'CRDM_BASIC_TEMPLATE_URL', trailingslashit( get_stylesheet_directory_uri() ) );
1010
define( 'CRDM_BASIC_PARENT_TEMPLATE_PATH', realpath( get_template_directory() ) . DIRECTORY_SEPARATOR );
1111
define( 'CRDM_BASIC_PARENT_TEMPLATE_URL', trailingslashit( get_template_directory_uri() ) );

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== ČRDM - Basic ===
1+
=== CRDM - Basic ===
22
Contributors: davidulus, skaut, kalich5
33
Requires at least: 4.9.7
44
Tested up to: 5.0
@@ -54,5 +54,5 @@ https://github.com/jhildenbiddle/get-css-data
5454

5555
== Changelog ==
5656

57-
= 0.1 =
57+
= 0.1.1 =
5858
* beta verze

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*
3-
Theme Name: ČRDM Basic
3+
Theme Name: CRDM Basic
44
Theme URI: https://github.com/skaut/crdm-spolky-zaklad
55
Description: ČRDM - základní šablona
66
Author: David Odehnal
@@ -11,5 +11,5 @@
1111
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1212
Text Domain: crdm-basic
1313
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options
14-
Version: 0.1
14+
Version: 0.1.1
1515
*/

0 commit comments

Comments
 (0)