=== DiffCheck - Compare two text files === Contributors: stefanpejcic, pluginsclub Tags: diffcheck, difference, text difference, compare two files, compare Requires at least: 4.0 Tested up to: 6.2 Requires PHP: 5.4 Stable tag: 1.2 Donate link: https://plugins.club/free-wordpress-plugins/diff-check/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == DiffCheck allows you to display side-by-side comparisons of two text files. This plugin is ultra-lightweight (7KB) and uses WordPress's already built-in revision function. **NEW!** The plugin now supports Gutenberg and you can use the "DiffCheck" block to compare two texts. = How to compare two files? = On the post edit screen add _DiffCheck_ block and inside it paste the text to be compared in two text areas. = How to compare two files using shortcodes? = To display difference between two files use the *[diff_check]* shortcode and pass attributes: To compare 2 texts use _text1_ and _text2_ attributes: `[diff_check text1="This is the first text area. It will be compared to the second text area." text2="This is the second text area. It will be compared to the first text area."]` To compare two text files use _file1_ and _file2_ attributes: `[diff_check file1="https://plugins.club/demo/wp-content/plugins/my-plugin/text1.txt" file2="https://plugins.club/demo/wp-content/plugins/my-plugin/text2.txt"]` == Changelog == = 1.2 = * Added support for Cyrillic in gutenberg block - reported by @bsmolyanov * Fixed CSS issue with wrong class names - reported by @bsmolyanov * Added CSS to style the rows that have no diff = 1.1 = * Added gutenberg block = 1.0 = The first stable public version.