Plugin Directory

Changeset 2324183


Ignore:
Timestamp:
06/15/2020 08:04:17 AM (6 years ago)
Author:
kees-brandenburg
Message:

Fixed: updating order of object images in synchronization when only the order has changed

Location:
yes-co-ores-wordpress-plugin/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • yes-co-ores-wordpress-plugin/trunk/includes/classes/yog_synchronization_manager.php

    r2321660 r2324183  
    766766                $this->warnings[] = 'Failed to retrieve image data';
    767767              }
     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()));
    768773            }
    769774
  • yes-co-ores-wordpress-plugin/trunk/includes/config/config.php

    r2321660 r2324183  
    2121  define('YOG_POST_TYPE_ATTACHMENT',    'attachment');
    2222
    23   define('YOG_PLUGIN_VERSION',      '1.3.67');
     23  define('YOG_PLUGIN_VERSION',      '1.3.68');
    2424  define('YOG_PLUGIN_DOJO_VERSION', '1.12.2'); // Old 1.9.3
    2525?>
  • yes-co-ores-wordpress-plugin/trunk/package.json

    r2321660 r2324183  
    11{
    22    "name": "yesco-ores",
    3     "version": "1.3.67",
     3    "version": "1.3.68",
    44    "devDependencies": {
    55        "grunt": "~1.0.3",
  • yes-co-ores-wordpress-plugin/trunk/readme.txt

    r2321660 r2324183  
    44Requires at least: 3.1
    55Tested up to: 5.4
    6 Stable tag: 1.3.67
     6Stable tag: 1.3.68
    77
    88Directly 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.
     
    8888
    8989== Changelog ==
     90= 1.3.68 =
     91* Fixed: updating order of object images in synchronization when only the order has changed
    9092= 1.3.67 =
    9193* 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  
    55  Text Domain: yes-co-ores-wordpress-plugin
    66  Description: Publiceert uw onroerend goed op uw Wordpress Blog
    7   Version: 1.3.67
     7  Version: 1.3.68
    88  Author: Yes-co
    99  Author URI: https://www.yes-co.nl
Note: See TracChangeset for help on using the changeset viewer.