Changeset 3290542
- Timestamp:
- 05/09/2025 02:18:46 PM (8 months ago)
- Location:
- qurio
- Files:
-
- 36 added
- 3 edited
-
tags/1.2.3 (added)
-
tags/1.2.3/LICENSE.txt (added)
-
tags/1.2.3/README.txt (added)
-
tags/1.2.3/admin (added)
-
tags/1.2.3/admin/class-qurio-admin.php (added)
-
tags/1.2.3/admin/css (added)
-
tags/1.2.3/admin/css/qurio-admin.css (added)
-
tags/1.2.3/admin/images (added)
-
tags/1.2.3/admin/images/qurio-spinner.gif (added)
-
tags/1.2.3/admin/index.php (added)
-
tags/1.2.3/admin/js (added)
-
tags/1.2.3/admin/js/qurio-admin.js (added)
-
tags/1.2.3/admin/partials (added)
-
tags/1.2.3/admin/partials/qurio-admin-display.php (added)
-
tags/1.2.3/includes (added)
-
tags/1.2.3/includes/class-qurio-activator.php (added)
-
tags/1.2.3/includes/class-qurio-deactivator.php (added)
-
tags/1.2.3/includes/class-qurio-i18n.php (added)
-
tags/1.2.3/includes/class-qurio-loader.php (added)
-
tags/1.2.3/includes/class-qurio.php (added)
-
tags/1.2.3/includes/index.php (added)
-
tags/1.2.3/index.php (added)
-
tags/1.2.3/languages (added)
-
tags/1.2.3/languages/qurio.pot (added)
-
tags/1.2.3/public (added)
-
tags/1.2.3/public/class-qurio-public.php (added)
-
tags/1.2.3/public/css (added)
-
tags/1.2.3/public/css/qurio-public.css (added)
-
tags/1.2.3/public/css/qurio.min.css (added)
-
tags/1.2.3/public/index.php (added)
-
tags/1.2.3/public/js (added)
-
tags/1.2.3/public/js/qurio-public.js (added)
-
tags/1.2.3/public/partials (added)
-
tags/1.2.3/public/partials/qurio-public-display.php (added)
-
tags/1.2.3/qurio.php (added)
-
tags/1.2.3/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/public/class-qurio-public.php (modified) (1 diff)
-
trunk/qurio.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
qurio/trunk/README.txt
r3263441 r3290542 5 5 Requires at least: 5.0 6 6 Tested up to: 6.7 7 Stable tag: 1.2. 27 Stable tag: 1.2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 45 = 1.2.3 = 46 * Fix dipslay popup widget 44 47 45 48 = 1.2.2 = -
qurio/trunk/public/class-qurio-public.php
r3262285 r3290542 282 282 283 283 // Output the popup HTML 284 echo esc_html($popup_html);284 echo $popup_html; 285 285 } 286 286 -
qurio/trunk/qurio.php
r3263441 r3290542 16 16 * Plugin URI: https://www.getqurio.com/wordpress-plugin/ 17 17 * Description: With Qurio digital media can engage natively on their homepage with their audiences leveraging AI-powered surveys and engagement campaigns to boost trust, email signups, and revenue. 18 * Version: 1.2. 218 * Version: 1.2.3 19 19 * Author: AthensLive Media Solutions 20 20 * Author URI: https://getqurio.com/ … … 36 36 */ 37 37 38 define("QURIO_VERSION", "1.2. 2");38 define("QURIO_VERSION", "1.2.3"); 39 39 40 40 define("QURIO_SANDBOX", 1);
Note: See TracChangeset
for help on using the changeset viewer.