Plugin Directory

Changeset 2120547


Ignore:
Timestamp:
07/10/2019 08:18:47 AM (7 years ago)
Author:
hellobar
Message:

Capability test with WordPress version 5.2, ready for WP 5.2

Location:
hellobar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hellobar/trunk/hellobar.php

    r1987480 r2120547  
    88 *
    99 * @author hellobar
    10  * @version 0.7
     10 * @version 0.8
    1111 */
    1212/*
     
    1414Plugin URI: http://www.hellobar.com/
    1515Description: The Original Popup Software (Top Bars, Exit Intents, Sliders, & More to Grow Your Email List!)
    16 Version: 0.7
    17 Tested up to: 5.0
     16Version: 0.8
     17Tested up to: 5.2.2
    1818Author: hellobar
    1919Author URI: http://www.hellobar.com
     
    2828    var $shortname  =   "HelloBar";
    2929    var $namespace  =   'hellobar-for-wordpress';
    30     var $version    =   '0.7';
     30    var $version    =   '0.8';
    3131    var $defaults   =    array('hellobar_code'=>"",'load_hellobar_in'=>'footer');
    3232    public static function init(){
     
    3838        if(isset($_SERVER['HTTPS'])){
    3939            if((boolean) $_SERVER['HTTPS']===true){
    40                 $this->url_path = str_replace('http://','https://',$this->url_path ); 
     40                $this->url_path = str_replace('http://','https://',$this->url_path );
    4141            }
    4242        }
     
    158158                    $parts      =   parse_url($jsurl);
    159159                    $path       =   $parts['path'];
    160                     return HelloBarForWordPress::get_api_code($path);   
     160                    return HelloBarForWordPress::get_api_code($path);
    161161                }
    162162                else{
    163163                    return false;
    164                 }               
     164                }
    165165            }
    166166        }
  • hellobar/trunk/readme.txt

    r1987480 r2120547  
    44Tags: hellobar, hello bar, popup, rss, twitter, stats, bar, toolbar, feedburner, flash bar, notification bar
    55Requires at least: 2.9.0
    6 Tested up to: 5.0
     6Tested up to: 5.2.2
    77Stable tag: trunk
    88
     
    121298% of visitors leave your site without taking action. Don’t let your time, money, and traffic-driving efforts go to waste.
    1313
    14 Use Hello Bar’s lead generation tools (see: pop-ups) to generate leads, grow your email list, build your social media following, and reduce cart abandonment to enhance your revenue. 
     14Use Hello Bar’s lead generation tools (see: pop-ups) to generate leads, grow your email list, build your social media following, and reduce cart abandonment to enhance your revenue.
    1515
    1616With over 500,000 digital marketers, entrepreneurs, and bloggers using Hello Bar, and Forbes Top Ten Digital Marketer Neil Patel behind Hello Bar, Hello Bar is the tool to be trusted. And shockingly easy to use.
     
    2020In 5 minutes, have custom pop-ups ready to go on your site. Easily integrate with thousands of apps with our no hassle email integration set-up, or store your email list in Hello Bar for free.
    2121
    22 Here is what Hello Bar can do for you: 
     22Here is what Hello Bar can do for you:
    2323
    2424•   Convert your website visitors into paying customers
     
    3636•   Exit Intent Technology: Reduce your cart abandonment using pop-ups that are perfectly timed to appear right as someone begins to leave your site. Our highest converting pop-up and highly customizable to offer discount codes and special deals.
    3737
    38 •   A/B Testing: Find the perfect pop-up for your website with our A/B testing feature that allows you to optimize your sales funnel and grab as many emails, clicks, or followers as possible with just the click of a button. 
     38•   A/B Testing: Find the perfect pop-up for your website with our A/B testing feature that allows you to optimize your sales funnel and grab as many emails, clicks, or followers as possible with just the click of a button.
    3939
    4040•   Targeting: Send the right message to the right customer at the exact right time using our 200+ targeting parameters. Set your pop-up to only show to visitors from certain sources, optimize the time at which it appears, schedule special occasion campaigns in advance, and more.
     
    59591. Install the Hello Bar plugin either via the WordPress.org plugin repository or by uploading the files to your server.
    60601. Activate the plugin through the 'Plugins' menu in WordPress
    61 1. Paste your Hello Bar site snippet from [HelloBar.com](http://www.hellobar.com/) into the text area and click save! 
     611. Paste your Hello Bar site snippet from [HelloBar.com](http://www.hellobar.com/) into the text area and click save!
    6262
    6363
     
    7474
    7575== Changelog ==
     76
     77= 0.8 =
     78* Capability test with wordpress version 5.2, ready for WP 5.2
    7679
    7780= 0.7 =
Note: See TracChangeset for help on using the changeset viewer.