Plugin Directory

Changeset 1968239


Ignore:
Timestamp:
11/03/2018 12:37:18 PM (7 years ago)
Author:
mojofywp
Message:

stable release

Location:
woorousell/trunk
Files:
2 deleted
18 edited

Legend:

Unmodified
Added
Removed
  • woorousell/trunk/README.txt

    r1968131 r1968239  
    55Requires PHP: 5.6
    66Tested up to: 4.9.8
    7 Stable tag: 0.3.1
     7Stable tag: 1.0.0
    88Tags: woocommerce, ecommerce, product carousel, woocommerce carousel, woocommerce slider, slider, product slider, product carousel, shortcode, autoplay, animations
    99License: GPLv2 or later
  • woorousell/trunk/builder/builder-helpers.php

    r1968128 r1968239  
    33 * Builder Helper Functions
    44 *
    5  * @author      Nathan Onn
     5 * @author      MojofyWP
    66 * @package     builder
    7  * @version     1.0.0
    87 *
    98 */
  • woorousell/trunk/builder/builder/controller.php

    r1968128 r1968239  
    33 * Builder Controller Class
    44 *
    5  * @author      Nathan Onn
     5 * @author      MojofyWP
    66 * @package     builder/builder
    77 *
     
    7373        add_action( 'init', array( &$this->_model, 'register_woorousell' ), 1 );
    7474
    75         // add custom image size
    76         add_action( 'init' , array(&$this, 'custom_image_size') , 15 );
    77 
    7875        // add woorousell shortcode
    7976        add_shortcode( 'woorousell' , array(&$this, 'woorousell_sc') );
    8077    }
    81 
    82     /**
    83      * Custom image size
    84      *
    85      * @access public
    86      */
    87     public function custom_image_size() {
    88 
    89         // // Set Large Image Sizes
    90         // add_image_size( 'wrsl-square-large', 1000, 1000, true );
    91         // add_image_size( 'wrsl-portrait-large', 720, 1000, true );
    92         // add_image_size( 'wrsl-landscape-large', 1000, 720, true );
    93 
    94         // // Set Medium Image Sizes
    95         // add_image_size( 'wrsl-square-medium', 480, 480, true );
    96         // add_image_size( 'wrsl-portrait-medium', 340, 480, true );
    97         // add_image_size( 'wrsl-landscape-medium', 480, 340, true );
    98        
    99     }
    10078
    10179    /**
  • woorousell/trunk/builder/builder/model.php

    r1968128 r1968239  
    44 * Builder Model Class
    55 *
    6  * @author      Nathan Onn
     6 * @author      MojofyWP
    77 * @package     builder/builder
    88 *
  • woorousell/trunk/builder/builder/view.php

    r1968128 r1968239  
    33 * Builder View Class
    44 *
    5  * @author      Nathan Onn
     5 * @author      MojofyWP
    66 * @package     builder/builder
    77 *
  • woorousell/trunk/builder/helpers.php

    r1968128 r1968239  
    11<?php
    22/**
    3  * Layers Helper Functions
     3 * Helper Functions
    44 *
    5  * @author      Nathan Onn
     5 * @author      MojofyWP
    66 * @package     builder
    7  * @version     1.0.0
    87 *
    98 */
  • woorousell/trunk/builder/settings-page/controller.php

    r1968128 r1968239  
    33 * Settings Page Controller Class
    44 *
    5  * @author      Nathan Onn
     5 * @author      MojofyWP
    66 * @package     builder/settings-page
    77 *
  • woorousell/trunk/builder/settings-page/model.php

    r1968128 r1968239  
    33 * Settings Page Model Class
    44 *
    5  * @author      Nathan Onn
     5 * @author      MojofyWP
    66 * @package     builder/settings-page
    77 *
  • woorousell/trunk/builder/settings-page/view.php

    r1968128 r1968239  
    33 * Settings Page View Class
    44 *
    5  * @author      Nathan Onn
     5 * @author      MojofyWP
    66 * @package     builder/settings-page
    77 *
  • woorousell/trunk/builder/settings-page/views/form.php

    r1968128 r1968239  
    55 * Edit form layout
    66 *
    7  * @author      Nathan Onn
     7 * @author      MojofyWP
    88 * @package     builder/settings-page/views
    99 *
  • woorousell/trunk/functions.php

    r1968131 r1968239  
    11<?php /*
    22Plugin Name: WoorouSell - Product Carousel For WooCommerce
    3 Version: 0.3.1
     3Version: 1.0.0
    44Plugin URI: https://www.mojofywp.com/woorousell
    55Description: Showcase your woocommerce products in a beautiful and responsive carousel format
     
    1010Requires at least: 4.9.8
    1111Tested up to: 4.9.8
    12 Stable tag: 0.3.1
     12Stable tag: 1.0.0
    1313
    1414Text Domain: woorousell
     
    4545 * Plugin version
    4646 **/
    47 if(!defined('WRSL_VERSION')) define( 'WRSL_VERSION', '0.3.0' );
     47if(!defined('WRSL_VERSION')) define( 'WRSL_VERSION', '1.0.0' );
    4848
    4949/**
  • woorousell/trunk/includes/class-woorousell.php

    r1968128 r1968239  
    33 * WoorouSell Core Class
    44 *
    5  * @author      Nathan Onn
     5 * @author      MojofyWP
    66 * @package     includes
    7  * @since       1.0.0
    87 *
    98 */
  • woorousell/trunk/includes/freemius.php

    r1968128 r1968239  
    44 * Freemius Init Functions
    55 *
    6  * @author      Nathan Onn
     6 * @author      MojofyWP
    77 * @package     includes
    8  * @version     1.2.0
    98 *
    109 */
  • woorousell/trunk/includes/help.php

    r1968128 r1968239  
    44 * Help Page Functions
    55 *
    6  * @author      Nathan Onn
     6 * @author      MojofyWP
    77 * @package     includes
    8  * @version     1.2.0
    98 *
    109 */
  • woorousell/trunk/includes/helpers.php

    r1968128 r1968239  
    33 * Helper Functions
    44 *
    5  * @author      Nathan Onn
     5 * @author      MojofyWP
    66 * @package     includes
    7  * @version     1.0.0
    87 *
    98 */
  • woorousell/trunk/includes/products/controller.php

    r1968128 r1968239  
    33 * products Controller Class
    44 *
    5  * @author      Nathan Onn
     5 * @author      MojofyWP
    66 * @package     includes/products
    7  * @since       1.0.0
    87 *
    98 */
  • woorousell/trunk/includes/products/model.php

    r1968128 r1968239  
    44 * products Model Class
    55 *
    6  * @author      Nathan Onn
     6 * @author      MojofyWP
    77 * @package     includes/products
    8  * @since       1.0.0
    98 *
    109 */
  • woorousell/trunk/includes/products/view.php

    r1968128 r1968239  
    44 * products View Class
    55 *
    6  * @author      Nathan Onn
     6 * @author      MojofyWP
    77 * @package     includes/products
    8  * @since       1.0.0
    98 *
    109 */
Note: See TracChangeset for help on using the changeset viewer.