Version Description
- Fixed a conflict with WP-Ecommerce
Download this release
Release Info
Developer | jchristopher |
Plugin | Attachments |
Version | 1.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.6 to 1.6.1
- attachments.php +3 -3
- readme.txt +4 -1
attachments.php
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
Plugin Name: Attachments
|
4 |
Plugin URI: http://mondaybynoon.com/wordpress-attachments/
|
5 |
Description: Attachments gives the ability to append any number of Media Library items to Pages, Posts, and Custom Post Types
|
6 |
-
Version: 1.6
|
7 |
Author: Jonathan Christopher
|
8 |
Author URI: http://mondaybynoon.com/
|
9 |
*/
|
10 |
|
11 |
-
/* Copyright 2009-
|
12 |
|
13 |
This program is free software; you can redistribute it and/or modify
|
14 |
it under the terms of the GNU General Public License as published by
|
@@ -327,7 +327,7 @@ function attachments_add()
|
|
327 |
|
328 |
<ul id="attachments-actions">
|
329 |
<li>
|
330 |
-
<a id="attachments-thickbox" href="
|
331 |
<?php _e( 'Attach', 'attachments' ) ?>
|
332 |
</a>
|
333 |
</li>
|
3 |
Plugin Name: Attachments
|
4 |
Plugin URI: http://mondaybynoon.com/wordpress-attachments/
|
5 |
Description: Attachments gives the ability to append any number of Media Library items to Pages, Posts, and Custom Post Types
|
6 |
+
Version: 1.6.1
|
7 |
Author: Jonathan Christopher
|
8 |
Author URI: http://mondaybynoon.com/
|
9 |
*/
|
10 |
|
11 |
+
/* Copyright 2009-2012 Jonathan Christopher (email : jonathan@irontoiron.com)
|
12 |
|
13 |
This program is free software; you can redistribute it and/or modify
|
14 |
it under the terms of the GNU General Public License as published by
|
327 |
|
328 |
<ul id="attachments-actions">
|
329 |
<li>
|
330 |
+
<a id="attachments-thickbox" href="media-upload.php?type=image&TB_iframe=1&width=640&height=1500&attachments_thickbox=1" title="Attachments" class="button button-highlighted">
|
331 |
<?php _e( 'Attach', 'attachments' ) ?>
|
332 |
</a>
|
333 |
</li>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://mondaybynoon.com/donate/
|
|
4 |
Tags: post, page, posts, pages, images, PDF, doc, Word, image, jpg, jpeg, picture, pictures, photos, attachment
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.3
|
7 |
-
Stable tag: 1.6
|
8 |
|
9 |
Attachments allows you to simply append any number of items from your WordPress Media Library to Posts, Pages, and Custom Post Types
|
10 |
|
@@ -62,6 +62,9 @@ Attachments uses WordPress' built in Media library for uploads and storage.
|
|
62 |
|
63 |
== Changelog ==
|
64 |
|
|
|
|
|
|
|
65 |
= 1.6 =
|
66 |
* Updated settings to use the Settings API
|
67 |
* Tested with WordPress 3.3
|
4 |
Tags: post, page, posts, pages, images, PDF, doc, Word, image, jpg, jpeg, picture, pictures, photos, attachment
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.3
|
7 |
+
Stable tag: 1.6.1
|
8 |
|
9 |
Attachments allows you to simply append any number of items from your WordPress Media Library to Posts, Pages, and Custom Post Types
|
10 |
|
62 |
|
63 |
== Changelog ==
|
64 |
|
65 |
+
= 1.6.1 =
|
66 |
+
* Fixed a conflict with WP-Ecommerce
|
67 |
+
|
68 |
= 1.6 =
|
69 |
* Updated settings to use the Settings API
|
70 |
* Tested with WordPress 3.3
|