' . __( 'Our new compact view makes it easier than ever to edit your forms! If you have long forms, you no longer have to scroll for ages to find the field you’re looking for. The compact view gives you a bird’s eye view of your form, so you can quickly find the fields you need to edit.', 'gravityforms' ) . ' ' . __( 'Read More', 'gravityforms' ) . '
'; $image = array( 'src' => $this->img_dir . 'compact-view.png', 'alt' => __( 'Screenshot of the compact view in Gravity Forms 2.8', 'gravityforms' ), ); echo wp_kses_post( $this->tags->equal_columns( array( 'columns' => array( $this->tags->build_image_html( $image ), $text, ), 'container_classes' => 'column--vertical-center', ), ) ); $style_icon = $this->tags->build_image_html( array( 'src' => $this->img_dir . 'icon-swatch.png', 'alt' => __( 'Icon of color swatches', 'gravityforms' ), 'width' => '48px', 'height' => '48px', 'class' => 'image--width-auto', ) ); $db_icon = $this->tags->build_image_html( array( 'src' => $this->img_dir . 'icon-db.png', 'alt' => __( 'Icon of a database', 'gravityforms' ), 'width' => '48px', 'height' => '48px', 'class' => 'image--width-auto', ) ); $col1text = $style_icon . '' . __( 'You might have noticed that we recently added a new setting so that you can use the beautiful and customizable Orbital form theme everywhere on your site, including shortcodes! Soon you’ll see Orbital in more places, and you’ll find more ways to customize it.', 'gravityforms' ) . ' ' . __( 'Read More', 'gravityforms' ) . '
'; $col2text = $db_icon . '' . __( 'We are always striving to improve the performance of Gravity Forms. In this release, you’ll notice smaller CSS files so that you don’t have to sacrifice performance to have good-looking forms.', 'gravityforms' ) . '
'; echo wp_kses_post( $this->tags->equal_columns( array( 'columns' => array( $col1text, $col2text, ), ), ) ); ?>