Changeset 2422758
- Timestamp:
- 11/21/2020 12:25:29 PM (5 years ago)
- Location:
- i2-pro-cons/trunk
- Files:
-
- 2 edited
-
i2-pros-and-cons.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2-pro-cons/trunk/i2-pros-and-cons.php
r2418706 r2422758 3 3 /** 4 4 * Plugin Name: i2 Pros & Cons 5 * Plugin URI: https:// themesfirst.com/5 * Plugin URI: https://azonbuilder.com/ 6 6 * Description: The plugin will allow you to show pro & cons in beautiful style. 7 7 * Author: Ibrar Hussain 8 8 * Author URI: https://github.com/imibrar 9 9 * Text Domain: i2-pros-and-cons 10 * Version: 1.2. 510 * Version: 1.2.2 11 11 * License: GPLv3 12 12 * License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 18 18 } 19 19 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');20 define('I2PC_MORE_THEMES_PLUGINS_URL', 'https://azonbuilder.com'); 21 define('I2PC_VER', '1.2.2'); 22 define('I2PC_CSS_VER', '1.2.2'); 23 23 24 24 //include_once('include/ibr-test-block.php'); … … 151 151 return $links; 152 152 } 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 2 2 Contributors: imibrar 3 3 Tags: Pros & Cons, Amazon Pros & Cons, Pros and Cons, WP Pros & Cons 4 Tested up to: 5. 5.35 Stable tag: 1. 2.54 Tested up to: 5.3.0 5 Stable tag: 1.1.3 6 6 Requires PHP: 5.x 7 7 License: GPLv3 … … 13 13 14 14 **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. 15 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. 17 16 18 17 **Sample Shortcode**
Note: See TracChangeset
for help on using the changeset viewer.