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

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
davidulus committed Jul 31, 2018
1 parent 0eb2f88 commit ec4a9e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

define( 'CRDM_BASIC_APP_PATH', realpath( get_stylesheet_directory() ) . DIRECTORY_SEPARATOR );
define( 'CRDM_BASIC_APP_VERSION', '0.1' );
define( 'CRDM_BASIC_APP_VERSION', '0.1.1' );
define( 'CRDM_BASIC_TEMPLATE_URL', trailingslashit( get_stylesheet_directory_uri() ) );
define( 'CRDM_BASIC_PARENT_TEMPLATE_PATH', realpath( get_template_directory() ) . DIRECTORY_SEPARATOR );
define( 'CRDM_BASIC_PARENT_TEMPLATE_URL', trailingslashit( get_template_directory_uri() ) );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== ČRDM - Basic ===
=== CRDM - Basic ===
Contributors: davidulus, skaut, kalich5
Requires at least: 4.9.7
Tested up to: 5.0
Expand Down Expand Up @@ -54,5 +54,5 @@ https://github.com/jhildenbiddle/get-css-data

== Changelog ==

= 0.1 =
= 0.1.1 =
* beta verze
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
Theme Name: ČRDM Basic
Theme Name: CRDM Basic
Theme URI: https://github.com/skaut/crdm-spolky-zaklad
Description: ČRDM - základní šablona
Author: David Odehnal
Expand All @@ -11,5 +11,5 @@
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: crdm-basic
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
Version: 0.1
Version: 0.1.1
*/

0 comments on commit ec4a9e5

Please sign in to comment.