Changeset 3319838
- Timestamp:
- 06/30/2025 09:48:38 AM (9 months ago)
- Location:
- buildecom
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from buildecom/trunk)
-
tags/1.0.2/buildecom.php (modified) (2 diffs)
-
tags/1.0.2/readme.txt (modified) (1 diff)
-
trunk/buildecom.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buildecom/tags/1.0.2/buildecom.php
r3319804 r3319838 7 7 * Plugin URI: https://buildecom.app/wp-plugin/ 8 8 * Description: The official WordPress plugin for BuildEcom. Build eCommerce mobile application through woocommerce and wordpress 9 * Version: 1.0. 19 * Version: 1.0.2 10 10 * Author: BuildEcom 11 11 * Author URI: https://buildecom.app … … 46 46 public function enqueue_admin_assets() 47 47 { 48 if (!isset($_GET['page']) || strpos($_GET['page'], 'buildecom') !== 0) { 49 return; 50 } 51 48 52 wp_enqueue_Script('buildecom-bootrap-js', plugin_dir_url(__FILE__) . 'assets/js/bootstrap.bundle.min.js', [], BUILDECOM_VERSION, true); 49 53 wp_enqueue_style('buildecom-admin-style', plugin_dir_url(__FILE__) . 'assets/css/bootstrap.min.css', [], BUILDECOM_VERSION); -
buildecom/tags/1.0.2/readme.txt
r3319804 r3319838 4 4 Requires at least: 4.7 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPL-2.0+ 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
buildecom/trunk/buildecom.php
r3319804 r3319838 7 7 * Plugin URI: https://buildecom.app/wp-plugin/ 8 8 * Description: The official WordPress plugin for BuildEcom. Build eCommerce mobile application through woocommerce and wordpress 9 * Version: 1.0. 19 * Version: 1.0.2 10 10 * Author: BuildEcom 11 11 * Author URI: https://buildecom.app … … 46 46 public function enqueue_admin_assets() 47 47 { 48 if (!isset($_GET['page']) || strpos($_GET['page'], 'buildecom') !== 0) { 49 return; 50 } 51 48 52 wp_enqueue_Script('buildecom-bootrap-js', plugin_dir_url(__FILE__) . 'assets/js/bootstrap.bundle.min.js', [], BUILDECOM_VERSION, true); 49 53 wp_enqueue_style('buildecom-admin-style', plugin_dir_url(__FILE__) . 'assets/css/bootstrap.min.css', [], BUILDECOM_VERSION); -
buildecom/trunk/readme.txt
r3319804 r3319838 4 4 Requires at least: 4.7 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPL-2.0+ 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.