Changeset 1538951
- Timestamp:
- 11/23/2016 09:00:32 AM (9 years ago)
- Location:
- wp-libre-form
- Files:
-
- 3 added
- 2 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from wp-libre-form/trunk)
-
tags/1.2.1/classes/class-wplf-polylang.php (added)
-
tags/1.2.1/wp-libre-form.php (modified) (2 diffs)
-
tags/1.2/classes/class-wplf-polylang.php (added)
-
trunk/classes/class-wplf-polylang.php (added)
-
trunk/wp-libre-form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-libre-form/tags/1.2.1/wp-libre-form.php
r1538409 r1538951 4 4 * Plugin URI: https://github.com/anttiviljami/wp-libre-form 5 5 * Description: A minimal HTML form builder for WordPress; made for developers 6 * Version: 1.2 6 * Version: 1.2.1 7 7 * Author: @anttiviljami 8 8 * Author URI: https://github.com/anttiviljami/ … … 32 32 if ( ! class_exists( 'WP_Libre_Form' ) ) : 33 33 34 define( 'WPLF_VERSION', '1.2 ' );34 define( 'WPLF_VERSION', '1.2.1' ); 35 35 36 36 class WP_Libre_Form { -
wp-libre-form/trunk/wp-libre-form.php
r1538409 r1538951 4 4 * Plugin URI: https://github.com/anttiviljami/wp-libre-form 5 5 * Description: A minimal HTML form builder for WordPress; made for developers 6 * Version: 1.2 6 * Version: 1.2.1 7 7 * Author: @anttiviljami 8 8 * Author URI: https://github.com/anttiviljami/ … … 32 32 if ( ! class_exists( 'WP_Libre_Form' ) ) : 33 33 34 define( 'WPLF_VERSION', '1.2 ' );34 define( 'WPLF_VERSION', '1.2.1' ); 35 35 36 36 class WP_Libre_Form {
Note: See TracChangeset
for help on using the changeset viewer.