Changeset 643574
- Timestamp:
- 12/23/2012 03:15:48 AM (13 years ago)
- Location:
- image-browser-extender/trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
image-browser-extender.php (modified) (1 diff)
-
plugins/wpmedialibrary/img (modified) (1 prop)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-browser-extender/trunk
- Property svn:ignore
-
old new 1 1 .git 2 *.gitignore
-
- Property svn:ignore
-
image-browser-extender/trunk/image-browser-extender.php
r643261 r643574 5 5 Description: Extends the features of the rich text editor for Wordpress by adding a new button that will allow you to easily browse all you image attachments 6 6 Author: Benjamin Sterling 7 Version: 0.3. 27 Version: 0.3.4 8 8 Author URI: http://benjaminsterling.com 9 10 Copyright 2012 Benjamin Sterling (benjamin.sterling@kenzomedia.com) 11 12 This program is free software; you can redistribute it and/or modify 13 it under the terms of the GNU General Public License, version 2, as 14 published by the Free Software Foundation. 15 16 This program is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 9 24 */ 10 25 add_action('wp_ajax_ibe_action', 'ibe_action_callback'); -
image-browser-extender/trunk/plugins/wpmedialibrary/img
-
Property
svn:ignore
set to
*.gitignore
-
Property
svn:ignore
set to
-
image-browser-extender/trunk/readme.txt
r643261 r643574 5 5 Requires at least: 3.1 6 6 Tested up to: 3.5 7 Stable tag: 0.3.2 7 Stable tag: 0.3.4 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 10 9 11 Extends the features of the rich text editor for Wordpress by adding a new button that will allow you to easily browse all you image attachments. 10 11 Please submit any bugs or suggested improvements to <a href=\"https://github.com/bmsterling/Image-Browser-Extender/issues\">https://github.com/bmsterling/Image-Browser-Extender/issues</a>12 13 14 12 15 13 == Description == 16 14 17 15 Extends the features of the rich text editor for Wordpress by adding a new button that will allow you to easily browse all you image attachments and insert them into a post/page. This is not a replacement for the media manager, this simply makes it easier to insert one or more photos into your post or page. 16 17 Please submit any bugs or suggested improvements to <a href=\"https://github.com/bmsterling/Image-Browser-Extender/issues\">https://github.com/bmsterling/Image-Browser-Extender/issues</a> 18 18 19 19 == Installation == … … 25 25 == Credits == 26 26 27 Copyright 2012 Benjamin Sterling ( http://benjaminsterling.com)27 Copyright 2012 Benjamin Sterling (benjamin.sterling@kenzomedia.com) 28 28 29 29 This program is free software; you can redistribute it and/or modify 30 it under the terms of the GNU General Public License as published by 31 the Free Software Foundation; either version 2 of the License, or 32 (at your option) any later version. 30 it under the terms of the GNU General Public License, version 2, as 31 published by the Free Software Foundation. 33 32 34 33 This program is distributed in the hope that it will be useful, 35 34 but WITHOUT ANY WARRANTY; without even the implied warranty of 36 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 35 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 36 GNU General Public License for more details. 37 37 38 See the GNU General Public License for more details: 39 http://www.gnu.org/licenses/gpl.txt 38 You should have received a copy of the GNU General Public License 39 along with this program; if not, write to the Free Software 40 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Note: See TracChangeset
for help on using the changeset viewer.