Plugin Directory

Changeset 1881352


Ignore:
Timestamp:
05/25/2018 11:00:47 AM (8 years ago)
Author:
sovrn
Message:

Updating trunk to 3.6.5

Location:
wordpress-23-related-posts-plugin/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • wordpress-23-related-posts-plugin/trunk/config.php

    r1664968 r1881352  
    11<?php
    2 define('WP_RP_STATIC_BASE_URL', 'https://wprp.zemanta.com/static/');
    3 define("WP_RP_ZEMANTA_API_URL", "http://api.zemanta.com/services/rest/0.0/");
    4 define("WP_RP_ZEMANTA_SUBSCRIPTION_URL", "http://prefs.zemanta.com/api/");
     2define('WP_RP_STATIC_BASE_URL', 'https://wprp.sovrn.com/static/');
     3define("WP_RP_ZEMANTA_API_URL", "http://api-ea.sovrn.com/services/rest/0.0/");
     4define("WP_RP_ZEMANTA_SUBSCRIPTION_URL", "http://prefs-ea.sovrn.com/api/");
    55define('WP_RP_STATIC_THEMES_PATH', 'static/themes/');
    66define('WP_RP_STATIC_JSON_PATH', 'json/');
    7 define('WP_RP_CONTENT_BASE_URL', 'https://wprp.zemanta.com/static/');
    8 define("WP_RP_ZEMANTA_UPLOAD_URL", "http://prefs.zemanta.com/api/upload-articles/");
    9 define("WP_RP_ZEMANTA_ARTICLE_COUNT_URL", "http://prefs.zemanta.com/api/article-count/");
     7define('WP_RP_CONTENT_BASE_URL', 'https://wprp.sovrn.com/static/');
     8define("WP_RP_ZEMANTA_UPLOAD_URL", "http://prefs-ea.sovrn.com/api/upload-articles/");
     9define("WP_RP_ZEMANTA_ARTICLE_COUNT_URL", "http://prefs-ea.sovrn.com/api/article-count/");
    1010
    1111
     
    3232define("WP_RP_MAX_LABEL_LENGTH", 32);
    3333
    34 define("WP_RP_CTR_DASHBOARD_URL", "https://d.zemanta.com/");
     34define("WP_RP_CTR_DASHBOARD_URL", "https://d-ea.sovrn.com/");
    3535define("WP_RP_STATIC_LOADER_FILE", "js/loader.js");
    3636
  • wordpress-23-related-posts-plugin/trunk/readme.txt

    r1664962 r1881352  
    1 === WordPress Related Posts ===
     1=== WordPress Related Posts ===
    22Contributors: sovrn, zemanta
    33Tags: related,posts,post,related posts,plugin,seo,sovrn
     
    55Requires at least: 3.6
    66Tested up to: 4.7
    7 Stable tag: 3.6.4
     7Stable tag: 3.6.5
    88
    99WordPress Related Posts - the plugin for related posts with thumbnails. Caching included.
     
    9494== Changelog ==
    9595
     96= 3.6.5 =
     97* Migrated API URL to sovrn.com domain.
     98
    9699= 3.6.4 =
    97100* Added error and app performance monitoring to help us fix bugs and improve performance.
  • wordpress-23-related-posts-plugin/trunk/static/js/dashboard.js

    r1663482 r1881352  
    1919                extras = extras || {};
    2020                payload = $.extend(extras, payload);
    21                 img.src =  protocol + "eyepatch.zemanta.com/log/?" + object_to_query(payload);
     21                img.src =  protocol + "eyepatch-ea.sovrn.com/log/?" + object_to_query(payload);
    2222            },
    2323            ajaxCallSubscribe = function (email, subscriptions, successCallback) {
     
    5050        disableCustomCSS();
    5151        $('#wp_rp_desktop_custom_theme_enabled').click(disableCustomCSS);
    52        
     52
    5353        if ($('#wp_rp_subscribe_email').length) {
    5454            if (! $('#wp_rp_subscribe_email').val().length) {
     
    5959            }
    6060        }
    61        
     61
    6262        $('#wp_rp_subscribe_button').on('click', function (evt) {
    6363            var email = $('#wp_rp_subscribe_email').val();
     
    7575            });
    7676        });
    77        
     77
    7878        $('#wp_rp_unsubscribe_button').on('click', function (evt) {
    7979            evt.preventDefault();
     
    8888            });
    8989        });
    90        
     90
    9191        // collapsible blocks implementation
    9292        $('#wp_rp_wrap .collapsible .collapse-handle').on('click', function (event) {
     
    115115            }
    116116
    117            
     117
    118118            event.preventDefault();
    119119        });
  • wordpress-23-related-posts-plugin/trunk/static/js/edit_related_posts.js

    r1663482 r1881352  
    1414
    1515            plugin_static_url: window._wp_rp_plugin_static_base_url,
    16             zemanta_thumbnail_url: 'http://i.zemanta.com/{aid}_150_150.jpg',
     16            zemanta_thumbnail_url: 'http://i-ea.sovrn.com/{aid}_150_150.jpg',
    1717            num_default_thumbnails: 30,
    1818
     
    9494                        '<ul></ul>' +
    9595                    '</div>' +
    96                     '<div class="footer"><a href="http://www.zemanta.com/?ref=edit-rp" target="_blank">zemanta.com</a></div>' +
     96                    '<div class="footer"><a href="http://www.sovrn.com/?ref=edit-rp" target="_blank">sovrn.com</a></div>' +
    9797                '</div>');
    9898            elms.wrapper.append(elms.replace_articles_wrap);
  • wordpress-23-related-posts-plugin/trunk/zemanta/views/assets.php

    r925585 r1881352  
    2828</script>
    2929
    30 <script type="text/javascript" id="zemanta-loader" src="https://static.zemanta.com/plugins/wordpress-wprp/loader.js"></script>
     30<script type="text/javascript" id="zemanta-loader" src="https://static-ea.sovrn.com/plugins/wordpress-wprp/loader.js"></script>
  • wordpress-23-related-posts-plugin/trunk/zemanta/views/options.php

    r865434 r1881352  
    1212        </div>
    1313        <p>
    14           <a href="http://prefs.zemanta.com/" target="_blank" class="signin-button prefs-signin">Sign In</a>
     14          <a href="http://prefs-ea.sovrn.com/" target="_blank" class="signin-button prefs-signin">Sign In</a>
    1515        </p>
    16         <p class="below-signin-button"><a href="http://prefs.zemanta.com/" target="_blank" class="prefs-signin">to check stats, change settings and more</a></p>
     16        <p class="below-signin-button"><a href="http://prefs-ea.sovrn.com/" target="_blank" class="prefs-signin">to check stats, change settings and more</a></p>
    1717      </div>
    1818      <div class="col-right">
     
    3131    </p>
    3232    <?php endif; ?>
    33    
     33
    3434  </form>
    35  
     35
    3636</div>
  • wordpress-23-related-posts-plugin/trunk/zemanta/views/scripts.php

    r865434 r1881352  
    1313          format: 'json'
    1414        };
    15         $.post('http://api.zemanta.com/services/rest/0.0/', params, function (data) {
     15        $.post('http://api-ea.sovrn.com/services/rest/0.0/', params, function (data) {
    1616          if (data && data.config_url) {
    1717            $('a.prefs-signin').attr('href', data.config_url);
  • wordpress-23-related-posts-plugin/trunk/zemanta/zemanta.php

    r1663482 r1881352  
    1313
    1414    var $version = '1.2.3';
    15     var $api_url = 'http://api.zemanta.com/services/rest/0.0/';
     15    var $api_url = 'http://api-ea.sovrn.com/services/rest/0.0/';
    1616    var $api_key = '';
    1717    var $options = array();
     
    381381            $desc = $descs[$i];
    382382
    383             // skip images from img.zemanta.com and FMP
    384             if(strpos($url, 'http://img.zemanta.com/') !== false || preg_match('#https?://.+\.fmpub\.net/#i', $url))
     383            // skip images from img-ea.sovrn.com and FMP
     384            if(strpos($url, 'http://img-ea.sovrn.com/') !== false || preg_match('#https?://.+\.fmpub\.net/#i', $url))
    385385                continue;
    386386
Note: See TracChangeset for help on using the changeset viewer.