Changeset 2785666
- Timestamp:
- 09/16/2022 02:08:29 AM (3 years ago)
- Location:
- jc-ajax-search-for-woocommerce
- Files:
-
- 253 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
jc-ajax-search-for-woocommerce/trunk/admin/css/wc-ajax-search-jc-admin.css
r2785634 r2785666 6 6 .jc-wp-ajax-form-create .btn-create{margin-bottom: 10px;} 7 7 .wcjc-form{max-width: 800px; padding: 20px; border: solid 1px #d3d3d3; margin: 20px;background: #fff;} 8 .wcjc-form fieldset{padding: 10px; border: solid 1px #d3d3d3;margin-bottom: 30px;}9 .wcjc-form fieldset .row{ margin-bottom: 10px; width: 100%;}8 .wcjc-form fieldset{padding: 0; border: solid 1px #d3d3d3;margin-bottom: 30px;} 9 .wcjc-form fieldset .row{width: 98%; display: block; margin: 5px 10px; padding: 4px; position: relative;} 10 10 .wcjc-form fieldset .row input, 11 11 .wcjc-form fieldset .row label {max-width: 45%;} 12 .wcjc-form fieldset h2{ margin: 0;padding: 0;}12 .wcjc-form fieldset h2{ margin: 0; background: #0fa3e3; color: #fff; padding: 10px; font-size: 18px;} 13 13 .wcjc-form fieldset label{min-width: 235px; display: inline-block; text-align: right; padding-right: 10px; font-weight: 500;} 14 14 .wcjc-form fieldset label.checkbox{text-align: left;} 15 15 .jcwp-search-form .actions a{margin: 0 4px;} 16 16 .toplevel_page_woocomerce_ajax_search img {max-width: 80%; margin: 0!important; padding: 0!important; margin-top: 3px!important; } 17 .wcjc-form .v-pro{background: #f1f0f0; border-radius: 5px;} 18 .wcjc-form .v-pro:after{content: 'PRO'; position: absolute; right: 8px; font-size: 11px; padding: 2px 4px; border-radius: 5px; background: #d3d3d3; font-weight: bold; top: 0; bottom: 0; margin: auto; display: block!important; height: 19px;} 19 -
jc-ajax-search-for-woocommerce/trunk/jc-ajax-search-for-woocommerce.php
r2785634 r2785666 5 5 * Plugin URI: https://jcwpplugins.com/jc-ajax-search-for-woocommerce/ 6 6 * Description: JC Ajax Search for WooCommerce allows you to create search forms with different settings to search for products without refreshing the page 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: JcwpPlugins 9 9 * Author URI: https://jcwpplugins.com/author/ … … 65 65 * Rename this for your plugin and update it as you release new versions. 66 66 */ 67 define( 'WC_AJAX_SEARCH_JC_VERSION', '1.0. 0' );67 define( 'WC_AJAX_SEARCH_JC_VERSION', '1.0.1' ); 68 68 /** 69 69 * The code that runs during plugin activation. -
jc-ajax-search-for-woocommerce/trunk/readme.txt
r2785634 r2785666 5 5 Requires at least: 4.0 6 6 Tested up to: 6.0.2 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 47 47 48 48 == Changelog == 49 = 1.0.1 = 50 * Styles are added in configuration form 49 51 = 1.0.0 = 50 52 * Initial Plugin release
Note: See TracChangeset
for help on using the changeset viewer.