Plugin Directory

Changeset 3374155


Ignore:
Timestamp:
10/07/2025 07:21:31 AM (5 months ago)
Author:
hellobar
Message:

Update to 1.5: tested up to WP 6.8, requires PHP 7.4, updated tags, fixed metadata

Location:
hellobar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hellobar/trunk/hellobar.php

    r3090362 r3374155  
    88 *
    99 * @author  hellobar
    10  * @version 1.4
     10 * @version 1.5
    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: 1.4
    17 Tested up to: 6.5
     16Version: 1.5
     17Tested up to: 6.8
     18Requires at least: 5.0
     19Requires PHP: 7.4
    1820Author: hellobar
    1921Author URI: http://www.hellobar.com
    20 License: GPL2
     22License: GPLv2 or later
     23License URI: https://www.gnu.org/licenses/gpl-2.0.html
     24
    2125Copyright 2018 Hello Bar  (email:support@hellobar.com)
    2226This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
     
    2630class HelloBarForWordPress
    2731{
    28     var $longname     =   "Hello Bar for WordPress";
    29     var $shortname     =   "HelloBar";
    30     var $namespace     =   'hellobar-for-wordpress';
    31     var $version     =   '1.4';
    32     var $defaults     =    array('hellobar_code'=>"",'load_hellobar_in'=>'footer');
     32    var $longname    =   "Hello Bar for WordPress";
     33    var $shortname   =   "HelloBar";
     34    var $namespace   =   'hellobar-for-wordpress';
     35    var $version     =   '1.5';
     36    var $defaults    =   array('hellobar_code'=>"",'load_hellobar_in'=>'footer');
    3337    public static function init()
    3438    {
  • hellobar/trunk/readme.txt

    r3129242 r3374155  
    22Contributors: hellobar
    33Donate link: https://www.hellobar.com/
    4 Tags: popup, popups, optin, conversion, marketing, newsletter, popup builder, popup maker, email marketing, exit popup, ecommerce, woocommerce, lightbox
    5 Requires at least: 2.9.0
    6 Requires PHP: 5.0
    7 Tested up to: 6.5
    8 Stable tag: 1.4
     4Tags: popup builder, conversion, marketing,  newsletter, woocommerce
     5Requires at least: 5.0
     6Requires PHP: 7.4
     7Tested up to: 6.8
     8Stable tag: 1.5
    99
    1010Easily add a Popup to your WordPress site with the official HelloBar WordPress plugin.
     
    133133
    134134== Changelog ==
     135= Hello bar Popup Builder 1.5 =
     136* Capability test with wordpress version 6.8 ready for WP 6.8
     137* Improved PHP version requirements to 7.4
     138* Updated tags to meet WordPress.org requirements (max 5)
     139
    135140= Hello bar Popup Builder 1.4 =
    136141* Capability test with wordpress version 6.5 ready for WP 6.5
Note: See TracChangeset for help on using the changeset viewer.