Changeset 1908156
- Timestamp:
- 07/12/2018 11:37:43 AM (8 years ago)
- Location:
- beautimour-kit
- Files:
-
- 31 added
- 4 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/admin (added)
-
tags/1.0.2/admin/customizer (added)
-
tags/1.0.2/admin/customizer.php (added)
-
tags/1.0.2/admin/customizer/cookie.php (added)
-
tags/1.0.2/admin/customizer/pinterest.php (added)
-
tags/1.0.2/admin/customizer/sidebar.php (added)
-
tags/1.0.2/admin/customizer/signature.php (added)
-
tags/1.0.2/admin/sanitize.php (added)
-
tags/1.0.2/assets (added)
-
tags/1.0.2/assets/css (added)
-
tags/1.0.2/assets/css/beautimour.css (added)
-
tags/1.0.2/assets/js (added)
-
tags/1.0.2/assets/js/beautimour-custom.js (added)
-
tags/1.0.2/assets/js/beautimour.min.js (added)
-
tags/1.0.2/assets/js/devs (added)
-
tags/1.0.2/assets/js/devs/js.cookie.js (added)
-
tags/1.0.2/assets/js/devs/theia-sticky-sidebar.js (added)
-
tags/1.0.2/beautimour-kit.php (added)
-
tags/1.0.2/inc (added)
-
tags/1.0.2/inc/author-profile-social.php (added)
-
tags/1.0.2/inc/cookie.php (added)
-
tags/1.0.2/inc/pinterest.php (added)
-
tags/1.0.2/inc/signature.php (added)
-
tags/1.0.2/inc/sticky-sidebar.php (added)
-
tags/1.0.2/inc/themes (added)
-
tags/1.0.2/inc/themes/velove-social-share.php (added)
-
tags/1.0.2/languages (added)
-
tags/1.0.2/languages/beautimour-kit.pot (added)
-
tags/1.0.2/license.txt (added)
-
tags/1.0.2/readme.txt (added)
-
trunk/admin/customizer/sidebar.php (modified) (1 diff)
-
trunk/beautimour-kit.php (modified) (1 diff)
-
trunk/languages/beautimour-kit.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
beautimour-kit/trunk/admin/customizer/sidebar.php
r1874975 r1908156 12 12 $wp_customize->add_section( 'bk_sticky_sidebar' , array( 13 13 'title' => esc_html__( 'Sticky Sidebar', 'beautimour-kit' ), 14 'description' => esc_html__( 'DEPRECATED! Please use theme built-in sticky sidebar instead!', 'beautimour-kit' ),15 14 'panel' => 'bk_options', 16 15 'priority' => 3 -
beautimour-kit/trunk/beautimour-kit.php
r1874975 r1908156 4 4 * Plugin URI: https://github.com/beautimour/beautimour-kit 5 5 * Description: Adds extra features to All Beautimour WordPress themes. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: Beautimour 8 8 * Author URI: https://beautimour.com/ -
beautimour-kit/trunk/languages/beautimour-kit.pot
r1874975 r1908156 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Beautimour Kit 1.0. 1\n"5 "Project-Id-Version: Beautimour Kit 1.0.2\n" 6 6 "Report-Msgid-Bugs-To: https://beautimour.com/contact/\n" 7 "POT-Creation-Date: 2018-0 5-15 23:36:41+00:00\n"7 "POT-Creation-Date: 2018-07-12 11:35:00+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" … … 56 56 msgstr "" 57 57 58 #: admin/customizer/sidebar.php:14 59 msgid "DEPRECATED! Please use theme built-in sticky sidebar instead!" 60 msgstr "" 61 62 #: admin/customizer/sidebar.php:25 58 #: admin/customizer/sidebar.php:24 63 59 msgid "Enable sticky sidebar" 64 60 msgstr "" 65 61 66 #: admin/customizer/sidebar.php:3 762 #: admin/customizer/sidebar.php:36 67 63 msgid "Margin Top" 68 64 msgstr "" -
beautimour-kit/trunk/readme.txt
r1874975 r1908156 3 3 Tags: cookie, sidebar, sticky, pinterest, layouts, author, signature, social, share 4 4 Requires at least: 4.6 5 Tested up to: 4.9. 56 Stable tag: 1.0. 15 Tested up to: 4.9.7 6 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 == Changelog == 43 43 44 = 1.0.1 - May 15, 2018 44 = 1.0.2 - July 12, 2018 = 45 * Maintenance update 46 47 = 1.0.1 - May 15, 2018 = 45 48 * Deprecated sticky sidebar 46 49 * Sanitize customizer
Note: See TracChangeset
for help on using the changeset viewer.