Changeset 3318553
- Timestamp:
- 06/27/2025 02:14:35 AM (9 months ago)
- Location:
- minifly
- Files:
-
- 37 added
- 3 edited
-
tags/1.0.7 (added)
-
tags/1.0.7/assets (added)
-
tags/1.0.7/assets/css (added)
-
tags/1.0.7/assets/css/admin-style.css (added)
-
tags/1.0.7/assets/css/global-style.css (added)
-
tags/1.0.7/assets/css/user-style.css (added)
-
tags/1.0.7/assets/img (added)
-
tags/1.0.7/assets/img/minifly-logo-bg-none.png (added)
-
tags/1.0.7/assets/img/minifly-logo-bg-white.png (added)
-
tags/1.0.7/assets/img/refinewp-logo-white.png (added)
-
tags/1.0.7/assets/js (added)
-
tags/1.0.7/assets/js/admin-script.js (added)
-
tags/1.0.7/assets/js/global-script.js (added)
-
tags/1.0.7/assets/js/user-script.js (added)
-
tags/1.0.7/index.php (added)
-
tags/1.0.7/languages (added)
-
tags/1.0.7/minifly.php (added)
-
tags/1.0.7/readme.txt (added)
-
tags/1.0.7/templates (added)
-
tags/1.0.7/templates/admin (added)
-
tags/1.0.7/templates/admin/admin-settings.php (added)
-
tags/1.0.7/templates/admin/white-label.php (added)
-
tags/1.0.7/templates/advanced-tools.php (added)
-
tags/1.0.7/templates/ecommerce (added)
-
tags/1.0.7/templates/ecommerce/ecommerce.php (added)
-
tags/1.0.7/templates/global-header-design.php (added)
-
tags/1.0.7/templates/help-center.php (added)
-
tags/1.0.7/templates/user (added)
-
tags/1.0.7/templates/user/all-hooks.php (added)
-
tags/1.0.7/templates/user/features (added)
-
tags/1.0.7/templates/user/features/back-to-top.php (added)
-
tags/1.0.7/templates/user/features/dark-mood.php (added)
-
tags/1.0.7/templates/user/features/disable-comments.php (added)
-
tags/1.0.7/templates/user/features/disable-right-click.php (added)
-
tags/1.0.7/templates/user/user-setup.php (added)
-
trunk/assets/css/admin-style.css (modified) (1 diff)
-
trunk/minifly.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/templates/ecommerce (added)
-
trunk/templates/ecommerce/ecommerce.php (added)
Legend:
- Unmodified
- Added
- Removed
-
minifly/trunk/assets/css/admin-style.css
r3315587 r3318553 23 23 display: block !important; 24 24 } 25 26 .sapmfly-page-heading { 27 margin-top: 30px; 28 } 29 30 /* WooCommerce related CSS goes here */ 31 .sapmfly-woocommerce-not-activated { 32 background-color: #fff4e5; 33 border: 1px solid #ffc107; 34 border-radius: 8px; 35 padding: 12px 16px; 36 color: #8a4b00; 37 font-weight: 500; 38 margin-bottom: 20px; 39 display: inline-block; 40 } -
minifly/trunk/minifly.php
r3315587 r3318553 4 4 * Plugin URI: https://brainywp.com/minifly/ 5 5 * Description: Minifly is your favorite, lightweight companion for better performance. Supercharge your site with tiny tools that make a big difference. 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 … … 76 76 add_submenu_page( 77 77 $sapmfly_parent_slug, 78 esc_html__(' User Setup', 'minifly'),79 esc_html__(' User Setup', 'minifly'),78 esc_html__('Website', 'minifly'), 79 esc_html__('Website', 'minifly'), 80 80 $sapmfly_capability, 81 81 $sapmfly_parent_slug, … … 85 85 add_submenu_page( 86 86 $sapmfly_parent_slug, 87 esc_html__(' Admin Setup', 'minifly'),88 esc_html__(' Admin Setup', 'minifly'),87 esc_html__('Dashboard', 'minifly'), 88 esc_html__('Dashboard', 'minifly'), 89 89 $sapmfly_capability, 90 $sapmfly_parent_slug . '-admin -setup',90 $sapmfly_parent_slug . '-admin', 91 91 'sapmfly_admin_setup' 92 ); 93 94 add_submenu_page( 95 $sapmfly_parent_slug, 96 esc_html__('eCommerce', 'minifly'), 97 esc_html__('eCommerce', 'minifly'), 98 $sapmfly_capability, 99 $sapmfly_parent_slug . '-store', 100 'sapmfly_ecommerce_setup' 92 101 ); 93 102 … … 103 112 add_submenu_page( 104 113 $sapmfly_parent_slug, 105 esc_html__(' AdvancedTools', 'minifly'),106 esc_html__(' AdvancedTools', 'minifly'),114 esc_html__('Power Tools', 'minifly'), 115 esc_html__('Power Tools', 'minifly'), 107 116 $sapmfly_capability, 108 117 $sapmfly_parent_slug . '-more-tools', … … 156 165 'user/features/dark-mood.php', 157 166 'admin/admin-settings.php', 167 'ecommerce/ecommerce.php', 158 168 159 169 // White label options -
minifly/trunk/readme.txt
r3315587 r3318553 1 === Minifly - S upercharge your site with tiny tools that make a big difference===1 === Minifly - Site Enhancement, White label and Custom Dashboard Solution === 2 2 Contributors: brainywpbd 3 3 Tags: custom dashboard, white label, admin tools, WooCommerce option, theme customization, minifly 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 31 31 * **Hide WordPress help option** 32 32 33 Other Features at Minifly33 ## Other Features at Minifly 34 34 35 35 * **Disable all comments** - You can now disable all the comments in a single click. This helps protecting spam comments. We are working on the filtering spam comments at this moments. … … 37 37 38 38 [**Minifly Pro**](https://brainywp.com/minifly/#features) is under development. You can [**subscribe to Minifly pro**](https://brainywp.com/minifly/) to get early notifications and update. 39 40 ## eCommerce store features at Minifly 41 42 Get WooCommerce essential features to take control over default option. Let your website fly over the Competitor website with the following solution. 43 44 * **Hide Product Price** - You can hide the product pricing in a single click. This features allows WooCommerce store owner to create a exclusive shopping experience for the customers. 45 39 46 40 47 ##If you find the plugin helpful, please consider rating us.##
Note: See TracChangeset
for help on using the changeset viewer.