Code Embed - Version 2.1.2

Version Description

  • Maintenance: Added missing text domain, ready for automatic translation.
Download this release

Release Info

Developer dartiss
Plugin Icon 128x128 Code Embed
Version 2.1.2
Comparing to
See all releases

Code changes from version 2.1.1 to 2.1.2

readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: dartiss
3
  Donate link: http://artiss.co.uk/donate
4
  Tags: artiss, embed, code, html, javascript, script, simple, video, xhtml, youtube
5
  Requires at least: 3.3
6
- Tested up to: 4.3
7
- Stable tag: 2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -157,6 +157,9 @@ WordPress stores the custom field contents in a MySQL table using the `longtext`
157
 
158
  == Changelog ==
159
 
 
 
 
160
  = 2.1.1 =
161
  * Maintenance: Updated help text
162
  * Maintenance: Modified admin screen headings so they're compatible with WP4.3
@@ -227,6 +230,9 @@ versions of this plugin
227
 
228
  == Upgrade Notice ==
229
 
 
 
 
230
  = 2.1.1 =
231
  * Various minor fixes and updates
232
 
3
  Donate link: http://artiss.co.uk/donate
4
  Tags: artiss, embed, code, html, javascript, script, simple, video, xhtml, youtube
5
  Requires at least: 3.3
6
+ Tested up to: 4.3.1
7
+ Stable tag: 2.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
157
 
158
  == Changelog ==
159
 
160
+ = 2.1.2 =
161
+ * Maintenance: Added missing text domain, ready for automatic translation.
162
+
163
  = 2.1.1 =
164
  * Maintenance: Updated help text
165
  * Maintenance: Modified admin screen headings so they're compatible with WP4.3
230
 
231
  == Upgrade Notice ==
232
 
233
+ = 2.1.2 =
234
+ * Update with text domain, ready for automatic translation
235
+
236
  = 2.1.1 =
237
  * Various minor fixes and updates
238
 
screenshot-1.png DELETED
Binary file
screenshot-2.png DELETED
Binary file
screenshot-3.png DELETED
Binary file
screenshot-4.png DELETED
Binary file
screenshot-5.png DELETED
Binary file
simple-code-embed.php CHANGED
@@ -3,9 +3,10 @@
3
  Plugin Name: Code Embed
4
  Plugin URI: https://wordpress.org/plugins/simple-code-embed/
5
  Description: Allows you to embed code into your posts & pages
6
- Version: 2.1.1
7
  Author: David Artiss
8
  Author URI: http://www.artiss.co.uk
 
9
  */
10
 
11
  /**
@@ -17,7 +18,7 @@ Author URI: http://www.artiss.co.uk
17
  * @since 1.6
18
  */
19
 
20
- define( 'artiss_code_embed_version', '2.1.1' );
21
 
22
  function ace_load_plugin_textdomain() {
23
  load_plugin_textdomain( 'simple-embed-code', false, 'simple-embed-code/languages' );
3
  Plugin Name: Code Embed
4
  Plugin URI: https://wordpress.org/plugins/simple-code-embed/
5
  Description: Allows you to embed code into your posts & pages
6
+ Version: 2.1.2
7
  Author: David Artiss
8
  Author URI: http://www.artiss.co.uk
9
+ Text Domain: simple-embed-code
10
  */
11
 
12
  /**
18
  * @since 1.6
19
  */
20
 
21
+ define( 'artiss_code_embed_version', '2.1.2' );
22
 
23
  function ace_load_plugin_textdomain() {
24
  load_plugin_textdomain( 'simple-embed-code', false, 'simple-embed-code/languages' );