Compact Admin
==========

Version 1.3.3 - Tue 25 Nov 2025  
  
by Reimund Järnfors <reimund@code7.se>  
<https://github.com/reimund/Compact-Admin>  

Description
-----------
Compact Admin simply makes the posts and pages lists in the admin pages more
compact. Instead of taking up two lines of text, plus excessive margins, only
one line is used per post/page. It also replaces the cluttery en dashes with
whitespace.

Companct Admin is released as open source and can be used, modified and
redistributed in any way possible.


Installation
------------
1. Put the __compact-admin__ directory in your wordpress plugins directory, located at __<wordpress>/wp-content/plugins.
2. Activate Compact Admin in the Plugins section of the Wordpress admin.


Changelog
=========

1.3.3
-----
* Fix issue with Compact Admin not getting triggered when editing posts of 'post' post type.

1.3.2
-----
* Fix version in readme & template

1.3.1
-----
* Security fix
* Small css tweaks.

1.3.0
-----
* Added settings page.
* Small css tweaks.

1.2.0
-----
* Updated selectors for Wordpress 4.6.

1.1.4
-----
* Small css tweak.

1.1.3
-----
* Misc css tweaks.

1.1.2
-----
* Only load the css & script on the posts and pages page.
* Enqueue the css Wordpress-style.
* Misc css tweaks.

1.1.1
-----
* Additional css fixes for 3.9.

1.1
---
* Fixed css for Wordpress 3.9.

1.0.1
-----
* Fixed path to css problem when wp install isn't in the domain root.

1.0
---
* Initial release.

