Plugin Directory

Changeset 1522528


Ignore:
Timestamp:
10/26/2016 02:56:16 PM (9 years ago)
Author:
offshorent
Message:

New Version added

Location:
os-our-team
Files:
36 added
8 edited

Legend:

Unmodified
Added
Removed
  • os-our-team/trunk/includes/admin/meta-boxes/class-os-our-team-custom.php

    r1289428 r1522528  
    1010 *
    1111 * @class       ourTeamCustom
    12  * @version     1.2
     12 * @version     1.6
    1313 * @category    Class
    14  * @author      Jinesh.P.V, Offshorent Softwares Pvt Ltd.
     14 * @author      Offshorent Solutions Pvt Ltd. | Jinesh.P.V
    1515 */
    1616 
     
    6060 * Returns the main instance of ourTeamCustom to prevent the need to use globals.
    6161 *
    62  * @since  1.2
     62 * @since  1.6
    6363 * @return ourTeamCustom
    6464 */
  • os-our-team/trunk/includes/admin/meta-boxes/class-os-our-team-social.php

    r1289428 r1522528  
    1010 *
    1111 * @class       ourTeamSocial
    12  * @version     1.2
     12 * @version     1.6
    1313 * @category    Class
    14  * @author      Jinesh.P.V, Offshorent Softwares Pvt Ltd.
     14 * @author      Offshorent Solutions Pvt Ltd. | Jinesh.P.V
    1515 */
    1616 
     
    6060 * Returns the main instance of ourTeamSocial to prevent the need to use globals.
    6161 *
    62  * @since  1.2
     62 * @since  1.6
    6363 * @return ourTeamSocial
    6464 */
  • os-our-team/trunk/includes/admin/os-our-team-about.php

    r1301074 r1522528  
    1010 *
    1111 * @class       OS_About
    12  * @version     1.2
     12 * @version     1.6
    1313 * @category    Class
    14  * @author      Jinesh, Senior Software Engineer
     14 * @author      Offshorent Solutions Pvt Ltd. | Jinesh.P.V
    1515 */
    1616 
     
    4040        * about_ourteam_developer for ourteam blog
    4141        *
    42         * @since  1.2
     42        * @since  1.6
    4343        */
    4444   
     
    126126 * Returns the main instance of OS_About to prevent the need to use globals.
    127127 *
    128  * @since  2.0
     128 * @since  1.6
    129129 * @return OS_About
    130130 */
  • os-our-team/trunk/includes/admin/os-our-team-post-types.php

    r1380940 r1522528  
    1010 *
    1111 * @class       ourTeamPostType
    12  * @version     1.2
    13  * @category            Class
    14  * @author      Jinesh.P.V, Offshorent Softwares Pvt Ltd.
     12 * @version     1.6
     13 * @category    Class
     14 * @author      Offshorent Solutions Pvt Ltd. | Jinesh.P.V.
    1515 */
    1616 
     
    168168 * Returns the main instance of ourTeamPostType to prevent the need to use globals.
    169169 *
    170  * @since  1.2
     170 * @since  1.6
    171171 * @return ourTeamPostType
    172172 */
  • os-our-team/trunk/includes/admin/os-our-team-settings.php

    r1289428 r1522528  
    1010 *
    1111 * @class       OS_Settings
    12  * @version     1.2
     12 * @version     1.6
    1313 * @category    Class
    14  * @author      Jinesh, Senior Software Engineer
     14 * @author      Offshorent Solutions Pvt Ltd. | Jinesh.P.V
    1515 */
    1616 
     
    4141        * Setting function for ourteam blog
    4242        *
    43         * @since  1.2
     43        * @since  1.6
    4444        */
    4545         
     
    155155        /**
    156156        * Admin init ourTeam when WordPress Initialises.
    157         * @since  1.2
     157        * @since  1.6
    158158        */
    159159         
     
    169169        /**
    170170        * Sanitize each setting field as needed
    171         * @since 1.2
     171        * @since 1.6
    172172        */
    173173             
  • os-our-team/trunk/includes/os-our-team-shortcode.php

    r1380971 r1522528  
    1010 *
    1111 * @class       OS_Shortcode
    12  * @version     1.2
     12 * @version     1.6
    1313 * @category    Class
    14  * @author      Jinesh, Senior Software Engineer
     14 * @author      Offshorent Solutions Pvt Ltd. | Jinesh.P.V
    1515 */
    1616 
     
    3131        * Core function for shortcode hook
    3232        *
    33         * @since  1.2
     33        * @since  1.6
    3434        */
    3535         
  • os-our-team/trunk/os-our-team.php

    r1380971 r1522528  
    44 * Plugin URI: http://offshorent.com/blog/extensions/os-our-team
    55 * Description: Display your employees, team members, or any type of list.
    6  * Version: 1.5
    7  * Author: Jinesh, Team Leader Wordpress, Offshorent Solutions Pvt Ltd.
     6 * Version: 1.6
     7 * Author: Offshorent Solutions Pvt Ltd. | Jinesh.P.V
    88 * Author URI: http://www.offshorent.com/
    9  * Requires at least: 3.8
    10  * Tested up to: 4.4.2
     9 * Requires at least: 4.0
     10 * Tested up to: 4.6.1
    1111**/
    1212
     
    2121 *
    2222 * @class ourTeam
    23  * @version 1.4
     23 * @version 1.6
    2424 */
    2525
     
    2828    /**
    2929    * @var string
    30     * @since 1.4
    31     */
    32      
    33     public $version = '1.4';
     30    * @since 1.6
     31    */
     32     
     33    public $version = '1.6';
    3434
    3535    /**
    3636    * @var ourTeam The single instance of the class
    37     * @since 1.4
     37    * @since 1.6
    3838    */
    3939     
     
    4545    * Ensures only one instance of ourTeam is loaded or can be loaded.
    4646    *
    47     * @since 1.4
     47    * @since 1.6
    4848    * @static
    4949    * @return ourTeam - Main instance
     
    6060    * Cloning is forbidden.
    6161    *
    62     * @since 1.4
     62    * @since 1.6
    6363    */
    6464
    6565    public function __clone() {
    66         _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'our-team' ), '1.4' );
     66        _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'our-team' ), '1.6' );
    6767    }
    6868
     
    7070    * Unserializing instances of this class is forbidden.
    7171    *
    72     * @since 1.4
     72    * @since 1.6
    7373    */
    7474     
    7575    public function __wakeup() {
    76         _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'our-team' ), '1.4' );
     76        _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'our-team' ), '1.6' );
    7777    }
    7878       
     
    8080    * Get the plugin url.
    8181    *
    82     * @since 1.4
     82    * @since 1.6
    8383    */
    8484
     
    9090    * Get the plugin path.
    9191    *
    92     * @since 1.4
     92    * @since 1.6
    9393    */
    9494
     
    100100    * Get Ajax URL.
    101101    *
    102     * @since 1.4
     102    * @since 1.6
    103103    */
    104104
     
    111111    * @access public
    112112    * @return ourTeam
    113     * @since 1.4
     113    * @since 1.6
    114114    */
    115115     
     
    137137    /**
    138138    * Install ourTeam
    139     * @since 1.4
     139    * @since 1.6
    140140    */
    141141     
     
    151151    /**
    152152    * Define ourTeam Constants
    153     * @since 1.4
     153    * @since 1.6
    154154    */
    155155     
     
    168168    * includes defaults files
    169169    *
    170     * @since 1.4
     170    * @since 1.6
    171171    */
    172172     
     
    183183    /**
    184184    * Init ourTeam when WordPress Initialises.
    185     * @since 1.4
     185    * @since 1.6
    186186    */
    187187     
     
    193193    /**
    194194    * Add web portfolio image sizes to WP
    195     * @since 1.4
     195    * @since 1.6
    196196    */
    197197    public function add_image_sizes() {
     
    203203    * Clean all output buffers
    204204    *
    205     * @since  1.4
     205    * @since  1.6
    206206    */
    207207     
     
    214214    * Callback function
    215215    *
    216     * @since  1.4
     216    * @since  1.6
    217217    */
    218218     
     
    224224    * Clean all output buffers
    225225    *
    226     * @since  1.4
     226    * @since  1.6
    227227    */
    228228     
     
    253253    * admin style hook for ourTeam
    254254    *
    255     * @since  1.4
     255    * @since  1.6
    256256    */
    257257     
    258258    public function our_team_admin_styles() {           
    259259        wp_enqueue_style( 'admin-style', plugins_url( 'css/admin/style-min.css', __FILE__ ) );
    260         wp_enqueue_script( 'admin-init', plugins_url( 'js/admin/custom-min.js', __FILE__ ), array(), '1.4.2', true );
     260        wp_enqueue_script( 'admin-init', plugins_url( 'js/admin/custom-min.js', __FILE__ ), array(), '1.6.2', true );
    261261        wp_localize_script( 'admin-init', 'ot_admin_ajax', array( 'ajax_url' => admin_url( 'admin-ajax.php' ) ) );   
    262262    }
     
    265265    * Frontend style hook for ourTeam
    266266    *
    267     * @since  1.4
     267    * @since  1.6
    268268    */
    269269     
     
    322322            wp_enqueue_style( 'os-team-main', plugins_url( 'css/frontend-style-min.css', __FILE__ ) );
    323323            wp_enqueue_script( 'os-team-flip', plugins_url( 'js/flip-min.js', __FILE__ ), array(), '2.0.2', true );
    324             wp_enqueue_script( 'os-team-init', plugins_url( 'js/init-min.js', __FILE__ ), array(), '1.1.4', true );
     324            wp_enqueue_script( 'os-team-init', plugins_url( 'js/init-min.js', __FILE__ ), array(), '1.1.6', true );
    325325            wp_add_inline_style( 'os-team-main', $custom_css ); 
    326326        }     
     
    333333 * Returns the main instance of ourTeam to prevent the need to use globals.
    334334 *
    335  * @since  1.4
     335 * @since  1.6
    336336 * @return ourTeam
    337337 */
  • os-our-team/trunk/readme.txt

    r1380971 r1522528  
    22Contributors: offshorent
    33Tags: Employees, Our team, Employees list, team members, Our team listing
    4 Requires at least: 3.8
    5 Tested up to: 4.4.2
    6 Stable tag: 1.5
     4Requires at least: 4.0
     5Tested up to: 4.6.1
     6Stable tag: 1.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9292= 1.1
    9393* Design issue fixed
    94 = 1.2
     94= 1.6
    9595* Muse Layout responsive issue fixed
    9696= 1.3
    9797* Improving the loading speed
    98 = 1.4
     98= 1.6
    9999* Shortcode issue with text wigjet fixed
Note: See TracChangeset for help on using the changeset viewer.