From 8cd0a05b42c5855f7db7593daf63c0f199771310 Mon Sep 17 00:00:00 2001 From: Muhammad Zohaib Date: Tue, 13 Apr 2021 22:03:57 +0500 Subject: [PATCH] Fixed minor bug --- archive.php | 2 +- index.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 3 +++ 5 files changed, 7 insertions(+), 4 deletions(-) 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.