Plugin Directory

Changeset 743360


Ignore:
Timestamp:
07/19/2013 08:47:33 PM (13 years ago)
Author:
mikerolfeprimal
Message:
  • BUG FIX: Removed channel tag until proper server-side support is finalized
Location:
primal-for-wp/trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • primal-for-wp/trunk/core/PRM_Main.controller.php

    r726394 r743360  
    1010 * @license     http://www.gnu.org/licenses/gpl-3.0-standalone.html
    1111 * @link        http://primal.com
    12  * @version     0.1
     12 * @version     0.2.1
    1313 *
    1414 * ------------------------------------------------------------------------
  • primal-for-wp/trunk/core/admin/PRM_Admin_Init.core.php

    r726394 r743360  
    99 * @license     http://www.gnu.org/licenses/gpl-3.0-standalone.html
    1010 * @link        http://primal.com
    11  * @version     0.1
     11 * @version     0.2.1
    1212 *
    1313 * ------------------------------------------------------------------------
  • primal-for-wp/trunk/core/admin/PRM_Admin_Page.core.php

    r726394 r743360  
    1010 * @license     http://www.gnu.org/licenses/gpl-3.0-standalone.html
    1111 * @link        http://primal.com
    12  * @version     0.1
     12 * @version     0.2.1
    1313 *
    1414 * ------------------------------------------------------------------------
  • primal-for-wp/trunk/core/admin/PRM_Admin_Page_Load.core.php

    r726703 r743360  
    1010 * @license     http://www.gnu.org/licenses/gpl-3.0-standalone.html
    1111 * @link        http://primal.com
    12  * @version     0.1
     12 * @version     0.2.1
    1313 *
    1414 * ------------------------------------------------------------------------
  • primal-for-wp/trunk/core/admin/primal/Primal_Admin_Init.core.php

    r726394 r743360  
    1010 * @license     http://www.gnu.org/licenses/gpl-3.0-standalone.html
    1111 * @link        http://primal.com
    12  * @version     0.1
     12 * @version     0.2.1
    1313 *
    1414 * ------------------------------------------------------------------------
  • primal-for-wp/trunk/core/admin/primal/Primal_Admin_Page.core.php

    r742872 r743360  
    99 * @license     http://www.gnu.org/licenses/gpl-3.0-standalone.html
    1010 * @link        http://primal.com
    11  * @version     0.1
     11 * @version     0.2.1
    1212 *
    1313 * ------------------------------------------------------------------------
  • primal-for-wp/trunk/core/classes/PRM_API.class.php

    r742872 r743360  
    1010 * @license     http:// www.gnu.org/licenses/gpl-3.0-standalone.html
    1111 * @link        http:// primal.com
    12  * @version     0.1
     12 * @version     0.2.1
    1313 *
    1414 * ------------------------------------------------------------------------
     
    216216
    217217            // add the topics and tags to the request
    218             $this->_final_endpoint = $this->_final_endpoint . '/' . implode( '/', $this->_settings['topics']) . $tags . '?timeOut=120&channel=wp';
     218            $this->_final_endpoint = $this->_final_endpoint . '/' . implode( '/', $this->_settings['topics']) . $tags . '?timeOut=120';
    219219
    220220            $this->_final_endpoint = preg_match('/\/$/', $this->_final_endpoint ) ? preg_replace('/\/$/', '', $this->_final_endpoint) : $this->_final_endpoint;
  • primal-for-wp/trunk/core/classes/PRM_Autoloaders.class.php

    r726394 r743360  
    1010 * @license     http://www.gnu.org/licenses/gpl-3.0-standalone.html
    1111 * @link        http://primal.com
    12  * @version     0.1
     12 * @version     0.2.1
    1313 *
    1414 * ------------------------------------------------------------------------
  • primal-for-wp/trunk/core/classes/PRM_Exceptions.exception.php

    r726394 r743360  
    1010 * @license     http://www.gnu.org/licenses/gpl-3.0-standalone.html
    1111 * @link        http://primal.com
    12  * @version     0.1
     12 * @version     0.2.1
    1313 *
    1414 * ------------------------------------------------------------------------
  • primal-for-wp/trunk/core/classes/PRM_Interest_Posts.class.php

    r726394 r743360  
    1010 * @license     http://www.gnu.org/licenses/gpl-3.0-standalone.html
    1111 * @link        http://primal.com
    12  * @version     0.1
     12 * @version     0.2.1
    1313 *
    1414 * ------------------------------------------------------------------------
  • primal-for-wp/trunk/core/classes/PRM_Main_WP.class.php

    r726394 r743360  
    1010 * @license     http://www.gnu.org/licenses/gpl-3.0-standalone.html
    1111 * @link        http://primal.com
    12  * @version     0.1
     12 * @version     0.2.1
    1313 *
    1414 * ------------------------------------------------------------------------
  • primal-for-wp/trunk/readme.txt

    r743297 r743360  
    88Requires at least: 3.5.1
    99Tested up to: 3.5.2
    10 Version: 0.2
    11 Stable tag: 0.2
     10Version: 0.2.1
     11Stable tag: 0.2.1
    1212
    1313Allows publishers to display related news and info from the Web, relevant to each post. Filter related Web content by the topics you write about!
Note: See TracChangeset for help on using the changeset viewer.