Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# WP Libre Form
# WP Libre Form Legacy
[![Build Status](https://travis-ci.org/libreform/wp-libre-form.svg?branch=master)](https://travis-ci.org/libreform/wp-libre-form) [![Latest Stable Version](https://poser.pugx.org/anttiviljami/wp-libre-form/v/stable)](https://packagist.org/packages/anttiviljami/wp-libre-form) [![Total Downloads](https://poser.pugx.org/anttiviljami/wp-libre-form/downloads)](https://packagist.org/packages/anttiviljami/wp-libre-form) [![Latest Unstable Version](https://poser.pugx.org/anttiviljami/wp-libre-form/v/unstable)](https://packagist.org/packages/anttiviljami/wp-libre-form) [![License](https://poser.pugx.org/anttiviljami/wp-libre-form/license)](https://packagist.org/packages/anttiviljami/wp-libre-form)

-------------------------------
# Deprecated in favour of WP Libre Form 2

WPLF 2 has been rewritten from scratch, and is not backwards compatible with the new version. Migrating data to the new version is not possible,
but you can run the plugins side-by-side if necessary.
-------------------------------
Use standard HTML5 markup to create fully functional forms for WordPress

## Features
Expand Down
2 changes: 1 addition & 1 deletion classes/class-cpt-wplf-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static function register_cpt() {
$labels = array(
'name' => _x( 'Forms', 'post type general name', 'wp-libre-form' ),
'singular_name' => _x( 'Form', 'post type singular name', 'wp-libre-form' ),
'menu_name' => _x( 'Forms', 'admin menu', 'wp-libre-form' ),
'menu_name' => 'Legacy ' . _x( 'Forms', 'admin menu', 'wp-libre-form' ),
'name_admin_bar' => _x( 'Form', 'add new on admin bar', 'wp-libre-form' ),
'add_new' => _x( 'New Form', 'form', 'wp-libre-form' ),
'add_new_item' => __( 'Add New Form', 'wp-libre-form' ),
Expand Down
4 changes: 2 additions & 2 deletions wp-libre-form.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin name: WP Libre Form
* Plugin URI: https://github.com/hencca/wp-libre-form
* Plugin name: WP Libre Form Legacy
* Plugin URI: https://github.com/libreform/wp-libre-form
* Description: A minimal HTML form builder for WordPress; made for developers
* Version: 1.5.0.3
* Author: @anttiviljami
Expand Down