Plugin Directory

Changeset 1538951


Ignore:
Timestamp:
11/23/2016 09:00:32 AM (9 years ago)
Author:
Zuige
Message:

Merge pull request #41 from timiwahalahti/master

bump version to 1.2.1 because w.org repo fix

Location:
wp-libre-form
Files:
3 added
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-libre-form/tags/1.2.1/wp-libre-form.php

    r1538409 r1538951  
    44 * Plugin URI: https://github.com/anttiviljami/wp-libre-form
    55 * Description: A minimal HTML form builder for WordPress; made for developers
    6  * Version: 1.2
     6 * Version: 1.2.1
    77 * Author: @anttiviljami
    88 * Author URI: https://github.com/anttiviljami/
     
    3232if ( ! class_exists( 'WP_Libre_Form' ) ) :
    3333
    34 define( 'WPLF_VERSION', '1.2' );
     34define( 'WPLF_VERSION', '1.2.1' );
    3535
    3636class WP_Libre_Form {
  • wp-libre-form/trunk/wp-libre-form.php

    r1538409 r1538951  
    44 * Plugin URI: https://github.com/anttiviljami/wp-libre-form
    55 * Description: A minimal HTML form builder for WordPress; made for developers
    6  * Version: 1.2
     6 * Version: 1.2.1
    77 * Author: @anttiviljami
    88 * Author URI: https://github.com/anttiviljami/
     
    3232if ( ! class_exists( 'WP_Libre_Form' ) ) :
    3333
    34 define( 'WPLF_VERSION', '1.2' );
     34define( 'WPLF_VERSION', '1.2.1' );
    3535
    3636class WP_Libre_Form {
Note: See TracChangeset for help on using the changeset viewer.