Plugin Directory

Changeset 3146375


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

Legend:

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

    r3146368 r3146375  
    134134        }
    135135
    136         if(!bmfm_is_freemium()){
     136        $post_id  = BMFM_User_Request::get_requested_post_id();
     137        if(!bmfm_is_freemium() && !$post_id){
    137138            $timestamp = time();
    138139            $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');
  • window-blinds-solution/trunk/readme.txt

    r3146368 r3146375  
    44Tested up to: 6.6
    55Requires PHP: 7.4
    6 Stable tag: 2.7
     6Stable tag: 2.9
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3434
    3535== Changelog ==
     36
     37= 2.9 =
     38
     39* Code improvements
    3640
    3741= 2.8 =
  • window-blinds-solution/trunk/window-blinds-solution.php

    r3146368 r3146375  
    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.8
     6 * Version: 2.9
    77 * Author: Blindmatrix
    88 * Requires Plugins: woocommerce
     
    4646     * Plugin version.
    4747     */
    48     public $version = '2.8';
     48    public $version = '2.9';
    4949
    5050    /**
Note: See TracChangeset for help on using the changeset viewer.