WP CSS Version History

Plugin Banner

WP CSS Version History

by briankeith68

Download
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.

  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.

  1. screenshot-1.png

    screenshot-1.png

  2. screenshot-2.png

    screenshot-2.png

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

Awesome

By lloydbirchpi on June 17, 2019

Does what it says on the tin. Great for version history rollback.

Easy CSS edit with revisions and user edit lock

By briankeith68 on 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.

Great for Collaboration!

By Kari Anderson (karinclimber) on 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! )

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

Back to top