PluginProbe
Code Embed / trunk
Code Embed vtrunk
2.6.4 2.6.3 2.6.2 2.6.1 trunk 1.0 1.1 1.2 1.3 1.4.1 1.5.1 1.6.1 2.0.2 2.1.2 2.2.2 2.3.9 2.4 2.5.1 2.5.2 2.6
← All changes | simple-code-embed.php +4 -4 2.6.1trunk View file →
@@ -5,15 +5,15 @@
5 5 * @package simple-embed-code
6 6 * @author David Artiss
7 7 * @license GPL-2.0-or-later
8 8 * @since 1.0
9 - * @version 2.6.1
9 + * @version 2.6.4
10 10 *
11 11 * Plugin Name: Code Embed
12 12 * Plugin URI: https://wordpress.org/plugins/simple-embed-code/
13 13 * Description: Code Embed provides a very easy and efficient way to embed code (JavaScript, CSS and HTML) in your posts and pages.
14 - * Version: 2.6.1
15 - * Requires at least: 4.6
14 + * Version: 2.6.4
15 + * Requires at least: 4.9
16 16 * Requires PHP: 7.4
17 17 * Author: David Artiss
18 18 * Author URI: https://artiss.blog
19 19 * Text Domain: simple-embed-code
@@ -36,9 +36,9 @@
36 36
37 37 // Define globals.
38 38
39 39 if ( ! defined( 'CODE_EMBED_VERSION' ) ) {
40 - define( 'CODE_EMBED_VERSION', '2.6.1' );
40 + define( 'CODE_EMBED_VERSION', '2.6.4' );
41 41 }
42 42
43 43 if ( ! defined( 'CODE_EMBED_PLUGIN_BASE' ) ) {
44 44 define( 'CODE_EMBED_PLUGIN_BASE', plugin_basename( __FILE__ ) );