Plugin Directory

Changeset 727599


Ignore:
Timestamp:
06/17/2013 06:49:07 PM (13 years ago)
Author:
steven.gohigher
Message:

Committing file changes for 3.0.15

Location:
integrator3/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • integrator3/trunk/integrator.php

    r721449 r727599  
    66 * @copyright  2009 - 2012 Go Higher Information Services.  All rights reserved.
    77 * @license    ${p.PROJECT_LICENSE}
    8  * @version    3.0.14 ( $Id: integrator.php 244 2013-04-24 13:31:54Z steven_gohigher $ )
     8 * @version    3.0.15 ( $Id: integrator.php 244 2013-04-24 13:31:54Z steven_gohigher $ )
    99 * @author     Go Higher Information Services
    1010 * @since      3.0.0
     
    1919Author: Go Higher Information Services
    2020Author URI: https://www.gohigheris.com/
    21 Version: 3.0.14
     21Version: 3.0.15
    2222*/
    2323
    24 define( 'INTEGRATOR_VERSION', "3.0.14" );
     24define( 'INTEGRATOR_VERSION', "3.0.15" );
    2525
    2626/**
    2727 * Integrator Class
    28  * @version     3.0.14
     28 * @version     3.0.15
    2929 * 
    3030 * @since       3.0.0
     
    4141     * Constructor method
    4242     * @access      public
    43      * @version     3.0.14
     43     * @version     3.0.15
    4444     *
    4545     * @since       3.0.0
     
    107107     * Initializes in admin
    108108     * @access      public
    109      * @version     3.0.14
     109     * @version     3.0.15
    110110     *
    111111     * @since       3.0.0
     
    121121     * Create the meta box for the Integrated Link admin area
    122122     * @access      public
    123      * @version     3.0.14
     123     * @version     3.0.15
    124124     *
    125125     * @since       3.0.0
     
    147147     * Handles the Integrated Link field in admin area and sets it to meta data
    148148     * @access      public
    149      * @version     3.0.14
     149     * @version     3.0.15
    150150     * @param       integer     - $post_id: the post id passed by admin area
    151151     * @param       array       - $post: contains description of the post
     
    191191     * Place holder for adding javascript to the admin header
    192192     * @access      public
    193      * @version     3.0.14
     193     * @version     3.0.15
    194194     *
    195195     * @since       3.0.0
     
    204204     * Generates the menu item
    205205     * @access      public
    206      * @version     3.0.14
     206     * @version     3.0.15
    207207     *
    208208     * @since       3.0.0
     
    217217     * Renders and handles the options page for the Integrator
    218218     * @access      public
    219      * @version     3.0.14
     219     * @version     3.0.15
    220220     *
    221221     * @since       3.0.0
     
    264264     * Method to grab the cnxn pages from the Integrator
    265265     * @access      public
    266      * @version     3.0.14
     266     * @version     3.0.15
    267267     *
    268268     * @return      array
     
    292292     * Method to get a route from the Integrator
    293293     * @access      public
    294      * @version     3.0.14
     294     * @version     3.0.15
    295295     *
    296296     * @return      result of API call
     
    313313     * Intercepts calls for the intlink post type and redirects
    314314     * @access      public
    315      * @version     3.0.14
     315     * @version     3.0.15
    316316     *
    317317     * @since       3.0.0
     
    398398     * Grabs the logged in cookies when passed through the set_logged_in_cookie action in WP
    399399     * @access      public
    400      * @version     3.0.14
     400     * @version     3.0.15
    401401     * @param       string      - $cookie: the value of the set cookie
    402402     *
     
    413413     * Action handler for logging into the site
    414414     * @access      public
    415      * @version     3.0.14
     415     * @version     3.0.15
    416416     * @param       string      - $redirect_to: the redirect url
    417417     * @param       bool        - $isset: if the $redirect has been sent back (login started)
     
    462462     * Action handler for logging out and redirecting to Integrator
    463463     * @access      public
    464      * @version     3.0.14
     464     * @version     3.0.15
    465465     *
    466466     * @since       3.0.0s
     
    526526     * Perform actual deletion
    527527     * @access      public
    528      * @version     3.0.14
     528     * @version     3.0.15
    529529     * @param       integer     - $user_id: the user id of the user we just deleted in WP
    530530     *
     
    551551     * Grab a copy of the user before we delete them
    552552     * @access      public
    553      * @version     3.0.14
     553     * @version     3.0.15
    554554     * @param       integer     - $user_id: contains the user id of the user to delete
    555555     *
     
    567567     * Update user information on Integrator
    568568     * @access      public
    569      * @version     3.0.14
     569     * @version     3.0.15
    570570     * @param       integer     - $user_id: id of user
    571571     * @param       array       - $post: the original data of user
     
    595595     * Validates user information prior to saving
    596596     * @access      public
    597      * @version     3.0.14
     597     * @version     3.0.15
    598598     * @param       object      - $errors: (reference) WP_Error object
    599599     * @param       boolean     - $update: if this is an update then true
     
    646646     * Permits getting of variables
    647647     * @access      public
    648      * @version     3.0.14
     648     * @version     3.0.15
    649649     * @param       string      - $var: the name of the variable to get
    650650     * @param       mixed       - $default: the default value if not set
     
    662662     * Permits setting of variables
    663663     * @access      public
    664      * @version     3.0.14
     664     * @version     3.0.15
    665665     * @param       string      - $var: the name of the variable to set
    666666     * @param       mixed       - $value: the value to set
     
    687687     * Easy wrapper for pinging Integrator
    688688     * @access      private
    689      * @version     3.0.14
     689     * @version     3.0.15
    690690     * @param       boolean     - $updated: if we are updating settings, set to true to grab from POST
    691691     *
     
    702702     * Convenient file includer
    703703     * @access      private
    704      * @version     3.0.14
     704     * @version     3.0.15
    705705     *
    706706     * @since       3.0.0
     
    736736     * Method to check to see if we are active or not
    737737     * @access      private
    738      * @version     3.0.14
     738     * @version     3.0.15
    739739     *
    740740     * @return      boolean
     
    761761     * Easy wrapper for updating settings on the Integrator
    762762     * @access      private
    763      * @version     3.0.14
     763     * @version     3.0.15
    764764     * @param       boolean     - $updated: if we are updating settings, set to true to grab from POST
    765765     *
     
    788788/**
    789789 * Integrator XMLRPC Handler
    790  * @version     3.0.14
     790 * @version     3.0.15
    791791 *
    792792 * @since       3.0.0
     
    799799     * Takes a set of credentials and authenticates them against WP
    800800     * @access      public
    801      * @version     3.0.14
     801     * @version     3.0.15
    802802     * @param       array       - $args: the arguments passed via XMLRPC Server
    803803     *
     
    830830     * Returns this version of the Integrator
    831831     * @access      public
    832      * @version     3.0.14
     832     * @version     3.0.15
    833833     * @param       array       - $args: the arguments passed via XMLRPC Server
    834834     *
     
    845845     * Gets the Wordpress menu tree
    846846     * @access      public
    847      * @version     3.0.14
     847     * @version     3.0.15
    848848     * @param       array of arguments passed via XML-RPC
    849849     *
     
    894894     * Gets missing credentials for user
    895895     * @access      public
    896      * @version     3.0.14
     896     * @version     3.0.15
    897897     * @param       array of arguments passed via XML-RPC
    898898     *
     
    923923     * Log a user in first
    924924     * @access      public
    925      * @version     3.0.14
     925     * @version     3.0.15
    926926     * @param       array       - $args: the arguments passed via XMLRPC Server
    927927     *
     
    961961     * Ping interface
    962962     * @access      public
    963      * @version     3.0.14
     963     * @version     3.0.15
    964964     * @param       array       - $args: the arguments passed via XMLRPC Server
    965965     *
     
    989989     * Create a new user in WP
    990990     * @access      public
    991      * @version     3.0.14
     991     * @version     3.0.15
    992992     * @param       array       - $args: the arguments passed via XMLRPC Server
    993993     *
     
    10171017     * Find a user in WP
    10181018     * @access      public
    1019      * @version     3.0.14
     1019     * @version     3.0.15
    10201020     * @param       array       - $args: the arguments passed via XMLRPC Server
    10211021     *
     
    10411041     * Method to remove a user from WP
    10421042     * @access      public
    1043      * @version     3.0.14
     1043     * @version     3.0.15
    10441044     * @param       array       - $args: the arguments passed via XMLRPC Server
    10451045     *
     
    10741074     * Method to search for a user
    10751075     * @access      public
    1076      * @version     3.0.14
     1076     * @version     3.0.15
    10771077     * @param       array       - $args: the arguments passed via XMLRPC Server
    10781078     *
     
    10961096     * Updates a user in WP
    10971097     * @access      public
    1098      * @version     3.0.14
     1098     * @version     3.0.15
    10991099     * @param       array       - $args: the arguments passed via XMLRPC Server
    11001100     *
     
    11431143     * Provides for new user validation
    11441144     * @access      public
    1145      * @version     3.0.14
     1145     * @version     3.0.15
    11461146     * @param       array       - $args: the arguments passed via XMLRPC Server
    11471147     *
     
    11731173     * Provides for existing user validation on changes
    11741174     * @access      public
    1175      * @version     3.0.14
     1175     * @version     3.0.15
    11761176     * @param       array       - $args: the arguments passed via XMLRPC Server
    11771177     *
     
    13011301 * Integrator initilization
    13021302 * @access      public
    1303  * @version     3.0.14
     1303 * @version     3.0.15
    13041304 *
    13051305 * @since       3.0.0
  • integrator3/trunk/readme.txt

    r721449 r727599  
    55Requires at least: 3.2
    66Tested up to: 3.4
    7 Stable tag: 3.0.14
     7Stable tag: 3.0.15
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.