Skip to content

Commit 21983fb

Browse files
committed
fix: version
1 parent 586a011 commit 21983fb

File tree

5 files changed

+11
-23
lines changed

5 files changed

+11
-23
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
exit( 'Direct script access denied.' );
1010
}
1111

12-
define( 'JADRO_VERSION', '1.0.1' );
12+
define( 'JADRO_VERSION', '1.0.2' );
1313
define( 'JADRO_DIR', rtrim( get_template_directory(), '/' ) );
1414
/**
1515
* Theme setup.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jadro",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"author": "",
66
"license": "GPL-2.0-or-later",

src/sass/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
Theme Name: Jadro
3-
Theme URI: https://jadrowp.com/
3+
Theme URI: https://wpshout.com/jadro/
44
Author: Jadro WP
55
Description: Jadro is a minimal and lightweight Full Site Editing theme. This speed optimized theme utilizes the WordPress blocks editor to create unique and eye-catching layouts. Jadro is perfect for blogs, small businesses, startups, law firms and other creative agencies who prefer simple and speed optimized websites.
66
Requires at least: 5.9
77
Tested up to: 6.2
88
Requires PHP: 5.6
9-
Version: 1.0.1
9+
Version: 1.0.2
1010
License: GNU General Public License v2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212
Text Domain: jadro

style-rtl.css

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://wpshout.com/jadro/
44
Author: Jadro WP
55
Description: Jadro is a minimal and lightweight Full Site Editing theme. This speed optimized theme utilizes the WordPress blocks editor to create unique and eye-catching layouts. Jadro is perfect for blogs, small businesses, startups, law firms and other creative agencies who prefer simple and speed optimized websites.
66
Requires at least: 5.9
7-
Tested up to: 6.5
7+
Tested up to: 6.2
88
Requires PHP: 5.6
99
Version: 1.0.2
1010
License: GNU General Public License v2 or later
@@ -120,7 +120,7 @@ textarea:focus {
120120
select {
121121
box-sizing: border-box;
122122
-webkit-appearance: none;
123-
appearance: none;
123+
appearance: none;
124124
background: transparent;
125125
background-image: url(assets/images/icon-downarrow.png);
126126
background-repeat: no-repeat;
@@ -163,15 +163,13 @@ footer ul li a {
163163
.wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
164164
padding-top: 30px;
165165
}
166-
167166
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
168167
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
169168
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
170169
align-items: flex-start;
171170
width: 100%;
172171
gap: 30px;
173172
}
174-
175173
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
176174
display: flex;
177175
position: absolute;
@@ -180,14 +178,12 @@ footer ul li a {
180178
width: auto;
181179
height: auto;
182180
}
183-
184181
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
185182
opacity: 0;
186183
visibility: hidden;
187184
position: absolute;
188185
}
189-
190-
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle:where([aria-expanded=true])+.wp-block-navigation__submenu-container {
186+
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle:where([aria-expanded=true]) + .wp-block-navigation__submenu-container {
191187
opacity: 1;
192188
visibility: visible;
193189
position: static;
@@ -284,38 +280,32 @@ ul.is-style-square {
284280
hr.wp-block-separator.has-background {
285281
height: 2px !important;
286282
}
287-
288283
hr.wp-block-separator.is-style-dots {
289284
height: auto !important;
290285
}
291-
292286
hr.wp-block-separator.is-style-dotted {
293287
width: 100% !important;
294288
border-bottom: none !important;
295289
height: 1px !important;
296290
background: repeating-linear-gradient(-90deg, currentcolor, currentcolor 2px, transparent 2px, transparent 6px) !important;
297291
}
298-
299292
hr.wp-block-separator.is-style-wide-thin-line {
300293
height: 1px !important;
301294
border-width: 1px !important;
302295
width: 100% !important;
303296
}
304-
305297
hr.wp-block-separator.is-style-left-aligned {
306298
margin-right: 0 !important;
307299
}
308-
309300
hr.wp-block-separator.is-style-right-aligned {
310301
margin-left: 0 !important;
311302
}
312303

313304
/* Comment styles
314305
--------------------------------------------- */
315-
.wp-block-comment-template li.comment>.wp-block-columns {
306+
.wp-block-comment-template li.comment > .wp-block-columns {
316307
column-gap: 12px !important;
317308
}
318-
319309
.wp-block-comment-template .wp-block-comment-content {
320310
border-radius: 10px;
321311
margin-top: 20px !important;
@@ -329,7 +319,6 @@ hr.wp-block-separator.is-style-right-aligned {
329319
text-underline-offset: 3px;
330320
text-decoration-thickness: 1px;
331321
}
332-
333322
.page .wp-block-post-content h1,
334323
.page .wp-block-post-content h2,
335324
.page .wp-block-post-content h3,
@@ -345,7 +334,6 @@ hr.wp-block-separator.is-style-right-aligned {
345334
text-underline-offset: 5px;
346335
text-decoration-thickness: 2px !important;
347336
}
348-
349337
.page .wp-block-post-content h1 a,
350338
.page .wp-block-post-content h2 a,
351339
.page .wp-block-post-content h3 a,
@@ -366,4 +354,4 @@ hr.wp-block-separator.is-style-right-aligned {
366354
.single .wp-block-post-navigation-link a {
367355
color: inherit;
368356
text-decoration: inherit;
369-
}
357+
}

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
Theme Name: Jadro
3-
Theme URI: https://jadrowp.com/
3+
Theme URI: https://wpshout.com/jadro/
44
Author: Jadro WP
55
Description: Jadro is a minimal and lightweight Full Site Editing theme. This speed optimized theme utilizes the WordPress blocks editor to create unique and eye-catching layouts. Jadro is perfect for blogs, small businesses, startups, law firms and other creative agencies who prefer simple and speed optimized websites.
66
Requires at least: 5.9
77
Tested up to: 6.2
88
Requires PHP: 5.6
9-
Version: 1.0.1
9+
Version: 1.0.2
1010
License: GNU General Public License v2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212
Text Domain: jadro

0 commit comments

Comments
 (0)