Changeset 3146368
- Timestamp:
- 09/04/2024 10:14:05 AM (19 months ago)
- Location:
- window-blinds-solution/trunk
- Files:
-
- 3 edited
-
includes/class-bmfm-install.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
window-blinds-solution.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
window-blinds-solution/trunk/includes/class-bmfm-install.php
r3110855 r3146368 133 133 } 134 134 } 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 } 135 140 } 136 141 } -
window-blinds-solution/trunk/readme.txt
r3121087 r3146368 34 34 35 35 == Changelog == 36 37 = 2.8 = 38 39 * Backend improvements 36 40 37 41 = 2.7 = -
window-blinds-solution/trunk/window-blinds-solution.php
r3121087 r3146368 4 4 * Plugin Name: BlindMatrix e-Commerce 5 5 * 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. 76 * Version: 2.8 7 7 * Author: Blindmatrix 8 8 * Requires Plugins: woocommerce … … 46 46 * Plugin version. 47 47 */ 48 public $version = '2. 7';48 public $version = '2.8'; 49 49 50 50 /**
Note: See TracChangeset
for help on using the changeset viewer.