Plugin Directory

Changeset 2422758


Ignore:
Timestamp:
11/21/2020 12:25:29 PM (5 years ago)
Author:
imibrar
Message:

bug Fixed issue #showing notice "rest_validate_value_from_schema was called incorrectly" in debug mode

Location:
i2-pro-cons/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • i2-pro-cons/trunk/i2-pros-and-cons.php

    r2418706 r2422758  
    33/**
    44 * Plugin Name: i2 Pros & Cons
    5  * Plugin URI: https://themesfirst.com/
     5 * Plugin URI: https://azonbuilder.com/
    66 * Description: The plugin will allow you to show pro & cons in beautiful style.
    77 * Author: Ibrar Hussain
    88 * Author URI: https://github.com/imibrar
    99 * Text Domain: i2-pros-and-cons
    10  * Version: 1.2.5
     10 * Version: 1.2.2
    1111 * License: GPLv3
    1212 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1818}
    1919
    20 define('I2PC_MORE_THEMES_PLUGINS_URL', 'https://themesfirst.com');
    21 define('I2PC_VER', '1.2.4');
    22 define('I2PC_CSS_VER', '1.2.4');
     20define('I2PC_MORE_THEMES_PLUGINS_URL', 'https://azonbuilder.com');
     21define('I2PC_VER', '1.2.2');
     22define('I2PC_CSS_VER', '1.2.2');
    2323
    2424//include_once('include/ibr-test-block.php');
     
    151151    return $links;
    152152}
    153 
    154 // add_action('rest_api_init', function () {
    155 //  global $wp_version;
    156 //    if (version_compare($wp_version, '5.5.1', '<')) {
    157 //      register_rest_route( 'wp/v2/block-renderer', '/i2-pros-and-cons/basic',array(
    158 //          'methods'  => 'POST',
    159 //          'callback' => 'i2_pros_and_cons'
    160 //      ));
    161 //      }
    162 // });
  • i2-pro-cons/trunk/readme.txt

    r2418706 r2422758  
    22Contributors: imibrar
    33Tags: Pros & Cons, Amazon Pros & Cons, Pros and Cons, WP Pros & Cons
    4 Tested up to: 5.5.3
    5 Stable tag: 1.2.5
     4Tested up to: 5.3.0
     5Stable tag: 1.1.3
    66Requires PHP: 5.x
    77License: GPLv3
     
    1313
    1414**Update**
    15 v1.2.4 allow to add pros and cons in single popup for gutenberg.
    16 v1.2.2 With current version you can use popup to add/edit Pros & Cons in classic editor in similar way as Gutenberg, for editing in classic editor you need to select old shortcode, which automaticlly formated in popup.
     15With current version you can use popup to add/edit Pros & Cons in classic editor in similar way as Gutenberg, for editing in classic editor you need to select old shortcode, which automaticlly formated in popup.
    1716
    1817**Sample Shortcode**
Note: See TracChangeset for help on using the changeset viewer.