Upgrades to legacy version 1.0.9.
Description
See also
Source
File: src/components/legacy-upgrades.php
protected function upgrade_to_1_0_9() { global $wpdb; $elements = $this->get_full_table_name( 'elements' ); $wpdb->update( $elements, array( 'label' => '<hr />', 'type' => 'content' ), array( 'type' => 'separator' ) ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |