Plugin Directory

Changeset 1549695


Ignore:
Timestamp:
12/08/2016 07:12:11 PM (9 years ago)
Author:
Zuige
Message:

1.2.2 release after new icons were added

Location:
wp-libre-form
Files:
6 added
18 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-libre-form/tags/1.2.2/readme.txt

    r1538957 r1549695  
    55Requires at least: 4.2
    66Tested up to: 4.6.1
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • wp-libre-form/tags/1.2.2/vendor/composer/autoload_real.php

    r1450039 r1549695  
    2424        spl_autoload_unregister(array('ComposerAutoloaderInit07db012aabccf1e5cc16ff54e8f0754a', 'loadClassLoader'));
    2525
    26         $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION');
     26        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
    2727        if ($useStaticLoader) {
    2828            require_once __DIR__ . '/autoload_static.php';
  • wp-libre-form/tags/1.2.2/wp-libre-form.php

    r1538951 r1549695  
    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.1
     6 * Version: 1.2.2
    77 * Author: @anttiviljami
    88 * Author URI: https://github.com/anttiviljami/
     
    3232if ( ! class_exists( 'WP_Libre_Form' ) ) :
    3333
    34 define( 'WPLF_VERSION', '1.2.1' );
     34define( 'WPLF_VERSION', '1.2.2' );
    3535
    3636class WP_Libre_Form {
  • wp-libre-form/trunk/readme.txt

    r1538957 r1549695  
    55Requires at least: 4.2
    66Tested up to: 4.6.1
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • wp-libre-form/trunk/vendor/composer/autoload_real.php

    r1450039 r1549695  
    2424        spl_autoload_unregister(array('ComposerAutoloaderInit07db012aabccf1e5cc16ff54e8f0754a', 'loadClassLoader'));
    2525
    26         $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION');
     26        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
    2727        if ($useStaticLoader) {
    2828            require_once __DIR__ . '/autoload_static.php';
  • wp-libre-form/trunk/wp-libre-form.php

    r1538951 r1549695  
    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.1
     6 * Version: 1.2.2
    77 * Author: @anttiviljami
    88 * Author URI: https://github.com/anttiviljami/
     
    3232if ( ! class_exists( 'WP_Libre_Form' ) ) :
    3333
    34 define( 'WPLF_VERSION', '1.2.1' );
     34define( 'WPLF_VERSION', '1.2.2' );
    3535
    3636class WP_Libre_Form {
Note: See TracChangeset for help on using the changeset viewer.