This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP CSS Version History

Description

WP CSS Version History is a custom css file editor using WordPress versioning and post lock functionality.
Now your team can quickly make theme style changes without the worry of overwriting someone else’s work.
WP CSS Version History stores all the revisions for easy restoration. See changes immediately without clearing cache.
Codemirror* editor features like auto completion, code folding, bracket and tag matching.

Screenshots

  • screenshot-1.png
  • screenshot-2.png

Installation

  1. Upload the entire wp-css-version-history folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

You will find ‘WP CSS Version History’ menu item in the ‘Appearance’ WordPress admin panel. Select ‘WP-CSS-Version-History’ to edit

For basic usage, you can also have a look at the plugin web site.

FAQ

Installation Instructions
  1. Upload the entire wp-css-version-history folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

You will find ‘WP CSS Version History’ menu item in the ‘Appearance’ WordPress admin panel. Select ‘WP-CSS-Version-History’ to edit

For basic usage, you can also have a look at the plugin web site.

Does this edit my current theme or child theme CSS?

No. A custom css file is loaded at end of all other CSS files.

What is the custom file name?

{blogurl}/wp-content/plugins/wp-css-version-history/public/css/wp-css-version-history-public.css?ver={1524397551}.

Will I need to clear cache before seeing the changes?

No. After every CSS change there is a new version url variable appended to the file. See previous FAQ

Reviews

June 17, 2019
Does what it says on the tin. Great for version history rollback.
November 9, 2018
I was looking for a solution to easily edit CSS files without having my team overwrite my work. If I need to restore from a previous version, it keeps the history along with the time/user stamp. The CSS file is indexed last so the classes will take priority. All changes made are seen immediately without clearing cache.
August 7, 2018
I love this plugin! It's great for working with other developers when not everyone has FTP access or you just don't want to mess with your source code. If you make a mistake, you can go back to a previous version where everything was working. You also cannot work on top of another user so you won't have conflicts or chances of deleting each other's work. We use this on all of our websites! (I think the 60+ active installations are mine! )
Read all 3 reviews

Contributors & Developers

“WP CSS Version History” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • Initial release

1.0.1

Hide Visual Composer and other controls not needed

1.0.8

Auto height editor
Menu link sent directly to editor