Plugin Directory

Changeset 1908156


Ignore:
Timestamp:
07/12/2018 11:37:43 AM (8 years ago)
Author:
beautimour
Message:

Maintenance update

Location:
beautimour-kit
Files:
31 added
4 edited

Legend:

Unmodified
Added
Removed
  • beautimour-kit/trunk/admin/customizer/sidebar.php

    r1874975 r1908156  
    1212    $wp_customize->add_section( 'bk_sticky_sidebar' , array(
    1313        'title'       => esc_html__( 'Sticky Sidebar', 'beautimour-kit' ),
    14         'description' => esc_html__( 'DEPRECATED! Please use theme built-in sticky sidebar instead!', 'beautimour-kit' ),
    1514        'panel'       => 'bk_options',
    1615        'priority'    => 3
  • beautimour-kit/trunk/beautimour-kit.php

    r1874975 r1908156  
    44 * Plugin URI:   https://github.com/beautimour/beautimour-kit
    55 * Description:  Adds extra features to All Beautimour WordPress themes.
    6  * Version:      1.0.1
     6 * Version:      1.0.2
    77 * Author:       Beautimour
    88 * Author URI:   https://beautimour.com/
  • beautimour-kit/trunk/languages/beautimour-kit.pot

    r1874975 r1908156  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Beautimour Kit 1.0.1\n"
     5"Project-Id-Version: Beautimour Kit 1.0.2\n"
    66"Report-Msgid-Bugs-To: https://beautimour.com/contact/\n"
    7 "POT-Creation-Date: 2018-05-15 23:36:41+00:00\n"
     7"POT-Creation-Date: 2018-07-12 11:35:00+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
     
    5656msgstr ""
    5757
    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
    6359msgid "Enable sticky sidebar"
    6460msgstr ""
    6561
    66 #: admin/customizer/sidebar.php:37
     62#: admin/customizer/sidebar.php:36
    6763msgid "Margin Top"
    6864msgstr ""
  • beautimour-kit/trunk/readme.txt

    r1874975 r1908156  
    33Tags: cookie, sidebar, sticky, pinterest, layouts, author, signature, social, share
    44Requires at least: 4.6
    5 Tested up to: 4.9.5
    6 Stable tag: 1.0.1
     5Tested up to: 4.9.7
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242== Changelog ==
    4343
    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 =
    4548* Deprecated sticky sidebar
    4649* Sanitize customizer
Note: See TracChangeset for help on using the changeset viewer.