MP6 2.1.1

Holla!

We just released this minor point releaseMinor Release A set of releases or versions having the same minor version number may be collectively referred to as .x , for example version 5.2.x to refer to versions 5.2, 5.2.1, 5.2.3, and all other versions in the 5.2 (five dot two) branch of that software. Minor Releases often make improvements to existing features and functionality. to have you look at a beautiful WP 3.7 update page, just in time for it’s release. Besides that, this release also includes:

  • Major overhaul of the widgets screen (again)
  • Better styling of un-approved comments
  • Improved highlight color for pointers
  • Several RTL fixes

…and more. Have a look at the full changelog.

MP6 2.1.1 includes contributions from Joen Asmussen, Kelly Dwan, Shaun Andrews and myself.

As always, thanks to everyone who tested, suggested and reported. Keep the feedback coming!

The next weekly IRC meeting in #wordpress-ui will be on Tuesday, October 22, 2013 02:00 UTC+8.

#mp6

MP6 2.0

Heya! It’s been again over a month since the last MP6 release and this version comes with some new goodness.

General

As usual, we made some UIUI UI is an acronym for User Interface - the layout of the page the user interacts with. Think ‘how are they doing that’ and less about what they are doing. improvements and fixed a few bugs. Shadows are now fewer and consistent, buttons are flatter, font sizes are more consistent, metaboxes are simpler and lighter and a couple of other improvements. You can see the full changelog here →

Icons

We decided on recommendations for custom icons in plugins/themes, you can read more about this and have a look at some examples are in this GitHub repository. Be default MP6 does now hide all images in admin menu item and replaces them with a generic default icon.

Method C, using a SVG as CSSCSS CSS is an acronym for cascading style sheets. This is what controls the design or look and feel of a site. background image, works thanks to the new JavaScriptJavaScript JavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser. https://www.javascript.com/. SVG painter, which re-colors base64 encoded SVGs on the fly. It might not catch all SVG color markup right away, if that’s the case, please post a link your SVG file in the comments.

Color Schemes

We bundled this release with 4 additional admin color schemes. You can choose them under “Your Profile”. There are probably more color schemes to come.

MP6 color schemes as made with SASS, because LESS didn’t handle default variable values. A color scheme can be as simple as this, or it could define a few extra colors for better readability. If you’re making your own color scheme, make sure you include MP6’s core color scheme file.

Another Note

If you want to check if MP6 is activated, use the MP6 PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. http://php.net/manual/en/intro-whatis.php. constant. In CSS use mp6 body class, not admin-color-mp6, I’m looking at you Jetpack.

MP6 2.0 includes contributions from Joen Asmussen, Mel Choyce, Ben Dunkle, Kelly Dwan and myself.

And as always, thanks to those of you who tested, reported bugs and contributed ideas and suggestions! Keep them coming!

The next weekly open meeting in #wordpress-ui will be Monday, September 2 at 18:00 UTC.

#icons, #mp6, #svn

Heya It’s been over a month since the…

Heya! It’s been over a month since the release of MP6 1.8 and we’ve been busy making MP6 better and better. We had 98 commits since version 1.8, containing so many changes, it’s too much to list each one of them, but here’s a summary:

  • 3.6 Compatibility
  • TinyMCE Advanced Compatibility
  • Added color schemes component, including a blue theme.
  • Improved font sizes, margins, paddings, hover states, animations and shadows across the entire admin UIUI UI is an acronym for User Interface - the layout of the page the user interacts with. Think ‘how are they doing that’ and less about what they are doing..
  • Improved responsiveness, especially of the admin-bar and editor.
  • MP6-ified TinyMCE modals.
  • Overall RTL improvements.

The experimental color schemes component is by default disabled. If you’d like to help us test the blue color scheme, define define( 'MP6_COLOR_SCHEME', 'blue' ); in your wp-config.php and enable the component by un-commenting line 24 in plugins/mp6/mp6.php… or make your own color scheme and post it below!

MP6 1.9 includes contributions from Joen Asmussen, Ben Dunkle, Kelly Dwan and myself.

Thanks to everyone who’s reported bugs and contributed ideas and suggestions, it helps us a lot! Keep them coming…

#mp6