Plugin Directory

Changeset 3237818


Ignore:
Timestamp:
02/10/2025 10:34:11 AM (12 months ago)
Author:
sharabindu
Message:

yoobar plugin update

Location:
yoo-bar
Files:
138 added
3 deleted
31 edited

Legend:

Unmodified
Added
Removed
  • yoo-bar/trunk/README.txt

    r3233354 r3237818  
    77Tested up to: 6.7.1
    88Requires PHP: 7.1
    9 Stable tag: 2.0.7
    10 Version: 2.0.7
     9Stable tag: 2.0.8
     10Version: 2.0.8
    1111Text Domain: yoo-bar
    1212Domain Path: /languages
     
    1818== Description ==
    1919
    20 adds a clean notification bar at the top or bottom of your website. With this plugin, you can display attractiv and effective notifications at the top and bottom of your WordPress website. inform visitors of new publications, offers, messages, news, social links, advertisements, and promotions through a notification bar.
     20Adds a clean notification bar at the top or bottom of your website. With this plugin, you can display attractiv and effective notifications at the top and bottom of your WordPress website. inform visitors of new publications, offers, messages, news, social links, advertisements, and promotions through a notification bar.
    2121
    2222It allows users to create single or multiple columns with various elements. You can add different elements such as static text, an address bar, a search box, social icons, custom images and more. It features a smooth sticky transition effect for better visibility.
     
    112112
    113113
    114 
    115 
    116 
    117114= Privacy =
    118115
     
    122119
    123120Your suggestion or feedback about the plugin will motivate us. Tell us about your experience, [feedback](https://wordpress.org/support/plugin/yoo-bar/) and if you like our support and plugin, please [rate this plugin](https://wordpress.org/plugins/yoo-bar/#reviews)
    124 
    125 
    126 
    127 
    128 
    129 <iframe width="560" height="315" src="https://www.youtube.com/embed/qbblx5YjWbI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
    130121
    131122
     
    138129
    139130== Frequently Asked Questions ==
     131
     132= what is top bar for WordPress website =
     133
     134The WordPress top bar is a notification bar that appears at the top of a website. Basically it works as a useful tool to attract the attention of the audience. It ensures uninterrupted browsing of visitors.
     135
     136= What can a top bar / footer bar do?  =
     137
     138-Displays important messages, such as promotions, offers, or announcements
     139-Encourages users to take action
     140-Announces offers to purchase
     141-Promotes social media
     142
    140143
    141144= Will this plugin work on all themes? =
     
    161164== Changelog ==
    162165
    163 
     166= 2.0.8 =
     167- Fix: bar content issues
    164168= 2.0.7 =
    165169- Update: Compatibility Update
  • yoo-bar/trunk/class/admin/class-yoo-bar-admin.php

    r3233354 r3237818  
    44 *
    55 * @link       http://sharabindu.com/
    6  * @since      2.0.7
     6 * @since      2.0.8
    77 *
    88 * @package    Yoo_Bar
  • yoo-bar/trunk/class/admin/class-yoo-howto-use.php

    r3233354 r3237818  
    66 *
    77 * @link       https://sharabindu.com/plugins/wp-notification-bar/
    8  * @since      2.0.7
     8 * @since      2.0.8
    99 *
    1010 * @package    yoo-bar
  • yoo-bar/trunk/class/admin/class-yoobar-preview.php

    r3233354 r3237818  
    2626        $randt = wp_rand(10000, 396742);
    2727       
    28         include YOO_BAR_PATH . 'assets/public/extra/ToPviews.php';
     28        include YOO_BAR_PATH . 'public/extra/ToPviews.php';
    2929
    3030         
  • yoo-bar/trunk/class/class-yoo-bar-public.php

    r3233354 r3237818  
    44 *
    55 * @link       http://sharabindu.com/
    6  * @since      2.0.7
     6 * @since      2.0.8
    77 *
    88 * @package    Yoo_Bar
  • yoo-bar/trunk/class/class-yoobar-footre-bar.php

    r3233354 r3237818  
    4242            $randt = wp_rand(10000, 396742);
    4343           
    44            include YOO_BAR_PATH . 'assets/public/extra/ToPviews.php';
     44           include YOO_BAR_PATH . 'public/extra/ToPviews.php';
    4545       
    4646
     
    7373                <div class="yoo-col-4 ' . $ybarnoclass_right . '">' . $column_right . '</div>
    7474                </div><div class="ybr-ybar-button ybr-ybar-padding-text " >' . $hidecls_btn . '</div></div></div></div></div></div>';
    75                     include YOO_BAR_PATH . 'assets/public/view/YooDislaysg.php';
     75                    include YOO_BAR_PATH . 'public/view/YooDislaysg.php';
    7676
    7777            }
  • yoo-bar/trunk/class/class-yoobar-shortcode.php

    r3233354 r3237818  
    4848         $randt = wp_rand(10000, 396742);
    4949         
    50         include YOO_BAR_PATH . 'assets/public/extra/ToPviews.php';
     50        include YOO_BAR_PATH . 'public/extra/ToPviews.php';
    5151
    5252        if (empty($yoo_bar_back))
  • yoo-bar/trunk/class/class-yoobar-topper-bar.php

    r3233354 r3237818  
    4343            $randt = wp_rand(10000, 396742);
    4444           
    45             include YOO_BAR_PATH . 'assets/public/extra/ToPviews.php';
     45            include YOO_BAR_PATH . 'public/extra/ToPviews.php';
    4646
    4747            $hide_top_bar = get_post_meta($post_id, "hide_top_bar", true);
     
    6868                <div class="yoo-col-4 ' . $ybarnoclass_right . '">' . $column_right . '</div>
    6969                </div><div class="ybr-ybar-button ybr-ybar-padding-text " >' . $hidecls_btn . '</div></div></div></div></div></div>';
    70              include YOO_BAR_PATH . 'assets/public/view/YooDislaysg.php';   
     70             include YOO_BAR_PATH . 'public/view/YooDislaysg.php';   
    7171               
    7272            }
  • yoo-bar/trunk/includes/class-yoo-bar-activator.php

    r3233354 r3237818  
    55 *
    66 * @link       http://sharabindu.com/
    7  * @since      2.0.7
     7 * @since      2.0.8
    88 *
    99 * @package    Yoo_Bar
     
    1616 * This class defines all code necessary to run during the plugin's activation.
    1717 *
    18  * @since      2.0.7
     18 * @since      2.0.8
    1919 * @package    Yoo_Bar
    2020 * @subpackage Yoo_Bar/includes
     
    2828     * Long Description.
    2929     *
    30      * @since    2.0.7
     30     * @since    2.0.8
    3131     */
    3232    public static function activate() {
  • yoo-bar/trunk/includes/class-yoo-bar-deactivator.php

    r3233354 r3237818  
    55 *
    66 * @link       http://sharabindu.com/
    7  * @since      2.0.7
     7 * @since      2.0.8
    88 *
    99 * @package    Yoo_Bar
     
    1616 * This class defines all code necessary to run during the plugin's deactivation.
    1717 *
    18  * @since      2.0.7
     18 * @since      2.0.8
    1919 * @package    Yoo_Bar
    2020 * @subpackage Yoo_Bar/includes
     
    2828     * Long Description.
    2929     *
    30      * @since    2.0.7
     30     * @since    2.0.8
    3131     */
    3232    public static function deactivate() {
  • yoo-bar/trunk/includes/class-yoo-bar-i18n.php

    r3233354 r3237818  
    88 *
    99 * @link       http://sharabindu.com/
    10  * @since      2.0.7
     10 * @since      2.0.8
    1111 *
    1212 * @package    Yoo_Bar
     
    2020 * so that it is ready for translation.
    2121 *
    22  * @since      2.0.7
     22 * @since      2.0.8
    2323 * @package    Yoo_Bar
    2424 * @subpackage Yoo_Bar/includes
     
    3131     * Load the plugin text domain for translation.
    3232     *
    33      * @since    2.0.7
     33     * @since    2.0.8
    3434     */
    3535    public function load_plugin_textdomain() {
  • yoo-bar/trunk/includes/class-yoo-bar-loader.php

    r3233354 r3237818  
    55 *
    66 * @link       http://sharabindu.com/
    7  * @since      2.0.7
     7 * @since      2.0.8
    88 *
    99 * @package    Yoo_Bar
     
    2727     * The array of actions registered with WordPress.
    2828     *
    29      * @since    2.0.7
     29     * @since    2.0.8
    3030     * @access   protected
    3131     * @var      array    $actions    The actions registered with WordPress to fire when the plugin loads.
     
    3636     * The array of filters registered with WordPress.
    3737     *
    38      * @since    2.0.7
     38     * @since    2.0.8
    3939     * @access   protected
    4040     * @var      array    $filters    The filters registered with WordPress to fire when the plugin loads.
     
    4545     * Initialize the collections used to maintain the actions and filters.
    4646     *
    47      * @since    2.0.7
     47     * @since    2.0.8
    4848     */
    4949    public function __construct() {
     
    5757     * Add a new action to the collection to be registered with WordPress.
    5858     *
    59      * @since    2.0.7
     59     * @since    2.0.8
    6060     * @param    string               $hook             The name of the WordPress action that is being registered.
    6161     * @param    object               $component        A reference to the instance of the object on which the action is defined.
     
    7171     * Add a new filter to the collection to be registered with WordPress.
    7272     *
    73      * @since    2.0.7
     73     * @since    2.0.8
    7474     * @param    string               $hook             The name of the WordPress filter that is being registered.
    7575     * @param    object               $component        A reference to the instance of the object on which the filter is defined.
     
    8686     * collection.
    8787     *
    88      * @since    2.0.7
     88     * @since    2.0.8
    8989     * @access   private
    9090     * @param    array                $hooks            The collection of hooks that is being registered (that is, actions or filters).
     
    113113     * Register the filters and actions with WordPress.
    114114     *
    115      * @since    2.0.7
     115     * @since    2.0.8
    116116     */
    117117    public function run() {
  • yoo-bar/trunk/includes/class-yoo-bar.php

    r3233354 r3237818  
    1010 * version of the plugin.
    1111 *
    12  * @since      2.0.7
     12 * @since      2.0.8
    1313 * @package    Yoo_Bar
    1414 * @subpackage Yoo_Bar/includes
     
    3535        else
    3636        {
    37             $this->version = '2.0.7';
     37            $this->version = '2.0.8';
    3838        }
    3939        $this->plugin_name = 'yoo-bar';
  • yoo-bar/trunk/includes/class-yoo-settings.php

    r3233354 r3237818  
    99 * version of the plugin.
    1010 *
    11  * @since      2.0.7
     11 * @since      2.0.8
    1212 * @package    Yoo_Bar
    1313 * @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/class-yoobar-rows.php

    r3233354 r3237818  
    99 * version of the plugin.
    1010 *
    11  * @since      2.0.7
     11 * @since      2.0.8
    1212 * @package    Yoo_Bar
    1313 * @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/metaData/fieldData/class-custom-save-data.php

    r3233354 r3237818  
    99 * version of the plugin.
    1010 *
    11  * @since      2.0.7
     11 * @since      2.0.8
    1212 * @package    Yoo_Bar
    1313 * @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/metaData/fieldData/class-news-ticker.php

    r3233354 r3237818  
    99 * version of the plugin.
    1010 *
    11  * @since      2.0.7
     11 * @since      2.0.8
    1212 * @package    Yoo_Bar
    1313 * @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/metaData/fieldData/class-two-colum.php

    r3233354 r3237818  
    173173
    174174     ),
     175        'a' => array(
     176        'id'    => array(),
     177        'class'    => array(),
     178        'href'    => array(),
     179        'style'    => array(),
     180    ),
    175181        'option'  => array(
    176182        'value' => array(),
    177183        'class'    => array(),
    178184        'id'    => array(),
     185        'selected'  => array(),
    179186        ),
    180187        'div'  => array(
     
    184191        ),
    185192        'strong'  => array(
     193        'class'    => array(),
     194        'id'    => array(),
     195        ),
     196        'table'  => array(
     197        'class'    => array(),
     198        'id'    => array(),
     199        ),
     200        'tr'  => array(
     201        'class'    => array(),
     202        'id'    => array(),
     203        ),
     204        'tbody'  => array(
     205        'class'    => array(),
     206        'id'    => array(),
     207        ),
     208        'th'  => array(
     209        'class'    => array(),
     210        'id'    => array(),
     211        ),
     212        'td'  => array(
    186213        'class'    => array(),
    187214        'id'    => array(),
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoo-address-field.php

    r3233354 r3237818  
    107107    public function meta_box_callback($post)
    108108    {
    109         wp_nonce_field('YooAddressBar_data', 'YooAddressBar_nonce');
    110109        echo "<ul class='metaProlinkList'>
    111110        <li>           
     
    185184        'class'    => array(),
    186185        'id'    => array(),
     186        'selected'  => array(),       
    187187        ),
    188188        'div'  => array(
     
    215215        'id'    => array(),
    216216        ),
     217        'span' => array(
     218        'id'    => array(),
     219        'class'    => array(),
     220        'style'    => array(),
     221    ),
    217222);
    218223
    219224
    220225        echo '<table class="form-table"><tbody>' . wp_kses($output ,$allowed_html ) . '</tbody></table>';
     226
    221227    }
    222228
     
    225231        return '<tr id="nticker_r"><th scope="row"><strong>' . $label . '</strong></th><td><div class="wp-picker-container">' . $input . '</div></td></tr>';
    226232    }
    227 
    228     public function save_fields($post_id)
    229     {
    230     $nonce = wp_create_nonce( 'YooAddressBar_nonce' );
     233     public function save_fields($post_id)
     234     {
     235         //$nonce = $_POST['YooAddressBar_nonce'];
     236        $nonce = wp_create_nonce( 'YooAddressBar_nonce' );
    231237    if ( ! wp_verify_nonce( $nonce, 'YooAddressBar_nonce' ) ) return;
    232238
    233         if (!isset($_POST['YooAddressBar_nonce']))
    234         {
    235             return $post_id;
    236         }
    237         if (!wp_verify_nonce($nonce, 'YooAddressBar_data'))
    238         {
    239             return $post_id;
    240         }
    241         if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE)
    242         {
    243             return $post_id;
    244         }
    245         foreach ($this->fields as $field)
    246         {
    247             if (isset($_POST[$field['id']]))
    248             {
    249                 switch ($field['type'])
    250                 {
    251                     case 'email':
    252                         $_POST[$field['id']] = sanitize_email(wp_unslash($_POST[$field['id']]));
    253                     break;
    254                     case 'text':
    255                         $_POST[$field['id']] = sanitize_text_field(wp_unslash($_POST[$field['id']]));
    256                     break;
    257                 }
    258                 update_post_meta($post_id, $field['id'], sanitize_text_field(wp_unslash($_POST[$field['id']])));
    259             }
    260             else if ($field['type'] === 'checkbox')
    261             {
    262                 update_post_meta($post_id, $field['id'], '0');
    263             }
    264         }
    265     }
    266 
    267 }
     239         if (!wp_verify_nonce($nonce, 'YooAddressBar_nonce'))
     240         {
     241             return $post_id;
     242         }
     243         if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE)
     244         {
     245             return $post_id;
     246         }
     247         foreach ($this->fields as $field)
     248         {
     249             if (isset($_POST[$field['id']]))
     250             {
     251                 switch ($field['type'])
     252                 {
     253                     case 'email':
     254                         $_POST[$field['id']] = sanitize_email(wp_unslash($_POST[$field['id']]));
     255                     break;
     256                     case 'text':
     257                         $_POST[$field['id']] = sanitize_text_field(wp_unslash($_POST[$field['id']]));
     258                     break;
     259                 }
     260                 update_post_meta($post_id, $field['id'], sanitize_text_field(wp_unslash($_POST[$field['id']])));
     261             }
     262             else if ($field['type'] === 'checkbox')
     263             {
     264                 update_post_meta($post_id, $field['id'], '0');
     265             }
     266         }
     267     }
     268
     269 }
    268270
    269271if (class_exists('YooAddressBarMetabox'))
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoo-color-data.php

    r3233354 r3237818  
    252252        'class'    => array(),
    253253        'id'    => array(),
     254        'selected'  => array(),
    254255        ),
    255256        'div'  => array(
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoo-contact-form.php

    r3233354 r3237818  
    99 * version of the plugin.
    1010 *
    11  * @since      2.0.7
     11 * @since      2.0.8
    1212 * @package    Yoo_Bar
    1313 * @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoo-countdownwrap.php

    r3233354 r3237818  
    99 * version of the plugin.
    1010 *
    11  * @since      2.0.7
     11 * @since      2.0.8
    1212 * @package    Yoo_Bar
    1313 * @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoo-filed-data.php

    r3233354 r3237818  
    99 * version of the plugin.
    1010 *
    11  * @since      2.0.7
     11 * @since      2.0.8
    1212 * @package    Yoo_Bar
    1313 * @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoo-gallery-data.php

    r3233354 r3237818  
    99 * version of the plugin.
    1010 *
    11  * @since      2.0.7
     11 * @since      2.0.8
    1212 * @package    Yoo_Bar
    1313 * @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoo-navbar-items.php

    r3233354 r3237818  
    99* version of the plugin.
    1010*
    11 * @since      2.0.7
     11* @since      2.0.8
    1212* @package    Yoo_Bar
    1313* @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoo-text-carousel.php

    r3233354 r3237818  
    99 * version of the plugin.
    1010 *
    11  * @since      2.0.7
     11 * @since      2.0.8
    1212 * @package    Yoo_Bar
    1313 * @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoo-titile-data.php

    r3233354 r3237818  
    6363    public function meta_box_callback($post)
    6464    {
    65         wp_nonce_field('Maintitle_data', 'YooMaintitle_nonce');
    6665        echo "<ul class='metaProlinkList'>
    6766        <li>           
     
    112111        'value' => array(),
    113112    ),
    114     'span' => array(
    115         'id'    => array(),
    116         'class'    => array(),
    117         'style'  => array(),
    118 
    119     ),
    120113    'button' => array(
    121114        'id'    => array(),
     
    148141        'checked'  => array(),
    149142     ),
    150         'div'  => array(
    151         'class'    => array(),
    152         'id'    => array(),
    153         'style'    => array(),
    154         ),
    155         'strong'  => array(
    156         'class'    => array(),
    157         'id'    => array(),
    158         ),
     143    'div' => array(
     144        'id'    => array(),
     145        'class'    => array(),
     146        'style'    => array(),
     147    ),
     148    'p' => array(
     149        'id'    => array(),
     150        'class'    => array(),
     151        'style'    => array(),
     152    ),
     153    'span' => array(
     154        'id'    => array(),
     155        'class'    => array(),
     156        'style'    => array(),
     157    ),
     158    'em' => array(
     159        'id'    => array(),
     160        'class'    => array(),
     161        'style'    => array(),
     162    ),
     163    'strong'  => array(
     164        'class'    => array(),
     165        'id'    => array(),
     166         'style'    => array(),       
     167        ),
     168    'style' => array(
     169        'id'    => array(),
     170        'class'    => array(),
     171    ),
     172    'a' => array(
     173        'id'    => array(),
     174        'class'    => array(),
     175        'style'    => array(),
     176    ),
     177    'h1' => array(
     178        'id'    => array(),
     179        'class'    => array(),
     180        'style'    => array(),
     181    ),
     182    'h2' => array(
     183        'id'    => array(),
     184        'class'    => array(),
     185        'style'    => array(),
     186    ),
     187    'h3' => array(
     188        'id'    => array(),
     189        'class'    => array(),
     190        'style'    => array(),
     191    ),
     192    'h4' => array(
     193        'id'    => array(),
     194        'class'    => array(),
     195        'style'    => array(),
     196    ),
     197    'h5' => array(
     198        'id'    => array(),
     199        'class'    => array(),
     200        'style'    => array(),
     201    ),
     202
     203    'h6' => array(
     204        'id'    => array(),
     205        'class'    => array(),
     206        'style'    => array(),
     207    ),
     208
    159209        'table'  => array(
    160210        'class'    => array(),
     
    174224        ),
    175225        'td'  => array(
    176         'class'    => array(),
    177         'id'    => array(),
    178         ),
    179         'p'  => array(
    180226        'class'    => array(),
    181227        'id'    => array(),
     
    198244    if ( ! wp_verify_nonce( $nonce, 'YooMaintitle_nonce' ) ) return;
    199245
    200         if (!isset($_POST['YooMaintitle_nonce']))
    201         {
    202             return $post_id;
    203         }
    204         if (!wp_verify_nonce($nonce, 'YooMaintitle_nonce'))
    205         {
    206             return $post_id;
    207         }
    208246        if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE)
    209247        {
     
    223261                    break;
    224262                }
    225                 update_post_meta($post_id, $field['id'], sanitize_text_field(wp_unslash($_POST[$field['id']])));
     263                update_post_meta($post_id, $field['id'], wp_filter_post_kses(wp_unslash($_POST[$field['id']])));
    226264            }
    227265            else if ($field['type'] === 'checkbox')
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoo-typed-animation.php

    r3233354 r3237818  
    99 * version of the plugin.
    1010 *
    11  * @since      2.0.7
     11 * @since      2.0.8
    1212 * @package    Yoo_Bar
    1313 * @subpackage Yoo_Bar/includes
  • yoo-bar/trunk/includes/metaData/fieldData/class-yoobar-searchbox.php

    r3233354 r3237818  
    193193        'class'    => array(),
    194194        'id'    => array(),
     195        'selected'  => array(),
    195196        ),
    196197        'div'  => array(
  • yoo-bar/trunk/uninstall.php

    r3233354 r3237818  
    2121 *
    2222 * @link       http://sharabindu.com/
    23  * @since      2.0.7
     23 * @since      2.0.8
    2424 *
    2525 * @package    Yoo_Bar
  • yoo-bar/trunk/yoo-bar.php

    r3233354 r3237818  
    33 * Plugin Name:       YooBar notification
    44 * Plugin URI:        https://wordpress.org/plugins/yoo-bar/
    5  * Description:       With this plugin you can display attractive and functional notification bar in the Top and footer position of your WordPress website.
    6  * Version:           2.0.7
     5 * Description:       adds a clean notification bar at the top or bottom of your website.
     6 * Version:           2.0.8
    77 * Author:            Sharabindu
    88 * Author URI:        https://sharabindu.com/plugins/wp-notification-bar/
     
    2121/**
    2222 * Currently plugin version.
    23  * Start at version 2.0.7 and use SemVer - https://semver.org
     23 * Start at version 2.0.8 and use SemVer - https://semver.org
    2424 * Rename this for your plugin and update it as you release new versions.
    2525 */
    26 define('YOO_BAR_VERSION', '2.0.7');
     26define('YOO_BAR_VERSION', '2.0.8');
    2727
    2828/**
     
    109109 * not affect the page life cycle.
    110110 *
    111  * @since    2.0.7
     111 * @since    2.0.8
    112112 */
    113113function run_yoo_bar()
Note: See TracChangeset for help on using the changeset viewer.