Skip to content

Commit 923fa74

Browse files
committed
Fixed Minor Bugs
1 parent 83c7b9c commit 923fa74

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ node_modules/*
66
.travis.yml
77
Gruntfile.js
88
phpcs.ruleset.xml
9-
.standard.json
9+
.standard.json
10+
shapely.zip
11+
package-lock.json

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.2.2
2+
Implemented milestone https://github.com/puikinsh/shapely/milestone/6?closed=1
3+
14
### 1.2.1
25
Implemented milestone https://github.com/puikinsh/shapely/milestone/5
36

inc/customizer.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ function shapely_customizer( $wp_customize ) {
9595
'theme_supports' => '',
9696
'title' => esc_html__( 'Theme Options', 'shapely' ),
9797
'description' => esc_html__( 'Panel to update shapely theme options', 'shapely' ),
98-
// Include html tags such as <p>.
9998
'priority' => 10,
100-
// Mixed with top-level-section hierarchy.
10199
)
102100
);
103101

@@ -107,9 +105,7 @@ function shapely_customizer( $wp_customize ) {
107105
'theme_supports' => '',
108106
'title' => esc_html__( 'Blog Settings', 'shapely' ),
109107
'description' => esc_html__( 'Panel to update Blog related options', 'shapely' ),
110-
// Include html tags such as <p>.
111108
'priority' => 10,
112-
// Mixed with top-level-section hierarchy.
113109
)
114110
);
115111

inc/libraries/welcome-screen/css/welcome.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,3 +461,7 @@
461461
.import-content-container {
462462
display: none;
463463
}
464+
465+
.epsilon-framework-notice .epsilon-author-logo {
466+
max-width: 100px;
467+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shapely",
33
"main": "Gruntfile.js",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"homepage": "https://www.colorlib.com",
66
"author": "Colorlib",
77
"license": "GPL v3",

0 commit comments

Comments
 (0)