Plugin Directory

Changeset 3146368


Ignore:
Timestamp:
09/04/2024 10:14:05 AM (19 months ago)
Author:
bmsupport
Message:
  • Backend improvements
Location:
window-blinds-solution/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • window-blinds-solution/trunk/includes/class-bmfm-install.php

    r3110855 r3146368  
    133133            }
    134134        }
     135
     136        if(!bmfm_is_freemium()){
     137            $timestamp = time();
     138            $response = BMFM_User_Request::send_request(array('plugin_activated_date' => gmdate('Y-m-d H:i:s', $timestamp),'freemium_activated_date' => gmdate('Y-m-d H:i:s', $timestamp),'post_status' => 'freemium'), 'POST');
     139        }
    135140    }
    136141}
  • window-blinds-solution/trunk/readme.txt

    r3121087 r3146368  
    3434
    3535== Changelog ==
     36
     37= 2.8 =
     38
     39* Backend improvements
    3640
    3741= 2.7 =
  • window-blinds-solution/trunk/window-blinds-solution.php

    r3121087 r3146368  
    44 * Plugin Name: BlindMatrix e-Commerce
    55 * Description: Sell window blinds, curtains and shutters online with the BlindMatrix e-commerce plugin, which converts your entire website into an e-commerce store, allowing you to sell products online 24/7. It features a product visualizer that lets your customers see and virtually feel the products on the window frame.
    6  * Version: 2.7
     6 * Version: 2.8
    77 * Author: Blindmatrix
    88 * Requires Plugins: woocommerce
     
    4646     * Plugin version.
    4747     */
    48     public $version = '2.7';
     48    public $version = '2.8';
    4949
    5050    /**
Note: See TracChangeset for help on using the changeset viewer.