Changeset 3267220
- Timestamp:
- 04/05/2025 10:22:40 AM (12 months ago)
- Location:
- hippoo-popup/trunk
- Files:
-
- 2 edited
-
hippoo-popup.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hippoo-popup/trunk/hippoo-popup.php
r3267218 r3267220 2 2 /** 3 3 * Plugin Name: Hippoo Popup 4 * Version: 1.0. 14 * Version: 1.0.2 5 5 * Plugin URI: https://Hippoo.app 6 6 * Description: The ultimate extension to elevate your store's engagement! With Hippoo Popup, seamlessly integrate captivating popups directly within the Hippoo app, boosting interaction and driving results like never before. … … 14 14 15 15 define( 'HIPPOO_POPUP_URL', plugins_url( 'hippoo-popup' ) . '/assets' ); 16 include_once( plugin_dir_path( __FILE__ ) . 'app' . DIRECTORY_SEPARATOR . 'web-api.php' );17 16 include_once( plugin_dir_path( __FILE__ ) . 'app' . DIRECTORY_SEPARATOR . 'web-api-auth.php' ); 18 17 -
hippoo-popup/trunk/readme.txt
r3267218 r3267220 5 5 Requires at least: 5.3 6 6 Tested up to: 6.7 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 Text Domain: hippoo-popup 9 9 License: GPL3 … … 35 35 == Changelog == 36 36 37 = 1.0.2 = 38 * Cleanup 39 37 40 = 1.0.1 = 38 41 * Minor updates
Note: See TracChangeset
for help on using the changeset viewer.