Bump versions.

This commit is contained in:
Jeff Ong 2020-10-09 13:53:14 -04:00
parent c826235937
commit e5ecd874aa
6 changed files with 26 additions and 18 deletions

View file

@ -7,7 +7,7 @@ Description: Seedlet is a free WordPress theme. A two-column layout and classica
Requires at least: 4.9.6
Tested up to: 5.5
Requires PHP: 5.6.2
Version: 1.0.8-wpcom
Version: 1.1.0-wpcom
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seedlet

View file

@ -5,7 +5,7 @@
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package Seedlet
* @since 1.0.10
* @since 1.1.0
*/
/**
@ -56,8 +56,8 @@ if ( ! function_exists( 'seedlet_setup' ) ) :
register_nav_menus(
array(
'primary' => __( 'Primary Navigation', 'seedlet' ),
'footer' => __( 'Footer Navigation', 'seedlet' ),
'social' => __( 'Social Links Navigation', 'seedlet' ),
'footer' => __( 'Footer Navigation', 'seedlet' ),
'social' => __( 'Social Links Navigation', 'seedlet' ),
)
);
@ -120,14 +120,15 @@ if ( ! function_exists( 'seedlet_setup' ) ) :
array(
seedlet_fonts_url(),
$editor_stylesheet_path,
) );
)
);
// Add custom editor font sizes.
add_theme_support(
'editor-font-sizes',
array(
array(
'name' => __( 'Tiny', 'seedlet' ),
'name' => __( 'Tiny', 'seedlet' ),
'shortName' => __( 'XS', 'seedlet' ),
'size' => 14,
'slug' => 'tiny',
@ -173,27 +174,27 @@ if ( ! function_exists( 'seedlet_setup' ) ) :
array(
'name' => __( 'Primary', 'seedlet' ),
'slug' => 'primary',
'color' => $primary
'color' => $primary,
),
array(
'name' => __( 'Secondary', 'seedlet' ),
'slug' => 'secondary',
'color' => $secondary
'color' => $secondary,
),
array(
'name' => __( 'Foreground', 'seedlet' ),
'slug' => 'foreground',
'color' => $foreground
'color' => $foreground,
),
array(
'name' => __( 'Tertiary', 'seedlet' ),
'slug' => 'tertiary',
'color' => $tertiary
'color' => $tertiary,
),
array(
'name' => __( 'Background', 'seedlet' ),
'slug' => 'background',
'color' => $background
'color' => $background,
),
)
);
@ -206,7 +207,7 @@ if ( ! function_exists( 'seedlet_setup' ) ) :
array(
array(
'name' => __( 'Diagonal', 'seedlet' ),
'gradient' => 'linear-gradient(to bottom right, ' . $gradient_color_a . ' 49.9%, ' . $gradient_color_b . ' 50%)',
'gradient' => 'linear-gradient(to bottom right, ' . $gradient_color_a . ' 49.9%, ' . $gradient_color_b . ' 50%)',
'slug' => 'hard-diagonal',
),
array(
@ -270,9 +271,9 @@ if ( ! function_exists( 'seedlet_setup' ) ) :
// Add support for WordPress.com Global Styles.
add_theme_support(
'jetpack-global-styles',
[
array(
'enable_theme_default' => true,
]
)
);
}
endif;
@ -392,7 +393,8 @@ function seedlet_scripts() {
if ( $is_IE ) {
// If IE 11 or below, use a ponyfill to add CSS Variable support
wp_register_script( 'css-vars-ponyfill', get_stylesheet_directory_uri() . '/assets/js/css-vars-ponyfill2.js' );
wp_enqueue_script( 'ie11-fix',
wp_enqueue_script(
'ie11-fix',
get_stylesheet_directory_uri() . '/assets/js/ie11-fix.js',
array( 'css-vars-ponyfill' ),
'1.0'

View file

@ -1,6 +1,6 @@
{
"name": "seedlet",
"version": "1.0.10",
"version": "1.1.0",
"description": "Seedlet",
"bugs": {
"url": "https://github.com/Automattic/seedlet/issues"

View file

@ -18,6 +18,12 @@ Seedlet is a great option for professionals and creatives looking for a sophisti
== Changelog ==
= 1.1.0 =
* Use ponyfill for IE11 support
* Add CSS sourcemaps
* Simplify the responsive rules and alignments
* Bug fixes and improvements
= 1.0.8 =
* Add block editor theme tags
* Correct text color rules for nested blocks

View file

@ -7,7 +7,7 @@ Description: Seedlet is a free WordPress theme. A two-column layout and classica
Requires at least: 4.9.6
Tested up to: 5.5
Requires PHP: 5.6.2
Version: 1.0.8-wpcom
Version: 1.1.0-wpcom
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seedlet

View file

@ -7,7 +7,7 @@ Description: Seedlet is a free WordPress theme. A two-column layout and classica
Requires at least: 4.9.6
Tested up to: 5.5
Requires PHP: 5.6.2
Version: 1.0.8-wpcom
Version: 1.1.0-wpcom
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seedlet