Plugin Directory

Changeset 643574


Ignore:
Timestamp:
12/23/2012 03:15:48 AM (13 years ago)
Author:
bmsterling
Message:

Update readme and version number

Location:
image-browser-extender/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • image-browser-extender/trunk

    • Property svn:ignore
      •  

        old new  
        11.git
         2*.gitignore
  • image-browser-extender/trunk/image-browser-extender.php

    r643261 r643574  
    55    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
    66    Author: Benjamin Sterling
    7     Version: 0.3.2
     7    Version: 0.3.4
    88    Author URI: http://benjaminsterling.com
     9   
     10Copyright 2012  Benjamin Sterling  (benjamin.sterling@kenzomedia.com)
     11
     12This program is free software; you can redistribute it and/or modify
     13it under the terms of the GNU General Public License, version 2, as
     14published by the Free Software Foundation.
     15
     16This program is distributed in the hope that it will be useful,
     17but WITHOUT ANY WARRANTY; without even the implied warranty of
     18MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19GNU General Public License for more details.
     20
     21You should have received a copy of the GNU General Public License
     22along with this program; if not, write to the Free Software
     23Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    924*/
    1025add_action('wp_ajax_ibe_action', 'ibe_action_callback');
  • image-browser-extender/trunk/plugins/wpmedialibrary/img

    • Property svn:ignore set to
      *.gitignore
  • image-browser-extender/trunk/readme.txt

    r643261 r643574  
    55Requires at least: 3.1
    66Tested up to: 3.5
    7 Stable tag: 0.3.2
     7Stable tag: 0.3.4
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.html
    810
    911Extends 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 
    1412
    1513== Description ==
    1614
    1715Extends 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
     17Please 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>
    1818
    1919== Installation ==
     
    2525== Credits ==
    2626
    27 Copyright 2012  Benjamin Sterling  (http://benjaminsterling.com)
     27Copyright 2012  Benjamin Sterling  (benjamin.sterling@kenzomedia.com)
    2828
    2929This 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.
     30it under the terms of the GNU General Public License, version 2, as
     31published by the Free Software Foundation.
    3332
    3433This program is distributed in the hope that it will be useful,
    3534but WITHOUT ANY WARRANTY; without even the implied warranty of
    36 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     35MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     36GNU General Public License for more details.
    3737
    38 See the GNU General Public License for more details:
    39 http://www.gnu.org/licenses/gpl.txt
     38You should have received a copy of the GNU General Public License
     39along with this program; if not, write to the Free Software
     40Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
Note: See TracChangeset for help on using the changeset viewer.