Skip to content

Commit

Permalink
Version 20.05.09
Browse files Browse the repository at this point in the history
Changed domain name to GitHub
  • Loading branch information
LebCit committed May 9, 2020
1 parent 6e6cb76 commit f0803c4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function thecleanblog_site_info() {
if ( ! empty( $footer_copyright_area_checkbox ) ) :
$html = '<a href="' . esc_url( 'https://wordpress.org/' ) . '">' . esc_html( 'Proudly powered by WordPress' ) . '</a>';
$html .= '<span class="sep"> | </span>';
$html .= esc_html( 'Theme: the-clean-blog by ' ) . '<a href="' . esc_url( 'https://lebcit.ml/' ) . '">' . esc_html( 'LebCit' ) . '</a>.';
$html .= esc_html( 'Theme: the-clean-blog by ' ) . '<a href="' . esc_url( 'https://lebcit.github.io/' ) . '">' . esc_html( 'LebCit' ) . '</a>.';
echo wp_kses(
$html,
array(
Expand Down
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Contributors: lebcit
Requires at least: WordPress 4.7.0
Tested up to: WordPress 5.3.2
Tested up to: WordPress 5.4.1
Requires PHP: 5.2
Stable tag: 20.02.29
Stable tag: 20.05.09
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -39,6 +39,9 @@ The Clean Blog includes support for Infinite Scroll in Jetpack.

== Changelog ==

= 20.05.09 - May 09 2020 =
* Changed domain name to GitHub

= 20.02.29 - February 29 2020 =
* Changed domain name

Expand All @@ -48,8 +51,8 @@ The Clean Blog includes support for Infinite Scroll in Jetpack.

== Upgrade Notice ==

= 20.02.29 =
* Actual stable theme version after rebuild from ground up.
= 20.05.09 =
* Actual stable theme version after changing domain name to GitHub.

== Resources ==

Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
Theme Name: The Clean Blog
Theme URI: https://lebcit.ml/the-clean-blog/
Theme URI: https://lebcit.github.io/blog/the-clean-blog-wordpress-theme.html
Author: LebCit
Author URI: https://lebcit.ml
Author URI: https://lebcit.github.io/
Description: The Clean Blog is a Responsive WordPress theme, carefully styled with Bootstrap, perfect for personal or company blogs. A modern design with a subtle splash of color and a distraction free blog text optimized for legibility.
Version: 20.02.29
Version: 20.05.09
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: the-clean-blog
Expand Down
6 changes: 3 additions & 3 deletions style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0803c4

Please sign in to comment.