Miscellaneous changes. Increased the version number.
This commit is contained in:
parent
7f3d6330eb
commit
c42a057571
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.git export-ignore
|
||||
.gitignore export-ignore
|
||||
.github export-ignore
|
||||
.github export-ignore
|
||||
readme.txt export-ignore
|
||||
@ -39,6 +39,10 @@ As a bonus, we have 4 pre-built color palettes for you.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 1.0.4
|
||||
* Addressed a security issue where many places have not used proper escaping / no escaping at all.
|
||||
* Added correct styling for the main content without a sidebar.
|
||||
|
||||
### 1.0.3
|
||||
* Addressed an important issue where the menu items cannot be opened due to an improper usage of e.preventDefault().
|
||||
|
||||
|
||||
@ -48,6 +48,10 @@ As a bonus, we have 4 pre-built color palettes for you.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.4 =
|
||||
* Addressed a security issue where many places have not used proper escaping / no escaping at all.
|
||||
* Added correct styling for the main content without a sidebar.
|
||||
|
||||
= 1.0.3 =
|
||||
* Addressed an important issue where the menu items cannot be opened due to an improper usage of e.preventDefault().
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Theme Name: MinimalistFlex
|
||||
* Description: MinimalistFlex is an elegant, easy to use theme that aims to provide a smooth user experience. As a classic theme, we try to provide as many options as possible, while not being overwhelming. With full support of flexible header images, custom colors and layout, multiple widget areas, you can still customize your site in a lot of ways. Compatibility is also an important affair: MinimalistFlex is tested on many versions with a minimum of WordPress 4.9 and PHP 5.6, ensuring that almost everyone can enjoy the theme without worrying to upgrade. Mobile users are also considered well: MinimalistFlex is fully responsive on its own, and works well even on very small screen sizes!
|
||||
* Version: 1.0.3
|
||||
* Version: 1.0.4
|
||||
* Theme URI: https://github.com/onmyodev/MinimalistFlex/
|
||||
* Author: Frank419
|
||||
* Author URI: https://onmyodev.com/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user