Changeset 2324183
- Timestamp:
- 06/15/2020 08:04:17 AM (6 years ago)
- Location:
- yes-co-ores-wordpress-plugin/trunk
- Files:
-
- 5 edited
-
includes/classes/yog_synchronization_manager.php (modified) (1 diff)
-
includes/config/config.php (modified) (1 diff)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
yesco-og.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yes-co-ores-wordpress-plugin/trunk/includes/classes/yog_synchronization_manager.php
r2321660 r2324183 766 766 $this->warnings[] = 'Failed to retrieve image data'; 767 767 } 768 } 769 // Make sure the image order is up-to-date 770 else if (!is_null($attachmentId)) 771 { 772 wp_update_post(array('ID' => $attachmentId, 'menu_order' => $mcp3Image->getOrder())); 768 773 } 769 774 -
yes-co-ores-wordpress-plugin/trunk/includes/config/config.php
r2321660 r2324183 21 21 define('YOG_POST_TYPE_ATTACHMENT', 'attachment'); 22 22 23 define('YOG_PLUGIN_VERSION', '1.3.6 7');23 define('YOG_PLUGIN_VERSION', '1.3.68'); 24 24 define('YOG_PLUGIN_DOJO_VERSION', '1.12.2'); // Old 1.9.3 25 25 ?> -
yes-co-ores-wordpress-plugin/trunk/package.json
r2321660 r2324183 1 1 { 2 2 "name": "yesco-ores", 3 "version": "1.3.6 7",3 "version": "1.3.68", 4 4 "devDependencies": { 5 5 "grunt": "~1.0.3", -
yes-co-ores-wordpress-plugin/trunk/readme.txt
r2321660 r2324183 4 4 Requires at least: 3.1 5 5 Tested up to: 5.4 6 Stable tag: 1.3.6 76 Stable tag: 1.3.68 7 7 8 8 Directly post real estate objects from your Yes-co system to your wordpress blog with the Yes-co Open Real Estate System (Yes-co ORES) Plugin. … … 88 88 89 89 == Changelog == 90 = 1.3.68 = 91 * Fixed: updating order of object images in synchronization when only the order has changed 90 92 = 1.3.67 = 91 93 * Added: support for detecting floorplans from floorplan.com so they can be retrieved using yog_retrieveEmbedMovies() -
yes-co-ores-wordpress-plugin/trunk/yesco-og.php
r2321660 r2324183 5 5 Text Domain: yes-co-ores-wordpress-plugin 6 6 Description: Publiceert uw onroerend goed op uw Wordpress Blog 7 Version: 1.3.6 77 Version: 1.3.68 8 8 Author: Yes-co 9 9 Author URI: https://www.yes-co.nl
Note: See TracChangeset
for help on using the changeset viewer.