diff --git a/archive.php b/archive.php index 089f455..39ef741 100644 --- a/archive.php +++ b/archive.php @@ -11,7 +11,7 @@ get_header(); ?> -
+
diff --git a/index.php b/index.php index b7f8616..f5be31a 100644 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@ get_header(); ?> -
+
diff --git a/package-lock.json b/package-lock.json index 2e98a45..3f8d25b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "xe", - "version": "2.3.6", + "version": "2.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 82d15ad..c08cb2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xe", - "version": "2.3.6", + "version": "2.3.7", "description": "This is Just another WordPress framework. It is built for developers to create awesome and highly customizable themes for clients or sell it on any marketplace.", "main": "build.js", "scripts": { diff --git a/readme.txt b/readme.txt index 6f7d523..26077bb 100644 --- a/readme.txt +++ b/readme.txt @@ -10,6 +10,9 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html This is just another WordPress framework or whatever you may prefer to call it. It is built for developers to create awesome and highly customizable themes for clients or sell it on any marketplace. == Changelog == +----- v2.3.7 ------------ +Fixed: Blog and archives inconsistent bottom padding. + ----- v2.3.6 ------------ Removed: PrugeCSS leftovers.