Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Let's talk WordPress 3.6

Liliana Gaete
September 18, 2013

Let's talk WordPress 3.6

Opening presentation for the first WordPress Cafe, the WordPress meetup held in Utrecht co-founded by Liliana Gaete

Liliana Gaete

September 18, 2013
Tweet

Other Decks in Technology

Transcript

  1. Liliana  Gaete   Lead WordPress developer @ One Shoe Twitter:

    @lilianagaete Development blog: www.lilianagaete.com/blog
  2. “I  want,  as  a  major  3.6  bullet  point,  that  

    we  should  never  lose  posts  due  to   expired  cookies,  loss  of  connection,   inadvertent  navigation,  plugin  or  core   errors  on  save,  browser  crashes,  OS   crashes,  cats  walking  on  keyboards,   children  drooling  in  keyboards,  etc.  I   want  people  to  trust  WordPress  with   their  posts.  “  -­‐‑  Mark  Jaquith  
  3. •  New autosaves overwrite old autosaves (your DB doesn’t grow).

    •  Autosaves don’t overwrite the actual post. Saved as a special type of revision. •  When you go back to edit the post, WP gives you a warning telling you that it has a backup of your post. •  Autosaves are clearly marked.
  4. •  Go Back - Return to the 'Posts' listing. • 

    Preview - Preview the current state of the post that's being edited. •  Take Over - Lock out the current editor of the post and begin editing. (The other user will receive a notification). •  The user that has been locked out receives the following dialog, and is no longer able to edit the post.
  5. Highlights: •  Improved menu interface •  Supported post formats • 

    Semantic markup •  Function reference has_shortcode() •  Up-to-date external libraries •  Heartbeat API
  6. Semantic  markup Supported as a theme feature for: •  Search

    forms •  Comment forms •  Comment lists add_theme_support( 'html5' );
  7. Up-­‐‑to-­‐‑date  external   libraries •  Update to jQuery Color 2.2.1

    •  Update to Backbone 1.0.0 •  Update to jQuery UI 1.10.3 •  Services_JSON 1.0.3 •  Iris 1.0.3 •  hoverIntent r7 •  MediaElement.js 2.11.1 (New) •  getid3 1.9.7 (New)
  8. Q&A