Plugin Directory

Changeset 2360263


Ignore:
Timestamp:
08/13/2020 02:57:29 PM (6 years ago)
Author:
mardroid
Message:

Tested up to WP 5.5

Location:
woo-update-cart-qty-dynamic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-update-cart-qty-dynamic/trunk/readme.txt

    r2349304 r2360263  
    66Requires at least: 4.9
    77Requires PHP: 5.6
    8 Tested up to: 5.4.2
     8Tested up to: 5.5
    99Stable tag: trunk
    1010License: GPLv2+
     
    2323== Plugin Requirements ==
    2424* This plugin requires WordPress 4.9 or greater
     25* This plugin requires WooCommerce 3.0.0
    2526* This plugin requires PHP 5.6 or greater
    2627
     
    38391. WooCommerce cart page after plugin activation.
    3940
     41
    4042== Changelog ==
    41 
    4243
    4344= 1.0 =
     
    4546
    4647= 1.1 =
    47 * Tested up to WP 5.4.2
    48 ||||||| .r1964803
    49 === Dynamic Cart Quantity for WooCommerce ===
    50 Contributors: mardroid
    51 Donate link: https://paypal.me/MarcelTannich
    52 Tags: woocommerce, dynamic, quantity, dynamic quantity, hide update button, shop, woo
    53 Requires at least: 4.9
    54 Requires PHP: 5.6
    55 Tested up to: 5.0 Alpha
    56 Stable tag: trunk
    57 License: GPLv2+
    58 License URI: http://www.gnu.org/licenses/gpl-2.0.html
    59 
    60 Dynamic Cart Quantity for WooCommerce
    61 
    62 == Description ==
    63 
    64 This plugin will hide the WooCommerce "Update Cart" button and reload the quantity changes dynamic over jQuery. You don't need this extra click anymore!
    65 
    66 This Plugin is based on a posting on StackExchange related to WordPress developers. I modified the basic concept and created a plugin out of it that WordPress users with less experience in PHP can integrate this function easily without destroying their functions.php file.
    67 
    68 <strong>There are no options</strong>. Just activate the plugin and it will works.
    69 
    70 == Plugin Requirements ==
    71 * This plugin requires WordPress 4.9 or greater
    72 * This plugin requires PHP 5.6 or greater
     48* Tested up to WP 5.5
    7349
    7450
    75 == Installation ==
    76 
    77 1. Go to your WP Dashboard > Plugins and search for ‘Dynamic Cart Quantity for WooCommerce’ or…
    78 2. Download the plugin from WP repository.
    79 3. Upload the ‘woo-update-cart-qty-dynamic’ folder to the '/wp-content/plugins/' directory
    80 2. Activate the plugin through the 'Plugins' menu in WordPress
    81 
    82 
    83 == Screenshots ==
    84 
    85 1. WooCommerce cart page before and after plugin activation.
    86 
    87 == Changelog ==
    88 
    89 
    90 = 1.0 =
    91 * Initial release
    92 =======
    93 === Dynamic Cart Quantity for WooCommerce ===
    94 Contributors: mardroid
    95 Donate link: https://paypal.me/MarcelTannich
    96 Tags: woocommerce, cart, shop, dynamic, quantity, dynamic quantity, hide update button, woo
    97 Requires at least: 4.9
    98 Requires PHP: 5.6
    99 Tested up to: 5.2.1
    100 Stable tag: trunk
    101 License: GPLv2+
    102 License URI: http://www.gnu.org/licenses/gpl-2.0.html
    103 
    104 Dynamic Cart Quantity for WooCommerce
    105 
    106 == Description ==
    107 
    108 This plugin will hide the WooCommerce "Update Cart" button and reload the quantity changes dynamic over jQuery. You don't need this extra click anymore!
    109 
    110 This Plugin is based on a posting on StackExchange related to WordPress developers. I modified the basic concept and created a plugin out of it that WordPress users with less experience in PHP can integrate this function easily without destroying their functions.php file.
    111 
    112 <strong>There are no options</strong>. Just activate the plugin and it will works.
    113 
    114 == Plugin Requirements ==
    115 * This plugin requires WordPress 4.9 or greater
    116 * This plugin requires PHP 5.6 or greater
    117 
    118 
    119 == Installation ==
    120 
    121 1. Go to your WP Dashboard > Plugins and search for ‘Dynamic Cart Quantity for WooCommerce’ or…
    122 2. Download the plugin from WP repository.
    123 3. Upload the ‘woo-update-cart-qty-dynamic’ folder to the '/wp-content/plugins/' directory
    124 2. Activate the plugin through the 'Plugins' menu in WordPress
    125 
    126 
    127 == Screenshots ==
    128 
    129 1. WooCommerce cart page after plugin activation.
    130 
    131 == Changelog ==
    132 
    133 
    134 = 1.0 =
    135 * Initial release
    136 
    137 = 1.1 =
    138 * Tested up to WP 5.2.1
    139 >>>>>>> .r2349265
Note: See TracChangeset for help on using the changeset viewer.