Skip to content

Commit 9acf24f

Browse files
committed
sync with wp.org / minor fixes
1 parent ab9ea3f commit 9acf24f

File tree

9 files changed

+3139
-2156
lines changed

9 files changed

+3139
-2156
lines changed

changelog.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### 1.2.6
2-
Minor backend tweaks
2+
Replace notification design with core design.
3+
Removed demo.json
4+
Fixed "About Shapely" page.
5+
6+
### 1.2.5
7+
Added Modula to recommended plugins
38

49
### 1.2.4
510
Implemented milestone https://github.com/ColorlibHQ/shapely/milestone/8?closed=1

inc/class-shapely.php

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ class Shapely {
1818
'fancybox-for-wordpress' => array(
1919
'recommended' => false,
2020
),
21+
'modula-best-grid-gallery' => array(
22+
'recommended' => true,
23+
),
2124
);
2225

2326
public $recommended_actions;

inc/libraries/welcome-screen/sections/getting-started.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
$count = $this->count_actions();
77
?>
88

9-
<div class="feature-section three-col">
10-
<div class="col">
9+
<div class="feature-section three-col has-3-columns is-fullwidth">
10+
<div class="col column">
1111
<h3><?php esc_html_e( 'Step 1 - Implement recommended actions', 'shapely' ); ?></h3>
1212
<p><?php esc_html_e( 'We\'ve compiled a list of steps for you, to take make sure the experience you\'ll have using one of our products is very easy to follow.', 'shapely' ); ?></p>
1313
<?php if ( 0 == $count ) { ?>
@@ -23,15 +23,15 @@
2323
?>
2424
</div><!--/.col-->
2525

26-
<div class="col">
26+
<div class="col column">
2727
<h3><?php esc_html_e( 'Step 2 - Check our documentation', 'shapely' ); ?></h3>
2828
<p><?php esc_html_e( 'Even if you\'re a long-time WordPress user, we still believe you should give our documentation a very quick Read.', 'shapely' ); ?></p>
2929
<p>
3030
<a target="_blank" href="<?php echo esc_url( 'https://colorlib.com/wp/support/shapely/' ); ?>"><?php esc_html_e( 'Full documentation', 'shapely' ); ?></a>
3131
</p>
3232
</div><!--/.col-->
3333

34-
<div class="col">
34+
<div class="col column">
3535
<h3><?php esc_html_e( 'Step 3 - Customize everything', 'shapely' ); ?></h3>
3636
<p><?php esc_html_e( 'Using the WordPress Customizer you can easily customize every aspect of the theme.', 'shapely' ); ?></p>
3737
<p><a target="_blank" href="<?php echo esc_url( $customizer_url ); ?>" class="button button-primary"><?php esc_html_e( 'Go to Customizer', 'shapely' ); ?></a>

inc/libraries/welcome-screen/sections/support.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="feature-section two-col">
2-
<div class="col">
1+
<div class="feature-section two-col has-2-columns is-fullwidth">
2+
<div class="col column">
33
<h3><i class="dashicons dashicons-sos"></i><?php esc_html_e( 'Contact Support', 'shapely' ); ?></h3>
44
<p>
55
<i><?php esc_html_e( 'We offer excellent support through our advanced ticketing system. Make sure to register your purchase before contacting support!', 'shapely' ); ?></i>
@@ -8,7 +8,7 @@
88
</p>
99
</div><!--/.col-->
1010

11-
<div class="col">
11+
<div class="col column">
1212
<h3><i class="dashicons dashicons-book-alt"></i><?php esc_html_e( 'Documentation', 'shapely' ); ?></h3>
1313
<p>
1414
<i><?php esc_html_e( 'This is the place to go to reference different aspects of the theme. Our online documentation is an incredible resource for learning the ins and outs of using shapely.', 'shapely' ); ?></i>

languages/es_ES.mo

100755100644
File mode changed.

languages/es_ES.po

100755100644
File mode changed.

languages/fr_FR.mo

100755100644
File mode changed.

languages/fr_FR.po

100755100644
File mode changed.

0 commit comments

Comments
 (0)