Plugin Directory

Changeset 2628609


Ignore:
Timestamp:
11/12/2021 12:20:34 PM (4 years ago)
Author:
seemymodel
Message:

Update to v.1.0.3

Location:
seemymodel
Files:
50 added
3 edited

Legend:

Unmodified
Added
Removed
  • seemymodel/trunk/packages/woocommerce/seemymodel-woocommerce.php

    r2628522 r2628609  
    11<?php
    2 if ( ! class_exists( 'WooCommerce' ) ) {
     2// Test to see if WooCommerce is active. Return from module if not installed
     3$plugin_path = trailingslashit( WP_PLUGIN_DIR ) . 'woocommerce/woocommerce.php';
     4if ( !in_array( $plugin_path, wp_get_active_and_valid_plugins() ) ) {
    35    return;
    46}
  • seemymodel/trunk/readme.txt

    r2628522 r2628609  
    44Requires at least: 5.7
    55Tested up to: 5.8
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4242== Changelog ==
    4343
     44= 1.0.3 =
     45
     46- bugfix - checking if woocommerce is installed and active
     47
    4448= 1.0.2 =
    4549
  • seemymodel/trunk/see-my-model.php

    r2628522 r2628609  
    22/**
    33 * Plugin Name:       SeeMyModel
    4  * Description:       Provides editor blocks and elementor widgets to easily embed models from seemymodel.com into your page.
     4 * Description:       Provides Editor Blocks and Elementor widgets to easily embed models from seemymodel.com into your page. Also adds support for WooCommerce - enables embedding 3d model views on product pages.
    55 * Requires at least: 5.7
    66 * Requires PHP:      7.0
    7  * Version:           1.0.2
     7 * Version:           1.0.3
    88 * Author:            See My Model Sp. z o.o.
    99 * License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.