Changeset 3374155
- Timestamp:
- 10/07/2025 07:21:31 AM (5 months ago)
- Location:
- hellobar/trunk
- Files:
-
- 2 edited
-
hellobar.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hellobar/trunk/hellobar.php
r3090362 r3374155 8 8 * 9 9 * @author hellobar 10 * @version 1. 410 * @version 1.5 11 11 */ 12 12 /* … … 14 14 Plugin URI: http://www.hellobar.com/ 15 15 Description: 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 16 Version: 1.5 17 Tested up to: 6.8 18 Requires at least: 5.0 19 Requires PHP: 7.4 18 20 Author: hellobar 19 21 Author URI: http://www.hellobar.com 20 License: GPL2 22 License: GPLv2 or later 23 License URI: https://www.gnu.org/licenses/gpl-2.0.html 24 21 25 Copyright 2018 Hello Bar (email:support@hellobar.com) 22 26 This 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. … … 26 30 class HelloBarForWordPress 27 31 { 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'); 33 37 public static function init() 34 38 { -
hellobar/trunk/readme.txt
r3129242 r3374155 2 2 Contributors: hellobar 3 3 Donate link: https://www.hellobar.com/ 4 Tags: popup , popups, optin, conversion, marketing, newsletter, popup builder, popup maker, email marketing, exit popup, ecommerce, woocommerce, lightbox5 Requires at least: 2.9.06 Requires PHP: 5.07 Tested up to: 6. 58 Stable tag: 1. 44 Tags: popup builder, conversion, marketing, newsletter, woocommerce 5 Requires at least: 5.0 6 Requires PHP: 7.4 7 Tested up to: 6.8 8 Stable tag: 1.5 9 9 10 10 Easily add a Popup to your WordPress site with the official HelloBar WordPress plugin. … … 133 133 134 134 == 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 135 140 = Hello bar Popup Builder 1.4 = 136 141 * Capability test with wordpress version 6.5 ready for WP 6.5
Note: See TracChangeset
for help on using the changeset viewer.