Plugin Directory

Changeset 1310248


Ignore:
Timestamp:
12/16/2015 06:46:08 PM (10 years ago)
Author:
trackhs
Message:

1.8.7 fixes

Location:
track-connect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • track-connect/trunk/includes/views/wp-listings-settings.php

    r1310127 r1310248  
    111111            x = 0;
    112112            var units = d.response;
    113             var num = (units / 50) + 1;
     113            var num = (units / 25) + 1;
    114114            var pages = [];
    115115            for(i = 1;i <= num;i++){
     
    142142        data: {
    143143            action: 'sync_units',
    144             page: page
     144            page: page,
     145            size: 25
    145146        },
    146147        success: function (d) {
    147             $j('#sync-msg').append('<br>'+d.created * 50+' units created. '+d.updated+' units updated.');
     148            $j('#sync-msg').append('<br>'+d.created * 25+' units created. '+d.updated+' units updated.');
    148149            callback();
    149150        }
  • track-connect/trunk/plugin.php

    r1310226 r1310248  
    77    Author URI: http://www.trackhs.com
    88
    9     Version: 1.8.6
     9    Version: 1.8.7
    1010
    1111    License: GNU General Public License v2.0 (or later)
     
    5555
    5656    define( 'WP_LISTINGS_URL', plugin_dir_url( __FILE__ ) );
    57     define( 'WP_LISTINGS_VERSION', '1.8.6' );
     57    define( 'WP_LISTINGS_VERSION', '1.8.7' );
    5858
    5959    /** Load textdomain for translation */
  • track-connect/trunk/readme.txt

    r1310226 r1310248  
    44Requires at least: 3.7
    55Tested up to: 4.2.3
    6 Stable tag: 1.8.6
     6Stable tag: 1.8.7
    77
    88Creates and syncs listing-type posts from TRACK PM, a cloud-based property management system (www.trackhs.com).
Note: See TracChangeset for help on using the changeset viewer.