Changeset 3470736
- Timestamp:
- 02/26/2026 11:04:52 PM (12 days ago)
- Location:
- easy-dropbox-integration
- Files:
-
- 4 deleted
- 12 edited
- 1 copied
-
tags/2.0.1 (copied) (copied from easy-dropbox-integration/trunk)
-
tags/2.0.1/easy-dropbox-integration.php (modified) (2 diffs)
-
tags/2.0.1/includes/Admin/App_Setup.php.bak (deleted)
-
tags/2.0.1/includes/Ajax.php (modified) (1 diff)
-
tags/2.0.1/includes/Review.php (modified) (1 diff)
-
tags/2.0.1/includes/functions.php (modified) (2 diffs)
-
tags/2.0.1/package.json.bak (deleted)
-
tags/2.0.1/readme.txt (modified) (2 diffs)
-
tags/2.0.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/easy-dropbox-integration.php (modified) (2 diffs)
-
trunk/includes/Admin/App_Setup.php.bak (deleted)
-
trunk/includes/Ajax.php (modified) (1 diff)
-
trunk/includes/Review.php (modified) (1 diff)
-
trunk/includes/functions.php (modified) (2 diffs)
-
trunk/package.json.bak (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-dropbox-integration/tags/2.0.1/easy-dropbox-integration.php
r3465437 r3470736 28 28 * Plugin URI: https://ultradevs.com/easy-dropbox-integration/ 29 29 * Description: Easy DropBox Integration - Browse, Upload, Manage Your Dropbox Files from Your Website Easily. 30 * Version: 2.0. 030 * Version: 2.0.1 31 31 * Author: ultraDevs 32 32 * Author URI: https://ultradevs.com … … 41 41 42 42 // Constant. 43 define( 'EDBI_VERSION', '2.0. 0' );43 define( 'EDBI_VERSION', '2.0.1' ); 44 44 define( 'EDBI_NAME', 'Easy Dropbox Integration' ); 45 45 define( 'EDBI_DIR_PATH', plugin_dir_path( __FILE__ ) ); -
easy-dropbox-integration/tags/2.0.1/includes/Ajax.php
r3465437 r3470736 147 147 } 148 148 149 if ( ! current_user_can( 'manage_options' ) ) {150 wp_send_json_error( array( 'message' => __( 'You do not have permission to perform this action', 'easy-dropbox-integration' ) ) );151 }149 // if ( ! current_user_can( 'manage_options' ) ) { 150 // wp_send_json_error( array( 'message' => __( 'You do not have permission to perform this action', 'easy-dropbox-integration' ) ) ); 151 // } 152 152 153 153 // Set current shortcode data if available. -
easy-dropbox-integration/tags/2.0.1/includes/Review.php
r3424111 r3470736 101 101 $nonce = wp_create_nonce( 'edbi_admin_action_nonce' ); 102 102 103 $review_url = 'https://wordpress.org/support/plugin/easy-dropbox-integration/reviews /?filter=5#new-post';103 $review_url = 'https://wordpress.org/support/plugin/easy-dropbox-integration/reviews'; 104 104 105 105 $review_later_link = add_query_arg( -
easy-dropbox-integration/tags/2.0.1/includes/functions.php
r3465437 r3470736 4 4 * 5 5 * @package EDBI 6 * @author ultraDevs < contact@ultradevs.com>6 * @author ultraDevs <hello@ultradevs.com> 7 7 * @license GPL-2.0+ 8 8 * @link https://ultradevs.com … … 331 331 332 332 /** 333 * Get Active Account ID 334 * 335 * @return string Account ID or empty string. 336 */ 337 function edbi_get_active_account_id() { 338 $active_account = Account::get_active_account(); 339 340 if ( ! $active_account ) { 341 return ''; 342 } 343 344 return $active_account['id']; 345 } 346 347 /** 333 348 * Cleanup Account Data 334 349 * -
easy-dropbox-integration/tags/2.0.1/readme.txt
r3465437 r3470736 3 3 Donate link: https://ultradevs.com/donate 4 4 Tags: dropbox, file manager, embed, shortcode, form 5 Requires at least: 5.3.26 Tested up to: 6.9 7 Stable tag: 2.0. 05 Requires at least: 6.2 6 Tested up to: 6.9.1 7 Stable tag: 2.0.1 8 8 Requires PHP: 7.4.0 9 9 License: GPLv2 or later … … 168 168 == Changelog == 169 169 170 = 2.0.1 - 27 February, 2026 = 171 - **Fix:** Ajax Error. 172 170 173 = 2.0.0 - 20 February, 2026 = 171 174 - **Fix:** Some Issues. -
easy-dropbox-integration/tags/2.0.1/vendor/composer/installed.php
r3366399 r3470736 2 2 'root' => array( 3 3 'name' => 'ultradevs/easy-dropbox-integration', 4 'pretty_version' => 'dev- develop',5 'version' => 'dev- develop',6 'reference' => ' 4219912f2fdda6a17ff4cfb22372fd8a9364f27b',4 'pretty_version' => 'dev-main', 5 'version' => 'dev-main', 6 'reference' => 'efcacd7a0771b20043811ecb76dfeda0694873c3', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 162 162 ), 163 163 'ultradevs/easy-dropbox-integration' => array( 164 'pretty_version' => 'dev- develop',165 'version' => 'dev- develop',166 'reference' => ' 4219912f2fdda6a17ff4cfb22372fd8a9364f27b',164 'pretty_version' => 'dev-main', 165 'version' => 'dev-main', 166 'reference' => 'efcacd7a0771b20043811ecb76dfeda0694873c3', 167 167 'type' => 'library', 168 168 'install_path' => __DIR__ . '/../../', -
easy-dropbox-integration/trunk/easy-dropbox-integration.php
r3465437 r3470736 28 28 * Plugin URI: https://ultradevs.com/easy-dropbox-integration/ 29 29 * Description: Easy DropBox Integration - Browse, Upload, Manage Your Dropbox Files from Your Website Easily. 30 * Version: 2.0. 030 * Version: 2.0.1 31 31 * Author: ultraDevs 32 32 * Author URI: https://ultradevs.com … … 41 41 42 42 // Constant. 43 define( 'EDBI_VERSION', '2.0. 0' );43 define( 'EDBI_VERSION', '2.0.1' ); 44 44 define( 'EDBI_NAME', 'Easy Dropbox Integration' ); 45 45 define( 'EDBI_DIR_PATH', plugin_dir_path( __FILE__ ) ); -
easy-dropbox-integration/trunk/includes/Ajax.php
r3465437 r3470736 147 147 } 148 148 149 if ( ! current_user_can( 'manage_options' ) ) {150 wp_send_json_error( array( 'message' => __( 'You do not have permission to perform this action', 'easy-dropbox-integration' ) ) );151 }149 // if ( ! current_user_can( 'manage_options' ) ) { 150 // wp_send_json_error( array( 'message' => __( 'You do not have permission to perform this action', 'easy-dropbox-integration' ) ) ); 151 // } 152 152 153 153 // Set current shortcode data if available. -
easy-dropbox-integration/trunk/includes/Review.php
r3424111 r3470736 101 101 $nonce = wp_create_nonce( 'edbi_admin_action_nonce' ); 102 102 103 $review_url = 'https://wordpress.org/support/plugin/easy-dropbox-integration/reviews /?filter=5#new-post';103 $review_url = 'https://wordpress.org/support/plugin/easy-dropbox-integration/reviews'; 104 104 105 105 $review_later_link = add_query_arg( -
easy-dropbox-integration/trunk/includes/functions.php
r3465437 r3470736 4 4 * 5 5 * @package EDBI 6 * @author ultraDevs < contact@ultradevs.com>6 * @author ultraDevs <hello@ultradevs.com> 7 7 * @license GPL-2.0+ 8 8 * @link https://ultradevs.com … … 331 331 332 332 /** 333 * Get Active Account ID 334 * 335 * @return string Account ID or empty string. 336 */ 337 function edbi_get_active_account_id() { 338 $active_account = Account::get_active_account(); 339 340 if ( ! $active_account ) { 341 return ''; 342 } 343 344 return $active_account['id']; 345 } 346 347 /** 333 348 * Cleanup Account Data 334 349 * -
easy-dropbox-integration/trunk/readme.txt
r3465437 r3470736 3 3 Donate link: https://ultradevs.com/donate 4 4 Tags: dropbox, file manager, embed, shortcode, form 5 Requires at least: 5.3.26 Tested up to: 6.9 7 Stable tag: 2.0. 05 Requires at least: 6.2 6 Tested up to: 6.9.1 7 Stable tag: 2.0.1 8 8 Requires PHP: 7.4.0 9 9 License: GPLv2 or later … … 168 168 == Changelog == 169 169 170 = 2.0.1 - 27 February, 2026 = 171 - **Fix:** Ajax Error. 172 170 173 = 2.0.0 - 20 February, 2026 = 171 174 - **Fix:** Some Issues. -
easy-dropbox-integration/trunk/vendor/composer/installed.php
r3366399 r3470736 2 2 'root' => array( 3 3 'name' => 'ultradevs/easy-dropbox-integration', 4 'pretty_version' => 'dev- develop',5 'version' => 'dev- develop',6 'reference' => ' 4219912f2fdda6a17ff4cfb22372fd8a9364f27b',4 'pretty_version' => 'dev-main', 5 'version' => 'dev-main', 6 'reference' => 'efcacd7a0771b20043811ecb76dfeda0694873c3', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 162 162 ), 163 163 'ultradevs/easy-dropbox-integration' => array( 164 'pretty_version' => 'dev- develop',165 'version' => 'dev- develop',166 'reference' => ' 4219912f2fdda6a17ff4cfb22372fd8a9364f27b',164 'pretty_version' => 'dev-main', 165 'version' => 'dev-main', 166 'reference' => 'efcacd7a0771b20043811ecb76dfeda0694873c3', 167 167 'type' => 'library', 168 168 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.