Changeset 2134249
- Timestamp:
- 08/05/2019 12:46:59 PM (7 years ago)
- Location:
- wp-issues-crm
- Files:
-
- 1 deleted
- 4 edited
- 4 copied
-
tags/4.4.1.3 (deleted)
-
tags/4.4.1.4 (copied) (copied from wp-issues-crm/trunk)
-
tags/4.4.1.4/php/entity/class-wic-entity-email-activesync-synch.php (copied) (copied from wp-issues-crm/trunk/php/entity/class-wic-entity-email-activesync-synch.php)
-
tags/4.4.1.4/php/entity/class-wic-entity-email-oauth-synch.php (modified) (1 diff)
-
tags/4.4.1.4/readme.txt (copied) (copied from wp-issues-crm/trunk/readme.txt) (2 diffs)
-
tags/4.4.1.4/wp-issues-crm.php (copied) (copied from wp-issues-crm/trunk/wp-issues-crm.php) (1 diff)
-
trunk/php/entity/class-wic-entity-email-oauth-synch.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-issues-crm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-issues-crm/tags/4.4.1.4/php/entity/class-wic-entity-email-oauth-synch.php
r2019577 r2134249 301 301 302 302 $update_sql = " 303 UPDATE $inbox_table i LEFT JOIN $temporary_table t304 ON BINARY t.message_id = i.extended_message_id303 UPDATE $inbox_table LEFT JOIN $temporary_table 304 ON BINARY $temporary_table.message_id = $inbox_table.extended_message_id 305 305 SET no_longer_in_server_folder = 1 306 WHERE t.message_id IS NULL306 WHERE $temporary_table.message_id IS NULL 307 307 AND no_longer_in_server_folder = 0 308 308 AND full_folder_string = '$folder' -
wp-issues-crm/tags/4.4.1.4/readme.txt
r2134240 r2134249 5 5 Requires at least: 5 6 6 Tested up to: 5.2.1 7 Stable tag: 4.4.1. 37 Stable tag: 4.4.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 108 108 109 109 == Changelog == 110 = 4.4.1.4 = 111 * Additional table locking 110 112 = 4.4.1.3 = 111 113 * Bug fix -- correct MYSQL -
wp-issues-crm/tags/4.4.1.4/wp-issues-crm.php
r2134240 r2134249 4 4 * Plugin URI: http://wp-issues-crm.com 5 5 * Description: Constituent Relationship Management for organizations that respond to constituents. Organizes constituent contacts ( calls, etc. ) around Wordpress posts and categories. 6 * Version: 4.4.1. 36 * Version: 4.4.1.4 7 7 * Author: Will Brownsberger 8 8 * Author URI: http://willbrownsberger.com -
wp-issues-crm/trunk/php/entity/class-wic-entity-email-oauth-synch.php
r2019577 r2134249 301 301 302 302 $update_sql = " 303 UPDATE $inbox_table i LEFT JOIN $temporary_table t304 ON BINARY t.message_id = i.extended_message_id303 UPDATE $inbox_table LEFT JOIN $temporary_table 304 ON BINARY $temporary_table.message_id = $inbox_table.extended_message_id 305 305 SET no_longer_in_server_folder = 1 306 WHERE t.message_id IS NULL306 WHERE $temporary_table.message_id IS NULL 307 307 AND no_longer_in_server_folder = 0 308 308 AND full_folder_string = '$folder' -
wp-issues-crm/trunk/readme.txt
r2134240 r2134249 5 5 Requires at least: 5 6 6 Tested up to: 5.2.1 7 Stable tag: 4.4.1. 37 Stable tag: 4.4.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 108 108 109 109 == Changelog == 110 = 4.4.1.4 = 111 * Additional table locking 110 112 = 4.4.1.3 = 111 113 * Bug fix -- correct MYSQL -
wp-issues-crm/trunk/wp-issues-crm.php
r2134240 r2134249 4 4 * Plugin URI: http://wp-issues-crm.com 5 5 * Description: Constituent Relationship Management for organizations that respond to constituents. Organizes constituent contacts ( calls, etc. ) around Wordpress posts and categories. 6 * Version: 4.4.1. 36 * Version: 4.4.1.4 7 7 * Author: Will Brownsberger 8 8 * Author URI: http://willbrownsberger.com
Note: See TracChangeset
for help on using the changeset viewer.