Skip to:
Content

bbPress.org

Changeset 6514 for trunk/src/bbpress.php


Ignore:
Timestamp:
06/09/2017 10:34:16 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Converter: Port changes proposed for 2.7 in for 2.6:

  • Add a timer UI to show the count down until the next step
  • Move converter settings into the normal options & settings arrays
  • Update fields, sections, & pages as needed
  • Update converter.js version to use bbp_get_version()
  • Make connection & options persistent across requests whenever possible, and trust the settings if settings change
  • Split steps up into private methods, out of the massive do_steps() method
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r6510 r6514  
    205205        /** Versions **********************************************************/
    206206
    207         $this->version    = '2.6-rc-6509';
     207        $this->version    = '2.6-rc-6513';
    208208        $this->db_version = '261';
    209209
Note: See TracChangeset for help on using the changeset viewer.