Skip to content

Commit

Permalink
Update readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Nov 9, 2017
1 parent 3296e70 commit 97e2e9b
Showing 1 changed file with 62 additions and 22 deletions.
84 changes: 62 additions & 22 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
=== Disable Cart Fragments ===

Contributors: littlebizzy
Tags: disable, cart, fragments, remove, woocommerce, checkout, ajax, javascript
Tags: disable, remove, cart, fragments, ajax
Requires at least: 4.4
Tested up to: 4.8
Requires PHP: 7.0
Multisite support: No
Stable tag: 1.0.7
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -16,6 +17,12 @@ Completely disables the AJAX cart fragments feature in WooCommerce for a huge bo

Completely disables the AJAX cart fragments feature in WooCommerce for a huge boost in loading speed (redirect to cart page highly recommended).

* [Plugin Homepage](https://www.littlebizzy.com/plugins/disable-cart-fragments)
* [Plugin GitHub](https://github.com/littlebizzy/disable-cart-fragments)
* [SlickStack.io](https://slickstack.io)

#### The Long Version ####

Disable Cart Fragments is a simple plugin that disables the AJAX 'cart fragments' feature in WooCommerce. That feature automatically updates the cart total in your shopping cart without having to refresh the page. The problem with this is that is severely slows down many WooCommerce websites especially on shared hosting servers. Plus, the feature isn't even used in many cases. We recommend that if you install this plugin, you either disable it selectively on certain pages (see the Installation tab) or if installing as one-click then make sure you enable 'redirect to cart page' option in WooCommerce settings so that when a customer adds a product to their Cart, it redirects to the Cart page automatically so as to not confuse them about what happened to their chosen product.

This plugin removes e.g.
Expand All @@ -34,20 +41,26 @@ For initial release we've implemented via dequeue rather than print scripts, wil

#### Compatibility ####

This plugin has been designed for use on LEMP (Nginx) web servers with PHP 7.0+ and MySQL 5.7+ to achieve best performance. All of our plugins are meant for single site WordPress installs only; for performance and security reasons, we highly recommend against using WordPress Multi-Site for the vast majority of projects.
This plugin has been designed for use on LEMP (Nginx) web servers with PHP 7.0 and MySQL 5.7 to achieve best performance. All of our plugins are meant for single site WordPress installations only; for both performance and security reasons, we highly recommend against using WordPress Multisite for the vast majority of projects.

#### Plugin Features ####

* Settings Page: No
* Upgrade Available: No
* Includes Media: No
* Premium Version Available: No
* Includes Media (Images, Icons, Etc): No
* Includes CSS: No
* Database Storage: No
* Database Storage: Yes
* Transients: No
* Options: No
* Must-Use Support: Yes
* Multi-site Support: No
* Uninstalls Data: N/A
* Options: Yes
* Creates New Tables: No
* Database Queries: Backend Only (Options API Cache)
* Must-Use Support: Yes (Use With [Autoloader](https://github.com/littlebizzy/autoloader))
* Multisite Support: No
* Uninstalls Data: Yes

#### WP Admin Notices ####

This plugin generates multiple [Admin Notices](https://codex.wordpress.org/Plugin_API/Action_Reference/admin_notices) in the WP Admin dashboard. The first is a notice that fires during plugin activation which recommends several related free plugins that we believe will enhance this plugin's features; this notice will re-appear approximately once every 5 months as our code and recommendations evolve. The second is a notice that fires a few days after plugin activation which asks for a 5-star rating of this plugin on its WordPress.org profile page. This notice will re-appear approximately once every 8 months. These notices can be dismissed by clicking the **(x)** symbol in the upper right of the notice box. These notices may confuse certain users, but are appreciated by the majority of our userbase, who understand that these notices support our free contributions to the WordPress community. If you feel that these notices are too "annoying" than we encourage you to consider one or more of our upcoming premium plugins that combine several free plugin features into a single control panel. Another alternative would be to develop your own plugins for WordPress, if you feel that supporting free plugin authors is not something that interests you.

#### Code Inspiration ####

Expand All @@ -61,14 +74,40 @@ This plugin was partially inspired either in "code or concept" by the open-sourc

We invite you to check out a few other related free plugins that our team has also produced that you may find especially useful:

* [404 To Homepage](https://wordpress.org/plugins/404-to-homepage-littlebizzy/)
* [Disable Author Pages](https://wordpress.org/plugins/disable-author-pages-littlebizzy/)
* [Disable Cart Fragments](https://wordpress.org/plugins/disable-cart-fragments-littlebizzy/)
* [Disable Embeds](https://wordpress.org/plugins/disable-embeds-littlebizzy/)
* [Disable Emojis](https://wordpress.org/plugins/disable-emojis-littlebizzy/)
* [Disable Empty Trash](https://wordpress.org/plugins/disable-empty-trash-littlebizzy/)
* [Disable Image Compression](https://wordpress.org/plugins/disable-image-compression-littlebizzy/)
* [Disable Search](https://wordpress.org/plugins/disable-search-littlebizzy/)
* [Disable WooCommerce Status](https://wordpress.org/plugins/disable-wc-status-littlebizzy/)
* [Disable WooCommerce Styles](https://wordpress.org/plugins/disable-wc-styles-littlebizzy/)
* [Disable WooCommerce Styles](https://wordpress.org/plugins/diable-wc-styles-littlebizzy/)
* [Disable XML-RPC](https://wordpress.org/plugins/disable-xml-rpc-littlebizzy/)
* [Download Media](https://wordpress.org/plugins/download-media-littlebizzy/)
* [Download Plugin](https://wordpress.org/plugins/download-plugin-littlebizzy/)
* [Download Theme](https://wordpress.org/plugins/download-theme-littlebizzy/)
* [Duplicate Post](https://wordpress.org/plugins/duplicate-post-littlebizzy/)
* [Export Database](https://wordpress.org/plugins/export-database-littlebizzy/)
* [Force HTTPS](https://wordpress.org/plugins/force-https-littlebizzy/)
* [Force Strong Hashing](https://wordpress.org/plugins/force-strong-hashing-littlebizzy/)
* [Google Analytics](https://wordpress.org/plugins/ga-littlebizzy/)
* [Index Autoload](https://wordpress.org/plugins/index-autoload-littlebizzy/)
* [Maintenance Mode](https://wordpress.org/plugins/maintenance-mode-littlebizzy/)
* [Profile Change Alerts](https://wordpress.org/plugins/profile-change-alerts-littlebizzy/)
* [Remove Category Base](https://wordpress.org/plugins/remove-category-base-littlebizzy/)
* [Remove Query Strings](https://wordpress.org/plugins/remove-query-strings-littlebizzy/)
* [Server Status](https://wordpress.org/plugins/server-status-littlebizzy/)
* [StatCounter](https://wordpress.org/plugins/sc-littlebizzy/)
* [View Defined Constants](https://wordpress.org/plugins/view-defined-constants-littlebizzy/)
* [Virtual Robots.txt](https://wordpress.org/plugins/virtual-robotstxt-littlebizzy/)

#### Special Thanks ####

We thank the following groups for their generous contributions to the WordPress community which have particularly benefited us in developing our own free plugins and paid services:

* Matt Mullenweg, Mika Epstein, Samuel Wood, Scott Reilly, Pippin Williamson, Jeff Starr, Jeff Chandler, Leland Fiegel
* [Automattic](https://automattic.com)
* [Delicious Brains](https://deliciousbrains.com)
* [Roots](https://roots.io)
Expand All @@ -77,13 +116,13 @@ We thank the following groups for their generous contributions to the WordPress

#### Disclaimer ####

We released this plugin in response to our managed hosting clients asking for better access to their server environment, and our primary goal will remain supporting that purpose. Although we are 100% open to fielding requests from the WordPress community, we kindly ask that you consider the above mentioned goals before leaving reviews of this plugin, thanks!
We released this plugin in response to our managed hosting clients asking for better access to their server, and our primary goal will remain supporting that purpose. Although we are 100% open to fielding requests from the WordPress community, we kindly ask that you keep the above mentioned goals in mind, thanks!

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/disable-cart-fragments-littlebizzy`
2. Activate the plugin via WP Admin > Plugins
3. Test the plugin by refreshing pages and checking source code
1. Upload to `/wp-content/plugins/disable-cart-fragments-littlebizzy`
2. Activate via WP Admin > Plugins
3. Test the plugin by refreshing pages and checking source code after clearing caches
4. To disable cart fragments on specific posts/pages (using their ID), refer to below defined constant:

define('DISABLE_CART_FRAGMENTS', '123,456,789');
Expand All @@ -109,27 +148,28 @@ Please avoid leaving negative reviews in order to get a feature implemented. Ins
== Changelog ==

= 1.0.7 =
* optimize plugin structure
* update recommended plugins
* optimized plugin code
* updated recommended plugins
* added rating request

= 1.0.6 =
* minor code tweaks
* update recommended plugins
* updated recommended plugins

= 1.0.5 =
* update recommended plugins
* updated recommended plugins

= 1.0.4 =
* add recommended plugins
* added recommended plugins

= 1.0.3 =
* test with WordPress 4.8
* tested with WordPress 4.8

= 1.0.2 =
* update plugin meta
* updated plugin meta

= 1.0.1 =
* update plugin meta
* updated plugin meta

= 1.0.0 =
* initial release

0 comments on commit 97e2e9b

Please sign in to comment.