Plugin Directory

Changeset 2821378


Ignore:
Timestamp:
11/21/2022 09:27:36 AM (3 years ago)
Author:
spoddev2021
Message:

Version 1.x.x

Location:
wc-spod/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wc-spod/trunk/README.txt

    r2740439 r2821378  
    44Tags: Print on demand, Dropshipping, Woocommerce, POD, Print, Print on demand Europe, Print on demand US, SPOD, T-Shirts, Spreadshirt, Apparel
    55Requires at least: 4.6 - 5.7
    6 Tested up to: 5.8
    7 Stable tag: 1.0.0
     6Tested up to: 6.1
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99Requires PHP: 7.4
  • wc-spod/trunk/classes/SpodPodApiArticles.php

    r2708945 r2821378  
    295295     * @since      1.0.0
    296296     * @param WC_Product $product
    297      * @param int $article_image
    298      * @param array $gallery_images
    299297     */
    300298    protected function deleteArticleImages($product)
     
    356354     * Insert images data to temporary table
    357355     * @since      1.0.0
     356     * @param object $product
    358357     * @param array $image_array
    359      * @param object $product
    360358     * @return void
    361359     */
    362     protected function insertImageDataToTemp($image_array = [], $product)
     360    protected function insertImageDataToTemp($product, $image_array = [])
    363361    {
    364362        global $wpdb;
     
    380378     * upload image, attach to mediathek and wc_product
    381379     * @since      1.0.0
     380     * @param object $product
    382381     * @param array $image_array
    383      * @param object $product
    384382     * @return void
    385383     */
    386     protected function uploadImages($image_array = [], $product)
     384    protected function uploadImages($product, $image_array = [])
    387385    {
    388386        global $wpdb;
     
    501499     * upload image, attach to mediathek and wc_product
    502500     * @since      1.0.0
     501     * @param object $product
    503502     * @param array $image_array
    504      * @param object $product
    505503     * @return void
    506504     */
    507     protected function uploadProductImages($image_array = [], $product)
     505    protected function uploadProductImages($product, $image_array = [])
    508506    {
    509507        global $wpdb;
  • wc-spod/trunk/wc-spod.php

    r2740437 r2821378  
    2929 * Currently plugin version.
    3030 */
    31 define( 'SPOD_POD_VERSION', '1.2.1' );
     31define( 'SPOD_POD_VERSION', '1.2.2' );
    3232define( 'MIN_WORDPRESS_VERSION_REQUIRED', 4.8 );
    3333define( 'MIN_WOOCOMMERCE_VERSION_REQUIRED', 4.7);
Note: See TracChangeset for help on using the changeset viewer.