Changeset 3166637
- Timestamp:
- 10/10/2024 02:21:53 PM (18 months ago)
- Location:
- panorom/trunk
- Files:
-
- 3 edited
-
classes/class-panorom.php (modified) (2 diffs)
-
panorom.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
panorom/trunk/classes/class-panorom.php
r3166466 r3166637 43 43 wp_enqueue_script('pnrm-script-libpannellum', PNRM_DIR_URL . 'public/js/libpannellum.min.js', array(), PNRM_VERSION, true); 44 44 wp_enqueue_script('pnrm-script-pannellum-mod', PNRM_DIR_URL . 'public/js/pannellum-mod.min.js', array(), PNRM_VERSION, true); 45 // wp_enqueue_script('pnrm-script-pannellum-mod', PNRM_DIR_URL . 'public/js/pannellum-mod.js', array(), PNRM_VERSION, true);46 45 47 46 … … 135 134 wp_enqueue_script('pnrm-script-libpannellum', PNRM_DIR_URL . 'public/js/libpannellum.min.js', array(), PNRM_VERSION, true); 136 135 wp_enqueue_script('pnrm-script-pannellum-mod', PNRM_DIR_URL . 'public/js/pannellum-mod.min.js', array(), PNRM_VERSION, true); 137 // wp_enqueue_script('pnrm-script-pannellum-mod', PNRM_DIR_URL . 'public/js/pannellum-mod.js', array(), PNRM_VERSION, true);138 136 139 137 -
panorom/trunk/panorom.php
r3166479 r3166637 6 6 * Plugin URI: https://wordpress.org/plugins/panorom/ 7 7 * Description: Panorom - 360° panorama and virtual tour builder with interactive and easy-to-use interface. 8 * Version: 6.4.28 * Version: 7.0.0 9 9 * Author: Panorom 10 10 * Author URI: https://panorom.com/ … … 18 18 19 19 20 define('PNRM_VERSION', ' 6.4.2');20 define('PNRM_VERSION', '7.0.0'); 21 21 define("PNRM_DIR_URL", plugin_dir_url(__FILE__)); 22 22 define("PNRM_DIR_PATH", plugin_dir_path(__FILE__)); -
panorom/trunk/readme.txt
r3166479 r3166637 4 4 Requires at least: 4.7 5 5 Tested up to: 6.6 6 Stable tag: 6.4.06 Stable tag: 7.0.0 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 124 124 == Changelog == 125 125 126 = 6.4.2=126 = 7.0.0 = 127 127 * drag hotspot 128 * bug fix share129 128 * thumbnail bar title on hover 130 129
Note: See TracChangeset
for help on using the changeset viewer.