Changeset 3146375
- Timestamp:
- 09/04/2024 10:25:43 AM (19 months ago)
- Location:
- window-blinds-solution/trunk
- Files:
-
- 3 edited
-
includes/class-bmfm-install.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
window-blinds-solution.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
window-blinds-solution/trunk/includes/class-bmfm-install.php
r3146368 r3146375 134 134 } 135 135 136 if(!bmfm_is_freemium()){ 136 $post_id = BMFM_User_Request::get_requested_post_id(); 137 if(!bmfm_is_freemium() && !$post_id){ 137 138 $timestamp = time(); 138 139 $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 4 4 Tested up to: 6.6 5 5 Requires PHP: 7.4 6 Stable tag: 2. 76 Stable tag: 2.9 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 34 34 35 35 == Changelog == 36 37 = 2.9 = 38 39 * Code improvements 36 40 37 41 = 2.8 = -
window-blinds-solution/trunk/window-blinds-solution.php
r3146368 r3146375 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. 86 * Version: 2.9 7 7 * Author: Blindmatrix 8 8 * Requires Plugins: woocommerce … … 46 46 * Plugin version. 47 47 */ 48 public $version = '2. 8';48 public $version = '2.9'; 49 49 50 50 /**
Note: See TracChangeset
for help on using the changeset viewer.