diff --git a/readme.txt b/readme.txt index 4480366..63a32f6 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: responsive-layout, one-column, two-columns, left-sidebar, right-sidebar, c Requires at least: 4.0 Tested up to: 4.2.2 -Stable tag: 3.12.0 +Stable tag: 3.13.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -32,6 +32,22 @@ Decode includes support for: == Changelog == +### v3.13.0 + Added: + - Has been added "Content Width". + + Improved: + - Has been updated sanitize callback for "HTML Description..." field from customizer. + - Has been renamed "Show Navigation Menu" instead "Show Header Menu". + - "Content Options" panel has been separated in three sections: General, Content, Content Single. + + Removed: + - Has been removed "Favicon Icon" field from customizer. + - Has been removed the label from "Other Options" section. + + Fixed: + - Has been removed target blank attribute on e-mail social icon. + ### v3.12.0 Improved: - Has been changed the permalink on "More Info Here" from style.css file. diff --git a/scripts/src/customizer.js b/scripts/src/customizer.js index c8967d7..ba35709 100644 --- a/scripts/src/customizer.js +++ b/scripts/src/customizer.js @@ -232,4 +232,11 @@ } } ); } ); + + // Content Width + wp.customize( 'content_width', function( value ) { + value.bind( function( to ) { + $( '.site-main' ).css( 'width', to + '%' ); + } ); + } ); } )( jQuery ); \ No newline at end of file diff --git a/social-links.php b/social-links.php index 17a69af..f84b5ea 100644 --- a/social-links.php +++ b/social-links.php @@ -1,8 +1,8 @@ @@ -652,7 +652,7 @@ -