Version Description
- Fixed bug where name of plugin folder was incorrect
=
Download this release
Release Info
| Developer | dartiss |
| Plugin | |
| Version | 1.6.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.6 to 1.6.1
- readme.txt +8 -2
- simple-code-embed.php +3 -3
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: http://artiss.co.uk/donate
|
|
| 4 |
Tags: artiss, embed, code, HTML, JavaScript, script, simple, video, XHTML, YouTube
|
| 5 |
Requires at least: 2.0
|
| 6 |
Tested up to: 3.2.1
|
| 7 |
-
Stable tag: 1.6
|
| 8 |
|
| 9 |
Artiss Code Embed (formally Simple Code Embed) provides a very easy and efficient way to embed code (JavaScript and HTML) in your posts and pages.
|
| 10 |
|
|
@@ -143,6 +143,9 @@ Please note, however, that the minimum for WordPress is now PHP 5.2.4. Even thou
|
|
| 143 |
* Added global embeds option
|
| 144 |
* New tools option in the administration menu which allows you to search for code embeds
|
| 145 |
|
|
|
|
|
|
|
|
|
|
| 146 |
== Upgrade Notice ==
|
| 147 |
|
| 148 |
= 1.3 =
|
|
@@ -161,4 +164,7 @@ Please note, however, that the minimum for WordPress is now PHP 5.2.4. Even thou
|
|
| 161 |
* Added form security
|
| 162 |
|
| 163 |
= 1.6 =
|
| 164 |
-
* Added ability to specify global code embeds
|
|
|
|
|
|
|
|
|
| 4 |
Tags: artiss, embed, code, HTML, JavaScript, script, simple, video, XHTML, YouTube
|
| 5 |
Requires at least: 2.0
|
| 6 |
Tested up to: 3.2.1
|
| 7 |
+
Stable tag: 1.6.1
|
| 8 |
|
| 9 |
Artiss Code Embed (formally Simple Code Embed) provides a very easy and efficient way to embed code (JavaScript and HTML) in your posts and pages.
|
| 10 |
|
| 143 |
* Added global embeds option
|
| 144 |
* New tools option in the administration menu which allows you to search for code embeds
|
| 145 |
|
| 146 |
+
= 1.6.1 =
|
| 147 |
+
* Fixed bug where name of plugin folder was incorrect
|
| 148 |
+
|
| 149 |
== Upgrade Notice ==
|
| 150 |
|
| 151 |
= 1.3 =
|
| 164 |
* Added form security
|
| 165 |
|
| 166 |
= 1.6 =
|
| 167 |
+
* Added ability to specify global code embeds
|
| 168 |
+
|
| 169 |
+
= 1.6.1 =
|
| 170 |
+
* Fixes critical bug in version 1.6
|
simple-code-embed.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Plugin Name: Artiss Code Embed
|
| 4 |
Plugin URI: http://www.artiss.co.uk/code-embed
|
| 5 |
Description: Allows you to embed code into your posts & pages
|
| 6 |
-
Version: 1.6
|
| 7 |
Author: David Artiss
|
| 8 |
Author URI: http://www.artiss.co.uk
|
| 9 |
*/
|
|
@@ -17,9 +17,9 @@ Author URI: http://www.artiss.co.uk
|
|
| 17 |
* @since 1.6
|
| 18 |
*/
|
| 19 |
|
| 20 |
-
define( 'artiss_code_embed_version', '1.6' );
|
| 21 |
|
| 22 |
-
$functions_dir = WP_PLUGIN_DIR . '/simple-code
|
| 23 |
|
| 24 |
// Include all the various functions
|
| 25 |
|
| 3 |
Plugin Name: Artiss Code Embed
|
| 4 |
Plugin URI: http://www.artiss.co.uk/code-embed
|
| 5 |
Description: Allows you to embed code into your posts & pages
|
| 6 |
+
Version: 1.6.1
|
| 7 |
Author: David Artiss
|
| 8 |
Author URI: http://www.artiss.co.uk
|
| 9 |
*/
|
| 17 |
* @since 1.6
|
| 18 |
*/
|
| 19 |
|
| 20 |
+
define( 'artiss_code_embed_version', '1.6.1' );
|
| 21 |
|
| 22 |
+
$functions_dir = WP_PLUGIN_DIR . '/simple-embed-code/includes/';
|
| 23 |
|
| 24 |
// Include all the various functions
|
| 25 |
|
