Changeset 3483888
- Timestamp:
- 03/16/2026 01:14:53 PM (2 weeks ago)
- Location:
- bookiflex
- Files:
-
- 12 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from bookiflex/trunk)
-
tags/1.0.2/assets/manifest.json (modified) (1 diff)
-
tags/1.0.2/bookiflex.php (modified) (2 diffs)
-
tags/1.0.2/readme.txt (modified) (1 diff)
-
tags/1.0.2/src/Extensions/Onboarding/Admin/Menu/OnboardingMenu.php (modified) (2 diffs)
-
tags/1.0.2/src/Extensions/Onboarding/Service/OnboardingStateManager.php (modified) (1 diff)
-
tags/1.0.2/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/assets/manifest.json (modified) (1 diff)
-
trunk/bookiflex.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/Extensions/Onboarding/Admin/Menu/OnboardingMenu.php (modified) (2 diffs)
-
trunk/src/Extensions/Onboarding/Service/OnboardingStateManager.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bookiflex/tags/1.0.2/assets/manifest.json
r3483810 r3483888 1 1 { 2 "version": "1.0. 1",3 "generated": "2026-03-16T1 1:45:44.671Z",2 "version": "1.0.2", 3 "generated": "2026-03-16T13:12:07.963Z", 4 4 "external": { 5 5 "vue": "assets/vendor/vue/vue.global.prod.js", -
bookiflex/tags/1.0.2/bookiflex.php
r3483810 r3483888 6 6 * Description: Direct Booking Widget for Apartments and Short-Term Rentals 7 7 * Plugin URI: https://bookiflex.com 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * Author: BookiFlex 10 10 * License: GPL-2.0-or-later … … 80 80 } 81 81 // Define plugin constants 82 define( 'BOOKIFLEX_VERSION', '1.0. 1' );82 define( 'BOOKIFLEX_VERSION', '1.0.2' ); 83 83 define( 'BOOKIFLEX_FILE', __FILE__ ); 84 84 define( 'BOOKIFLEX_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
bookiflex/tags/1.0.2/readme.txt
r3483810 r3483888 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
bookiflex/tags/1.0.2/src/Extensions/Onboarding/Admin/Menu/OnboardingMenu.php
r3483810 r3483888 87 87 } 88 88 89 // If onboarding already completed, just clean up the stale flag 90 if ($this->stateManager->isCompleted()) { 91 $this->stateManager->clearRedirectFlag(); 92 return; 93 } 94 89 95 // Don't redirect on bulk activation 90 96 if (Request::has('activate-multi')) { … … 96 102 return; 97 103 } 98 99 $this->stateManager->clearRedirectFlag();100 104 101 105 wp_safe_redirect(admin_url('admin.php?page=bookiflex-onboarding')); -
bookiflex/tags/1.0.2/src/Extensions/Onboarding/Service/OnboardingStateManager.php
r3478607 r3483888 81 81 ] 82 82 ); 83 $this->clearRedirectFlag(); 83 84 } 84 85 -
bookiflex/tags/1.0.2/vendor/composer/installed.php
r3483810 r3483888 2 2 'root' => array( 3 3 'name' => 'bookiflex/plugin', 4 'pretty_version' => 'v1.0. 1',5 'version' => '1.0. 1.0',6 'reference' => '8 fd45da5230c498bc76250db27402d8c1eb4f6b0',4 'pretty_version' => 'v1.0.2', 5 'version' => '1.0.2.0', 6 'reference' => '84117adc6357015d083084d99706a811d332c75f', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'bookiflex/plugin' => array( 23 'pretty_version' => 'v1.0. 1',24 'version' => '1.0. 1.0',25 'reference' => '8 fd45da5230c498bc76250db27402d8c1eb4f6b0',23 'pretty_version' => 'v1.0.2', 24 'version' => '1.0.2.0', 25 'reference' => '84117adc6357015d083084d99706a811d332c75f', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
bookiflex/trunk/assets/manifest.json
r3483810 r3483888 1 1 { 2 "version": "1.0. 1",3 "generated": "2026-03-16T1 1:45:44.671Z",2 "version": "1.0.2", 3 "generated": "2026-03-16T13:12:07.963Z", 4 4 "external": { 5 5 "vue": "assets/vendor/vue/vue.global.prod.js", -
bookiflex/trunk/bookiflex.php
r3483810 r3483888 6 6 * Description: Direct Booking Widget for Apartments and Short-Term Rentals 7 7 * Plugin URI: https://bookiflex.com 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * Author: BookiFlex 10 10 * License: GPL-2.0-or-later … … 80 80 } 81 81 // Define plugin constants 82 define( 'BOOKIFLEX_VERSION', '1.0. 1' );82 define( 'BOOKIFLEX_VERSION', '1.0.2' ); 83 83 define( 'BOOKIFLEX_FILE', __FILE__ ); 84 84 define( 'BOOKIFLEX_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
bookiflex/trunk/readme.txt
r3483810 r3483888 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
bookiflex/trunk/src/Extensions/Onboarding/Admin/Menu/OnboardingMenu.php
r3483810 r3483888 87 87 } 88 88 89 // If onboarding already completed, just clean up the stale flag 90 if ($this->stateManager->isCompleted()) { 91 $this->stateManager->clearRedirectFlag(); 92 return; 93 } 94 89 95 // Don't redirect on bulk activation 90 96 if (Request::has('activate-multi')) { … … 96 102 return; 97 103 } 98 99 $this->stateManager->clearRedirectFlag();100 104 101 105 wp_safe_redirect(admin_url('admin.php?page=bookiflex-onboarding')); -
bookiflex/trunk/src/Extensions/Onboarding/Service/OnboardingStateManager.php
r3478607 r3483888 81 81 ] 82 82 ); 83 $this->clearRedirectFlag(); 83 84 } 84 85 -
bookiflex/trunk/vendor/composer/installed.php
r3483810 r3483888 2 2 'root' => array( 3 3 'name' => 'bookiflex/plugin', 4 'pretty_version' => 'v1.0. 1',5 'version' => '1.0. 1.0',6 'reference' => '8 fd45da5230c498bc76250db27402d8c1eb4f6b0',4 'pretty_version' => 'v1.0.2', 5 'version' => '1.0.2.0', 6 'reference' => '84117adc6357015d083084d99706a811d332c75f', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'bookiflex/plugin' => array( 23 'pretty_version' => 'v1.0. 1',24 'version' => '1.0. 1.0',25 'reference' => '8 fd45da5230c498bc76250db27402d8c1eb4f6b0',23 'pretty_version' => 'v1.0.2', 24 'version' => '1.0.2.0', 25 'reference' => '84117adc6357015d083084d99706a811d332c75f', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.