Changeset 3490232
- Timestamp:
- 03/24/2026 05:21:01 PM (8 days ago)
- Location:
- connect-crm-realstate
- Files:
-
- 10 edited
- 1 copied
-
tags/1.2.2 (copied) (copied from connect-crm-realstate/trunk)
-
tags/1.2.2/connect-crm-realstate.php (modified) (2 diffs)
-
tags/1.2.2/includes/class-iip-admin.php (modified) (1 diff)
-
tags/1.2.2/includes/class-iip-import.php (modified) (1 diff)
-
tags/1.2.2/readme.txt (modified) (2 diffs)
-
tags/1.2.2/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/connect-crm-realstate.php (modified) (2 diffs)
-
trunk/includes/class-iip-admin.php (modified) (1 diff)
-
trunk/includes/class-iip-import.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
connect-crm-realstate/tags/1.2.2/connect-crm-realstate.php
r3483826 r3490232 6 6 * Author: closetechnology 7 7 * Author URI: https://close.technology/ 8 * Version: 1.2. 18 * Version: 1.2.2 9 9 * 10 10 * @package WordPress … … 20 20 defined( 'ABSPATH' ) || die( 'No script kiddies please!' ); 21 21 22 define( 'CCRMRE_VERSION', '1.2. 1' );22 define( 'CCRMRE_VERSION', '1.2.2' ); 23 23 define( 'CCRMRE_PLUGIN', __FILE__ ); 24 24 define( 'CCRMRE_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
connect-crm-realstate/tags/1.2.2/includes/class-iip-admin.php
r3483826 r3490232 703 703 $show_gallery = isset( $this->settings['show_gallery'] ) ? $this->settings['show_gallery'] : 'no'; 704 704 ?> 705 <select name="ccrmre_settings[ ccrmre_show_gallery]" id="show_gallery">705 <select name="ccrmre_settings[show_gallery]" id="show_gallery"> 706 706 <option value="no" <?php selected( $show_gallery, 'no' ); ?>><?php esc_html_e( 'No - Use shortcode only', 'connect-crm-realstate' ); ?></option> 707 707 <option value="yes" <?php selected( $show_gallery, 'yes' ); ?>><?php esc_html_e( 'Yes - Auto display after title', 'connect-crm-realstate' ); ?></option> -
connect-crm-realstate/tags/1.2.2/includes/class-iip-import.php
r3483826 r3490232 60 60 public function scripts_manual_import( $hook ) { 61 61 if ( 'toplevel_page_ccrmre_options' !== $hook ) { 62 return; 63 } 64 65 $active_tab = isset( $_GET['tab'] ) ? sanitize_key( $_GET['tab'] ) : 'iip-import'; // phpcs:ignore WordPress.Security.NonceVerification.Recommended 66 if ( 'iip-import' !== $active_tab ) { 62 67 return; 63 68 } -
connect-crm-realstate/tags/1.2.2/readme.txt
r3483826 r3490232 5 5 Tested up to: 7.0 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 95 95 == Changelog == 96 96 97 = 1.2.2 = 98 * Fixed Auto Display Photo Gallery setting not saving (form input name did not match the settings sanitizer). 99 97 100 = 1.2.1 = 98 101 * Added ability to filter by Postal Code. -
connect-crm-realstate/tags/1.2.2/vendor/composer/installed.php
r3483826 r3490232 2 2 'root' => array( 3 3 'name' => 'close/connect-crm-realstate', 4 'pretty_version' => '1.2. 1',5 'version' => '1.2. 1.0',6 'reference' => ' 3a36da5208e0dbac8f759380e394d219b53ae59e',4 'pretty_version' => '1.2.2', 5 'version' => '1.2.2.0', 6 'reference' => 'b33115d5004843dc1414d4cd007724597fabd67b', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'close/connect-crm-realstate' => array( 14 'pretty_version' => '1.2. 1',15 'version' => '1.2. 1.0',16 'reference' => ' 3a36da5208e0dbac8f759380e394d219b53ae59e',14 'pretty_version' => '1.2.2', 15 'version' => '1.2.2.0', 16 'reference' => 'b33115d5004843dc1414d4cd007724597fabd67b', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
connect-crm-realstate/trunk/connect-crm-realstate.php
r3483826 r3490232 6 6 * Author: closetechnology 7 7 * Author URI: https://close.technology/ 8 * Version: 1.2. 18 * Version: 1.2.2 9 9 * 10 10 * @package WordPress … … 20 20 defined( 'ABSPATH' ) || die( 'No script kiddies please!' ); 21 21 22 define( 'CCRMRE_VERSION', '1.2. 1' );22 define( 'CCRMRE_VERSION', '1.2.2' ); 23 23 define( 'CCRMRE_PLUGIN', __FILE__ ); 24 24 define( 'CCRMRE_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
connect-crm-realstate/trunk/includes/class-iip-admin.php
r3483826 r3490232 703 703 $show_gallery = isset( $this->settings['show_gallery'] ) ? $this->settings['show_gallery'] : 'no'; 704 704 ?> 705 <select name="ccrmre_settings[ ccrmre_show_gallery]" id="show_gallery">705 <select name="ccrmre_settings[show_gallery]" id="show_gallery"> 706 706 <option value="no" <?php selected( $show_gallery, 'no' ); ?>><?php esc_html_e( 'No - Use shortcode only', 'connect-crm-realstate' ); ?></option> 707 707 <option value="yes" <?php selected( $show_gallery, 'yes' ); ?>><?php esc_html_e( 'Yes - Auto display after title', 'connect-crm-realstate' ); ?></option> -
connect-crm-realstate/trunk/includes/class-iip-import.php
r3483826 r3490232 60 60 public function scripts_manual_import( $hook ) { 61 61 if ( 'toplevel_page_ccrmre_options' !== $hook ) { 62 return; 63 } 64 65 $active_tab = isset( $_GET['tab'] ) ? sanitize_key( $_GET['tab'] ) : 'iip-import'; // phpcs:ignore WordPress.Security.NonceVerification.Recommended 66 if ( 'iip-import' !== $active_tab ) { 62 67 return; 63 68 } -
connect-crm-realstate/trunk/readme.txt
r3483826 r3490232 5 5 Tested up to: 7.0 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 17 Stable tag: 1.2.2 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 95 95 == Changelog == 96 96 97 = 1.2.2 = 98 * Fixed Auto Display Photo Gallery setting not saving (form input name did not match the settings sanitizer). 99 97 100 = 1.2.1 = 98 101 * Added ability to filter by Postal Code. -
connect-crm-realstate/trunk/vendor/composer/installed.php
r3483826 r3490232 2 2 'root' => array( 3 3 'name' => 'close/connect-crm-realstate', 4 'pretty_version' => '1.2. 1',5 'version' => '1.2. 1.0',6 'reference' => ' 3a36da5208e0dbac8f759380e394d219b53ae59e',4 'pretty_version' => '1.2.2', 5 'version' => '1.2.2.0', 6 'reference' => 'b33115d5004843dc1414d4cd007724597fabd67b', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'close/connect-crm-realstate' => array( 14 'pretty_version' => '1.2. 1',15 'version' => '1.2. 1.0',16 'reference' => ' 3a36da5208e0dbac8f759380e394d219b53ae59e',14 'pretty_version' => '1.2.2', 15 'version' => '1.2.2.0', 16 'reference' => 'b33115d5004843dc1414d4cd007724597fabd67b', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.