version detection
This commit is contained in:
@@ -13,11 +13,20 @@ class WpItem
|
||||
# This check is needed because readme_url can return nil
|
||||
if has_readme?
|
||||
response = Browser.get(readme_url)
|
||||
version = response.body[/(?:stable tag|version):\s*(?!trunk)([0-9a-z\.-]+)/i, 1]
|
||||
if version.nil?
|
||||
extracted_versions = response.body.scan(/[=]+\s*(?:\s*v(?:ersion)?\s*)?([0-9\.-]+)[ \ta-z0-9\(\)\.-]*[=]+/i)
|
||||
version = response.body[/\b(?:stable tag|version):\s*(?!trunk)([0-9a-z\.-]+)/i, 1]
|
||||
if version.nil? || version !~ /[0-9]+/
|
||||
extracted_versions = response.body.scan(/[=]+\s+(?:v(?:ersion)?\s*)?([0-9\.-]+)[ \ta-z0-9\(\)\.-]*[=]+/i)
|
||||
return if extracted_versions.nil? || extracted_versions.length == 0
|
||||
sorted = extracted_versions.flatten.sort { |x,y| Gem::Version.new(x) <=> Gem::Version.new(y) }
|
||||
extracted_versions.flatten!
|
||||
# must contain at least one number
|
||||
extracted_versions = extracted_versions.select { |x| x =~ /[0-9]+/ }
|
||||
sorted = extracted_versions.sort { |x,y|
|
||||
begin
|
||||
Gem::Version.new(x) <=> Gem::Version.new(y)
|
||||
rescue
|
||||
0
|
||||
end
|
||||
}
|
||||
@version = sorted.last
|
||||
else
|
||||
@version = version
|
||||
|
||||
@@ -0,0 +1,103 @@
|
||||
=== A Capture Contact Form (and tab) by AWebVoice.com ===
|
||||
Contributors: AWebVoice
|
||||
Donate link:
|
||||
Tags: contact form, web form, capture contact form, response forms, captcha form, get response, contact me, contact form 7
|
||||
Requires at least: 2.0.2
|
||||
Tested up to: 3.1.1
|
||||
Stable tag: trunk
|
||||
|
||||
Get a contact form and a contact button. Capture your visitors and turn them into customers!
|
||||
|
||||
== Description ==
|
||||
|
||||
A fully customizable contact form on your WordPress blog. And a contact tab to increase customer interaction. Join our fast growing users base who have chosen AWebVoice as their contact form of choice!
|
||||
|
||||
= Get your FREE Contact Form plugin for Wordpress =
|
||||
|
||||
Our Contact Form plugin is full of features that no other wordpress contact form can offer. See for yourself, below are a few of the features we offer:
|
||||
|
||||
* Add a customized contact form to your Wordpress blog which includes a message, contact's email, name, phone number and more!
|
||||
* Create and customize your contact form settings right from within your Wordpress Admin Panel
|
||||
* Include your logo, business contact info, even social links right on your contact form
|
||||
* Notifications: Get a contacts message notifications to your inbox!
|
||||
* Setup multiple autoresponder for your contact form so your visitors get an instant message from you
|
||||
* Take your autoresponders to the next level, and ask your contact to join your email list.
|
||||
* Setup a custom success message or URL for your contact form
|
||||
* Each form has built in ROI tracking
|
||||
* Increases conversion: Include a custom “Contact†tab to the side of your wordpress blog that pops up your contact form.
|
||||
* ...these features will always be free, but go to the next level and get many more features for your contact form!
|
||||
|
||||
= More than a Contact Form =
|
||||
|
||||
Behind the AWebVoice wordpress plugin contact form is a suite of online tools to effectively manage all of your leads, contacts, and marketing ROI needs. As leads come in from your contact form, those contacts are automatically added to your online contacts database. From there, access information about each contact, send emails to each contact, and fully track, organize, and manage your communications. AWebVoice.com is designed to scale from single person offices to Fortune 500 companies -- and it is created on the very largest online database has to offer.
|
||||
|
||||
|
||||
= And it is easy to get start =
|
||||
|
||||
AWebVoice.com’s contact form is FREE and is the easiest wordpress contact form to use. We think you will agree, give it a try sign up now:
|
||||
www.awebvoice.com.
|
||||
|
||||
== Installation ==
|
||||
|
||||
= Option 1: Install the plugin via your Wordpress admin panel =
|
||||
1. Login to your Wordpress system which should take you to the Dashboard of your Wordpress account.
|
||||
1. Click the "Plugins" menu on the left menu bar. The choose "Add New".
|
||||
1. Search for "AWebVoice", "Contact " or "contact form".
|
||||
1. Click Install Now, the "Contact Form" by AWebVoice.com.
|
||||
1. After installation has finished, you need to activate the plugin.
|
||||
1. You should see the AWebVoice plugin listed in the available plugins. Click the "Activate" link.
|
||||
1. Next, click the "Settings" menu on the left menu bar and choose "AWebVoice Form"
|
||||
1. A form will be presented. Enter the e-mail address to receive contact form messages, and click "Create Account".
|
||||
1. Your AWebVoice tab-button and contact form have been installed and are working on your blog.
|
||||
|
||||
= Option 2: Manual plugin installation =
|
||||
1. Click on the red "Download Version x.x" button on the right side of this page.
|
||||
1. After the download has finished, extract the files.
|
||||
1. Upload the "awebvoivce" folder to your server in "/wp-content/plugins" directory
|
||||
1. Login to you Wordpress system which should take you to the admin panel or Dashboard. Click on "Plugins" menu.
|
||||
1. You should see the AWebVoice plugin listed in the available plugins. Click the "Activate" link.
|
||||
1. Then click on the "Settings" menu in the left side menu bar. Choose "AWebVoice Form"
|
||||
1. A form will be presented. Enter the e-mail address to receive contact form messages, and click "Create Account".
|
||||
1. Your AWebVoice tab-button and contact form have been installed and are working on your blog.
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
= What is Contact Form by AWebVoice.com? =
|
||||
Unlike other contact form providers like contact form 7, you will never have to touch a line of code to create, edit, or modify your contact form. Just install the Awebvoice.com contact form plugin, choose the email address you want your form submissions to go to, and that is it. Your new contacts are delivered to the specified email address AND stored in an online database under your name. Your contacts are yours and not shared with others. How you use your new contacts is up to you.
|
||||
|
||||
= Can I customize my contact form? =
|
||||
Yes. Editing a form is quick and easy. In your WordPress administration page, click on Settings. Click on the AWebVoice plugin and click the modify button to edit your contact form. (You may have to login first to AWebVoice.com) With the AWebVoice contact form editor, you can create a beautiful and customized contact forms, including your logo, your address and phone, and more.
|
||||
|
||||
= What is the AWebVoice tab-button? =
|
||||
The tab-button is a button that sits on the side of your blog and maintains position even as your visitors scroll. Your potential new contacts or existing contacts are only one click away from sending you a message! When the button is clicked, your contact form pops right up in a nice modal window, darkening the rest of the screen and focusing the user on completing your contact form. This AWebVoice tab-button and contact form combination has been proven improve conversions on a website by over 45%.
|
||||
|
||||
= What other unique features do you offer? =
|
||||
Many more features. AWebVoice is a full featured email, newsletter, coupon marketing system. The tab-button and contact form will always be free. But if you need more, such as self-managed email lists, we have it. We also have ROI reports so you can track your contact form and blog success rate. The AWebVoice Email/Newsletter management system is a subscription based system. We want to help you get started, and once the task of managing your contact list get too large, we are there to support your efforts. AWebVoice is the most effective marketing tool a small or large business can have.
|
||||
|
||||
Get your free AWebVoice contact form today and start watching your leads grow!
|
||||
|
||||
== Screenshots ==
|
||||
|
||||
1. Contact Form Admin Panel
|
||||
2. A Contact Form
|
||||
3. Contact Tab-Button on the Blog (click opens contact form)
|
||||
|
||||
== Change Log ==
|
||||
|
||||
= Coming Soon =
|
||||
* Contact Form: More custom from fields for your contact form
|
||||
* Contact Form: More languages for button and contact form
|
||||
|
||||
= 3.1 =
|
||||
* Initial WordPress Release.
|
||||
* Analytics included in Contact Form
|
||||
* Custom form fields for your contact form
|
||||
* Form title is editable
|
||||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 1.0 =
|
||||
Upgrade notices when available will be described in this section.
|
||||
|
||||
= Languages =
|
||||
* English: Available contact form and button
|
||||
@@ -0,0 +1,13 @@
|
||||
=== Plugin Name ===
|
||||
AA health calculator
|
||||
|
||||
|
||||
|
||||
Tags:aa ,health,calculator
|
||||
Requires at least:4.0
|
||||
Tested up to:4.0
|
||||
Stable tag:aahealthcalculator
|
||||
License: GPL
|
||||
Contributors :A and A
|
||||
==Description==
|
||||
use [health] shortcode
|
||||
@@ -0,0 +1,215 @@
|
||||
=== Advanced Most Recent Posts Mod ===
|
||||
Contributors: yakuphan, trepmal
|
||||
Tags: Advanced, recent, recent posts, most recent, category posts, thumbnail
|
||||
Donate link: http://kaileylampert.com/donate/
|
||||
Requires at least: 2.8
|
||||
Tested up to: 3.2.1
|
||||
Stable tag: trunk
|
||||
|
||||
Based off the Advanced Most Recent Posts plugin by Yakup GÖVLER. Display most recent posts from selected categories or current category or all categories with thumbnail images (optional).
|
||||
|
||||
== Description ==
|
||||
Advanced Most Recent Posts Widget displays your recent posts with thumbnail images (optional). It gets posts from selected categories or current category or all categories. When your visitors are at home, it gets posts from all posts or selected category. If you set 'Get posts from current category', when visitors see single post, widget lists posts in the same category of single post or when visitors click a category link, it gets posts from current category.
|
||||
|
||||
Check out a brand new plugin inspired by this one: [Mini Loops](http://wordpress.org/extend/plugins/mini-loops/)
|
||||
|
||||
I'm bad at support (not intentionally). If you have questions: check the forums, then check [my blog post's comment thread](http://trepmal.com/plugins/advanced-most-recent-posts-mod/#comments). If that doesn't work, post to the forums (there are awesome volunteers out there!) and get my attention by pinging me on twitter [@trepmal](http://twitter.com/trepmal).
|
||||
|
||||
== Installation ==
|
||||
|
||||
= Installation =
|
||||
1. Make sure you are running WordPress version 2.8 or better. It won't work with older versions.
|
||||
2. Download the zip file and extract the contents.
|
||||
3. Upload the 'advanced-most-recent-posts' folder (wp-content/plugins/).
|
||||
4. Activate the plugin through the 'plugins' page in WP.
|
||||
5. See 'Appearance'->'Widgets' to place it on your sidebar. Set the settings.
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
= How can I set it to get posts from current category? =
|
||||
Select checkbox on widget's settings called 'Get posts from current category'.
|
||||
|
||||
= I want to display only the posts in two categories. =
|
||||
You have to write their category's ids -separated with a comma- to 'Categories' textbox.
|
||||
|
||||
= I don't use Widgets. How can use this widget? =
|
||||
|
||||
template tag: `yg_recentposts( $args )`
|
||||
shortcode: `[amrp]` with args
|
||||
Original author's [website](http://www.yakupgovler.com/?p=1033).
|
||||
|
||||
= .... Image alignment .... =
|
||||
|
||||
If you need serious customization, please go learn CSS. I will not provide extensive CSS support. (Sorry - there are just far too many variations, and I do all this in my spare time)
|
||||
|
||||
The most frequest request I get has to do with aligning the image to the right or left. To get started with customization, create a file called amrp-styles.php (really, any name will do) and upload it to `wp-content/mu-plugins` (you may need to create this directory).
|
||||
|
||||
In that file, paste the following
|
||||
`<?php
|
||||
/*
|
||||
AMRP Styles
|
||||
*/
|
||||
|
||||
add_action('wp_head', 'amrp_styles');
|
||||
function amrp_styles() {
|
||||
?>
|
||||
<style type="text/css">
|
||||
.advanced-recent-posts {
|
||||
/* remove bullet points */
|
||||
list-style-type: none;
|
||||
}
|
||||
.advanced-recent-posts li {
|
||||
}
|
||||
.advanced-recent-posts li a {
|
||||
}
|
||||
.advanced-recent-posts li img {
|
||||
float: right; /* change to left if you'd prefer */
|
||||
margin: 3px;
|
||||
}
|
||||
</style>
|
||||
<?php
|
||||
}`
|
||||
|
||||
Of course, if you have the skills, feel free to relocate that CSS.
|
||||
|
||||
== Screenshots ==
|
||||
|
||||
1. Widget's screenshot in 'Appearance'->'Widgets'
|
||||
2. (original version) Widget's screenshot in 'Appearance'->'Widgets'
|
||||
|
||||
== Options ==
|
||||
|
||||
Widget's options allow you to change your recent posts list displaying.
|
||||
|
||||
= Title: =
|
||||
Your recent posts widget's title on your sidebar.
|
||||
|
||||
= Title Link: =
|
||||
The page the title should link to.
|
||||
|
||||
= Hide Post Title: =
|
||||
Check to hide post title in output. useful for thumbnail-only displays
|
||||
|
||||
= Separator: =
|
||||
The character to use to separate the title from the excerpt.
|
||||
|
||||
= After Excerpt: =
|
||||
What should appear after the excerpt
|
||||
|
||||
= After Excerpt Link: =
|
||||
should the 'after excerpt' text link to the post? useful if 'after excerpt' read like "read more..."
|
||||
|
||||
= Show: =
|
||||
The post type to be displayed.
|
||||
|
||||
= Number of posts to show: =
|
||||
How many posts to display
|
||||
|
||||
= Excerpt length (letters) =
|
||||
You know that
|
||||
|
||||
= Thumbnail Custom Field Name =
|
||||
If you want to display the thumbnail of your posts via a custom field, write its name.
|
||||
|
||||
= Height - Width =
|
||||
Images size.
|
||||
|
||||
= Get first image of post =
|
||||
If you don't want to use custom field, plugin will get first image from your post content.
|
||||
|
||||
= Get first attached image of post =
|
||||
Plugin gets first attached image of post.
|
||||
|
||||
= Default image =
|
||||
If post has no image, plugin display this image. Ex: http://www.yakupgovler.com/default-image.png
|
||||
|
||||
|
||||
Notice: If you use three options, plugin uses custom field image firstly. If the post has no custom field, it gets first image from content. At last it gets first attached image. I suggest not to use "Get first image of post" for performance. It queries much more.
|
||||
|
||||
= Show Author =
|
||||
If checked, shows author next to title
|
||||
|
||||
= Show Post Timestamp =
|
||||
If checked, shows post timestamp
|
||||
|
||||
= Time format =
|
||||
The format to be used when displaying the timestamp
|
||||
|
||||
= Put time =
|
||||
A placement option for the post timestamp
|
||||
|
||||
= Categories =
|
||||
Plugin gets posts in these categories. (Category IDs, separated by commas.)
|
||||
|
||||
= Get posts from current category: =
|
||||
Posts will be get from current category (single post's category or current category).
|
||||
|
||||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 1.6.5 =
|
||||
bugfix: 'after excerpt' now appears as it should even if the link option is unchecked
|
||||
Have you tried [Mini Loops](http://wordpress.org/extend/plugins/mini-loops/)?
|
||||
|
||||
= 1.6.4 =
|
||||
moved image outside of title so it won't disappear if 'hide title' is checked
|
||||
undefined variable bug fix
|
||||
|
||||
= 1.6.3 =
|
||||
fixed after-excerpt-link bug
|
||||
|
||||
= 1.6 =
|
||||
Future updates will assume you have at least this release.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.6.5.2 =
|
||||
* it title is empty, show nothing not default
|
||||
|
||||
= 1.6.5.1 =
|
||||
* updated POT file
|
||||
|
||||
= 1.6.5 =
|
||||
* bugfix: 'after excerpt' now appears as it should even if the link option is unchecked
|
||||
|
||||
= 1.6.4 =
|
||||
* moved image outside of title so it won't disappear if 'hide title' is checked
|
||||
* undefined variable bug fix
|
||||
|
||||
= 1.6.3 =
|
||||
* fixed after-excerpt-link bug
|
||||
|
||||
= 1.6.2 =
|
||||
* shortcode fixes for 'limit' (really should be 'shownum' - now both work) and height/width
|
||||
|
||||
= 1.6.1 =
|
||||
* author fix
|
||||
|
||||
= 1.6 =
|
||||
* remove 20 post limit
|
||||
* option to display posts in reverse order
|
||||
* excerpt by *word* count option
|
||||
* post-offset option
|
||||
|
||||
= 1.5 =
|
||||
* *dev release*
|
||||
* option to hide post title
|
||||
* option to specify the '...' after excerpt
|
||||
|
||||
= 1.4.1 =
|
||||
* fixed double echo issue
|
||||
|
||||
= 1.4 =
|
||||
* added support for shortcodes, show author option and post-type choice
|
||||
|
||||
= 1.3 =
|
||||
* fixed timestamp bug, added timestamp placement option
|
||||
|
||||
= 1.2 =
|
||||
* added support for setting a title link, choosing a title/content separator, and displaying post timestamp
|
||||
|
||||
= 1.1 =
|
||||
* (original plugin) Fixed a bug. If you don't set image dimensions, it displays thumbnail wrong.
|
||||
|
||||
= Version 1.0 =
|
||||
* Initial release version.
|
||||
@@ -0,0 +1,39 @@
|
||||
=== All In One Facebook ===
|
||||
Contributors: rahadgp
|
||||
Donate link:
|
||||
Tags: facebook,Social Networking,Wordpress Facebook widget, twiter widget
|
||||
Requires at least: 3.3
|
||||
Tested up to: 3.8
|
||||
Stable tag: all in one facebook
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
With this widget and plugin combination , you can display a customizable JQUERY accordion which gathers Facebook social plugins together with option which to be display or which you don't want to display in your side bar or widget area, and by the plugin you can set short code for each and every thing what you want to put in your post on your website .
|
||||
|
||||
== Description ==
|
||||
With this widget , you can display a customizable frame which gathers Facebook social plugins together with option which to be display or which you don't want to display in your side bar or widget area, and by the plugin you can set short code for each and every thing what you want to put in your post on your website . As a whole new feature like and share feature has been implemented with like box, recommends and twitter feed integration.
|
||||
|
||||
== Installation ==
|
||||
|
||||
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
|
||||
1. Activate the plugin through the 'Plugins' menu in WordPress
|
||||
|
||||
== Frequently asked questions ==
|
||||
|
||||
|
||||
|
||||
== Screenshots ==
|
||||
1. Setting Page for the facebook plugin
|
||||
2. Setting page
|
||||
3. Setting Page
|
||||
|
||||
|
||||
== Changelog ==
|
||||
|
||||
|
||||
|
||||
== Upgrade notice ==
|
||||
|
||||
|
||||
|
||||
== Arbitrary section 1 ==
|
||||
@@ -0,0 +1,224 @@
|
||||
=== Backup Scheduler ===
|
||||
|
||||
Author: SedLex
|
||||
Contributors: SedLex
|
||||
Author URI: http://www.sedlex.fr/
|
||||
Plugin URI: http://wordpress.org/plugins/backup-scheduler/
|
||||
Tags: backup, schedule, plugin, save, database, zip
|
||||
Requires at least: 3.0
|
||||
Tested up to: 4.2
|
||||
Stable tag: trunk
|
||||
License: GPLv3
|
||||
|
||||
With this plugin, you may plan the backup of your entire website (folders, files and/or database).
|
||||
|
||||
== Description ==
|
||||
|
||||
With this plugin, you may plan the backup of your entire website (folders, files and/or database).
|
||||
|
||||
You can choose:
|
||||
|
||||
* which folders you want to save;
|
||||
* the frequency of the backup process;
|
||||
* whether your database should be saved;
|
||||
* whether the backup is stored on the local website, sent by email or stored on a distant FTP (support of multipart zip files)
|
||||
|
||||
This plugin is under GPL licence
|
||||
|
||||
= Multisite - Wordpress MU =
|
||||
|
||||
This plugin is compatible with Multisite installation.
|
||||
|
||||
Each blog administrator may save their own data.
|
||||
|
||||
The super-admin may save either its data or the whole website. By saving the whole site, the admin may create different SQL files for the subsite in order to ease the restoration of a single sub-site.
|
||||
|
||||
= Localization =
|
||||
|
||||
* German (Switzerland) translation provided by PeterDbbert, BernhardKnab, scream
|
||||
* German (Germany) translation provided by agent-test, agent, bartdev2000, Ditoran, GLassnig
|
||||
* English (United States), default language
|
||||
* Spanish (Spain) translation provided by Javier, AVfoto, charliechin, IgnacioCalvo, JordiVives, FelipeJAG
|
||||
* Farsi (Iran) translation provided by sehrama.ir
|
||||
* Finnish (Finland) translation provided by AnttiSilvola
|
||||
* French (France) translation provided by SedLex, wkpixearts, Matthieu, mutmut, anonymous, noaneo, TonyLand
|
||||
* Indonesian (Indonesia) translation provided by ceceparif
|
||||
* Indonesian (Indonesia) translation provided by Faleddo
|
||||
* Italian (Italy) translation provided by PuntoCon
|
||||
* Dutch (Netherlands) translation provided by Matrix, WybAnema, Jay
|
||||
* Polish (Poland) translation provided by Opti, Lukasz, pablo, Misiek, MarekMackiewicz, Darbo
|
||||
* Portuguese (Brazil) translation provided by RainilsonRodriguis, GuiBeloto
|
||||
* Portuguese (Portugal) translation provided by FranciscoRocha
|
||||
* Russian (Russia) translation provided by GerinG, Slawka, Berdych
|
||||
* Swedish (Sweden) translation provided by
|
||||
* Thai (Thailand) translation provided by tontan
|
||||
* Turkish (Turkey) translation provided by UfukArt
|
||||
* Chinese (People's Republic of China) translation provided by YiscaJoe, jeffli
|
||||
|
||||
= Features of the framework =
|
||||
|
||||
This plugin uses the SL framework. This framework eases the creation of new plugins by providing tools and frames (see dev-toolbox plugin for more info).
|
||||
|
||||
You may easily translate the text of the plugin and submit it to the developer, send a feedback, or choose the location of the plugin in the admin panel.
|
||||
|
||||
Have fun !
|
||||
|
||||
== Installation ==
|
||||
|
||||
1. Upload this folder backup-scheduler to your plugin directory (for instance '/wp-content/plugins/')
|
||||
2. Activate the plugin through the 'Plugins' menu in WordPress
|
||||
3. Navigate to the 'SL plugins' box
|
||||
4. All plugins developed with the SL core will be listed in this box
|
||||
5. Enjoy !
|
||||
|
||||
== Screenshots ==
|
||||
|
||||
1. A list of all backup files
|
||||
2. The configuration page of the plugin
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.5.9 =
|
||||
* NEW: Add icons
|
||||
|
||||
= 1.5.8 =
|
||||
* NEW: Exclusion folder is now possible with regexp
|
||||
|
||||
= 1.5.7 =
|
||||
* NEW: Exclusion folder enabled
|
||||
* NEW: Detailed HOW TO
|
||||
|
||||
= 1.5.6 =
|
||||
* BUG : Problem of activation with version of PHP below 5.2
|
||||
|
||||
= 1.5.5 =
|
||||
* NEW : Take into account blogs.dir and site
|
||||
|
||||
= 1.5.4 =
|
||||
* NEW : By saving the whole site, the admin may create different SQL files for the subsite in order to ease the restoration of a single sub-site.
|
||||
|
||||
= 1.5.3 =
|
||||
* BUG: On some configuration, <? is not supported
|
||||
|
||||
= 1.5.2 =
|
||||
* NEW: You may now create subfolder in the FTP directory
|
||||
* NEW: improve the look of the configuration page
|
||||
|
||||
= 1.5.1 =
|
||||
* BUG: improve the summary mail
|
||||
* NEW: indicate if the FTP transfer has been successful in the backend
|
||||
* NEW: few enhancement in the framework
|
||||
|
||||
= 1.5.0 =
|
||||
* Major improvement of the database backup
|
||||
* the summary mail now displays the issues with the ftp transfer
|
||||
|
||||
= 1.4.0 -> 1.4.4 =
|
||||
* Change the URL of the plugin on Wordpress
|
||||
* Some modification
|
||||
* Some issues in the framework
|
||||
* Cleaning the framework to avoid unnecessarly code
|
||||
* A bug that do not delete the lock file when reseting the backup process
|
||||
* Enhance the performance of the backup process and ensure error protection
|
||||
* Improve the mail summary
|
||||
* Enhance the feedback tab
|
||||
* Improve the core
|
||||
|
||||
= 1.3.0 -> 1.3.7 =
|
||||
* FTP bug with some webhosting service
|
||||
* FTP port may be changed
|
||||
* The error message is muck more explicit
|
||||
* Add a drop if exist in SQL table
|
||||
* Bug with multisite and remove a false positive error with wordfence
|
||||
* There was a bug in the regexp when the ftp were directed to the root folder without any slash at the end.
|
||||
* Add deletion features when uninstalling the plugin
|
||||
* Multisite compatible
|
||||
* Improve the zip compatibilities
|
||||
* Add log features
|
||||
|
||||
= 1.2.0 -> 1.2.8 =
|
||||
* Some spanned zip files were corrupted due to a bug in the index
|
||||
* Remove short_open_tag
|
||||
* Tuning to be able to work with very huge database
|
||||
* Bug with NULL values in the database
|
||||
* FTP support
|
||||
* Full site backup is now possible
|
||||
* Bug correction when SQL has NULL value
|
||||
* Add a link to delete manually the backup (feature requested by Mirza)
|
||||
* You can also force a new update without sending the emails
|
||||
* Improve error management and memory leakage
|
||||
|
||||
= 1.1.0 -> 1.1.5 =
|
||||
* Bug in the sql file : date and time managements were incorrect
|
||||
* Add a time option for choosing the best moment to perform an automatic backup
|
||||
* Display bug correction
|
||||
* Add instructions to restore the backup :)
|
||||
* Improve memory and time management for database extraction
|
||||
* Add error messages if it is impossible to read/delete/modify files
|
||||
* Add time and memory management for constrained configuration
|
||||
* Improving zip decompression and path
|
||||
* Correction of a bug that occurs when server refuse to access / directory "open_basedir" restriction
|
||||
* Update of the core
|
||||
|
||||
= 1.0.1 =
|
||||
* First release in the wild web (enjoy)
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
= Forced backup never ends (but there is no displayed error) =
|
||||
|
||||
Be sure to stay on the configuration page : if you quit the page, the forced backup process will be killed !
|
||||
|
||||
= Scheduled backup is stucked =
|
||||
|
||||
Scheduled backup only works on website that have traffic.
|
||||
|
||||
Indeed, each visits triggers a piece of the backup process.
|
||||
|
||||
Thus, if there is no traffic, the schedule backup process wont't occur. If there is very little traffic, the backup will be very long, etc
|
||||
|
||||
= I have an error message indicating that another backup is running =
|
||||
|
||||
This message may happen if the chunk size is set quite high. For instance, 40 Mo is clearly too big and server server configuration of many webhosters will kill scripts which use too much memory.
|
||||
|
||||
Most of the case 5Mo is ok.
|
||||
|
||||
If you get this error, set the chunk size to 1Mo and if it solves your problem, increase this chunk size.
|
||||
|
||||
= Compatible Archive Software =
|
||||
|
||||
The backup will be in a multi-part format. In order to uncompress it, you should put all the backup in the same folder and open the .zip file with Winzip.
|
||||
|
||||
You may experience some "corruption" error. It is mainly due that archive software are not compatible with multi-part archives. I have tried with success:
|
||||
|
||||
* Winzip (version 16.0 tested),
|
||||
* WinRar (some issue with UTF8 characters), and
|
||||
* IZArc (some issue with UTF8 characters).
|
||||
|
||||
= NOT-Compatible Archive Software =
|
||||
|
||||
These software are *not* compatible with multi-part archives:
|
||||
|
||||
* 7-zip, and
|
||||
* the Windows Explorer embedded function.
|
||||
|
||||
Do not hesitate to contact me if you face some issues.
|
||||
|
||||
= To restore the backups =
|
||||
|
||||
* install a fresh version of Wordpress on your server ;
|
||||
* unzip the backup (actually, the zip file comprises a plurality of files i.e. a multi-part zip (zip, z01, z02, etc.). These files should be saved in a same folder and your zip program (such as IZArc, Winzip, Winrar, ...) will do the job for you...
|
||||
* If you have configured to save the entire installation, replace all the wordpress files by the one in the zip file and import the SQL files (at the root of the zip file, the files named *.sql1, *sql2, etc.) in your database (with for instance phpmyadmin). It is recommended to save your database first ;
|
||||
* In other cases, replace the 'plugins', 'themes', 'uploads' folders (in the wp-content folder) with the one in the archive, replace the wp-config.php (at the root of your wordpress repository) with the one at the root of the zip file and import the SQL files (at the root of the zip file, the files named *.sql1, *sql2, etc.) in your database (with for instance phpmyadmin). It is recommended to save your database first.
|
||||
|
||||
= The backup files are corrupted =
|
||||
|
||||
Be sure that all thz zip files (i.e. .zip, .z01, z02, etc.) are in the same folder.
|
||||
If you have still this issue, please try with Winzip software.
|
||||
|
||||
* Where can I read more?
|
||||
|
||||
Visit http://www.sedlex.fr/cote_geek/
|
||||
|
||||
|
||||
InfoVersion:f450b43eebb7570fb1ec0ce188b82e8eebae57cd
|
||||
@@ -0,0 +1,22 @@
|
||||
=== Blog Reordering ===
|
||||
Contributors: The HungryCoder
|
||||
Donate link: http://hungrycoder.xenexbd.com/payme
|
||||
Tags: blog, ordering, reordering, arrangment, sorting
|
||||
Requires at least: 2.6.2
|
||||
Tested up to: 2.6.5
|
||||
Stable Tag:
|
||||
|
||||
Rearrange you blog ordering.
|
||||
|
||||
== Description ==
|
||||
|
||||
Reorder your blog posts in multiple ways including custom ordering instead of typical datewise post display. You can also mark any post as sticky that will be always placed at top.
|
||||
|
||||
== Installation ==
|
||||
This plugin is yet to finalize. Please do not install in live sites.
|
||||
|
||||
1. Upload archive to the `/wp-content/plugins/` directory and unzip.
|
||||
2. Activate the plugin through the 'Plugins' menu in WordPress
|
||||
3. Make your ordering settings from Settings -> Blog Reordering
|
||||
|
||||
I am new to SVN. pardon my mistakes.
|
||||
@@ -0,0 +1,460 @@
|
||||
=== NextGEN Gallery ===
|
||||
Contributors: photocrati
|
||||
Tags:gallery,image,images,photo,photos,picture,pictures,slideshow,flash,media,thumbnails,photo-albums,nextgen-gallery,nextgen
|
||||
Requires at least: 3.5
|
||||
Tested up to: 3.5.1
|
||||
Stable tag: trunk
|
||||
License: GPLv2
|
||||
|
||||
The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 6 million downloads.
|
||||
|
||||
== Description ==
|
||||
|
||||
= WordPress Gallery Plugin =
|
||||
|
||||
NextGEN Gallery is the most popular **WordPress gallery plugin**, and one of the most popular WordPress plugins of all time, with over 6 million downloads.
|
||||
|
||||
It provides a powerful engine for uploading and managing galleries of images, with the ability to batch upload, import meta data, add/delete/rearrange/sort images, edit thumbnails, group galleries into albums, and more. It also provides two front-end display styles (slideshows and thumbnail galleries), both of which come with a wide array of options for controlling size, style, timing, transitions, controls, lightbox effects, and more.
|
||||
|
||||
*The NextGEN Gallery WordPress gallery plugin is now proudly maintained by <a href='http://www.photocrati.com'>Photocrati Media</a>. Special thanks to Alex Rabe who created and maintained NextGEN from 2007 through 2011.*
|
||||
|
||||
|
||||
= NextGEN WordPress Gallery Plugin Features =
|
||||
|
||||
|
||||
*Upload Galleries*
|
||||
|
||||
* Our WordPress gallery plugin offers diverse and powerful functionality for getting images from your desktop to your website. You can easily upload batches of images via a standard WordPress-style uploader, or upload images via zip file or FTP. NextGEN will automatically import your images meta data.
|
||||
|
||||
*Manage Galleries*
|
||||
|
||||
* Centralized gallery management. Enjoy a single location where you can see and manage all your galleries.
|
||||
* Edit galleries. Add or exclude images, change gallery title and description, reorder of images, resize thumbnails.
|
||||
* Thumbnail Management. Turn thumbnail cropping on and off, customize how individual thumbnails are cropped, and bulk resize thumbnails across one or more galleries.
|
||||
* Edit Individual Images. Edit meta data and image tags, rotate images, and exclude images.
|
||||
* Watermarks. Quickly add watermarks to batches or galleries of images.
|
||||
* Albums. Create and organize collections of galleries, and display them in either compact or extended format.
|
||||
|
||||
*Display Galleries*
|
||||
|
||||
* Two Gallery Types. Choose between two main display styles: Slideshow and Thumbnail, and allow visitors to toggle between the two.
|
||||
* Slideshow Galleries. Choose from a vast array of options for slideshows, including slideshow size, transition style, speed, image order, and optional navigation bar.
|
||||
* Thumbnail Galleries. Choose from a wide range of options to customize thumbnail galleries, including 5 different lightboxes for individual images, optional thumbnail cropping and editing, thumbnail styles, captions, and more.
|
||||
* Single Image Displays. Display and format single images.
|
||||
* Work with Options Panel or Shortcodes.
|
||||
|
||||
= NextGEN WordPress Gallery Plugin Community & Extensions =
|
||||
|
||||
NextGEN has been the dominant WordPress gallery plugin for years. As a result, there is large and great community of users and developers, as well as a large number of dedicated extension plugins. For a list of extension plugins, just search for NextGEN in the WordPress.org plugin repository, or visit our <a href="http://www.nextgen-gallery.com/nextgen-gallery-extension-plugins/">Complete List of NextGEN Extension Plugins</a>.
|
||||
|
||||
= NextGEN WordPress Gallery Plugin Resources =
|
||||
|
||||
*Visit the NextGEN <a href="http://www.nextgen-gallery.com" target="_blank">WordPress Gallery Plugin</a> official homepage<br>
|
||||
*View <a href="http://www.nextgen-gallery.com/nextgen-gallery-demos/" target="_blank">NextGEN Gallery Demos</a><br>
|
||||
*See the <a href="http://www.nextgen-gallery.com/nextgen-gallery-extension-plugins/">Complete List of NextGEN Extension Plugins</a><br>
|
||||
*Get <a href="http://wordpress.org/tags/nextgen-gallery?forum_id=10" target="_blank">NextGEN Support</a> via the WordPress.org forums<br>
|
||||
*Get <a href="http://www.nextgen-gallery.com/languages/" target="_blank">Translations</a> for your own language<br>
|
||||
*See <a href="http://www.photocrati.com/photography-wordpress-themes" target="_blank">WordPress Photography Themes</a> by the same author<br>
|
||||
*Follow NextGEN Gallery on <a title="Follow NextGEN Gallery on Facebook" href="http://www.facebook.com/NextGENGallery" target="_blank">Facebook</a>, <a title="Follow NextGEN Gallery on Twitter" href="http://twitter.com/NextGENGallery" target="_blank">Twitter</a>, and <a title="Follow NextGEN Gallery on Google +" href="http://plus.google.com/101643895780935290171" target="_blank">Google +</a><br>
|
||||
|
||||
|
||||
== Credits ==
|
||||
|
||||
Copyright:<br>
|
||||
Photocrati Media 2012<br>
|
||||
Alex Rabe 2007-2011
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
** Please note **
|
||||
|
||||
NextGEN Gallery's flash slideshow option is powered by the JW Image Rotator from Long Tail Video. The Image Rotator is provided free as part of our plugin package thanks to a special commercial license with Long Tail Video. It is NOT released under GNU General Public License, and cannot be redistributed. A free version of the Image Rotator was previously available under a Creative Commons License, but it has been discontinued. Over time, we will be moving away from reliance on this file. For more information, see the Long Tail Video website: http://www.longtailvideo.com.
|
||||
|
||||
== Installation ==
|
||||
|
||||
1. Download, upload and install .zip under Plugins >> Add New > Upload, and activate the NextGEN Gallery WordPress gallery plugin.
|
||||
|
||||
2. From your Wordpress Dashboard, go to Gallery > Add Gallery/Images > Follow the on-screen cues.
|
||||
|
||||
3. Go to a post/page, and select the NextGEN Gallery button from the Kitchen Sink. Follow the on-screen cues to select, adjust, and publish your gallery.
|
||||
|
||||
That's it ... have fun! For more information, feel free to visit the official website for the NextGEN Gallery <a href="http://www.nextgen-gallery.com" target="_blank">WordPress Gallery Plugin</a>.
|
||||
|
||||
http://www.youtube.com/watch?v=Le_ZsNSuIvM
|
||||
|
||||
== Screenshots ==
|
||||
|
||||
1. Screenshot Admin Area
|
||||
2. Screenshot Album Selection
|
||||
3. Screenshot Shutter Effect
|
||||
4. Screenshot Watermark function
|
||||
5. Screenshot Flexible template layout
|
||||
6. Screenshot Show Exif data
|
||||
|
||||
== Shortcode ==
|
||||
|
||||
= Examples =
|
||||
|
||||
*Use Image Tags to Create Galleries/Albums* - [ nggtags album=WordPress,Cologne,Ireland ]
|
||||
|
||||
*Display Captions in Thumbnail Galleries* - [ nggallery id=1 template=caption ]
|
||||
|
||||
*Basic Filmstrip Galleries* - [ nggallery id=2 template=carousel images=7 ]
|
||||
|
||||
*Display Exif Data* - [ imagebrowser id=28 template=exif ]
|
||||
|
||||
*Sort Images in a Gallery Based on Their Tags* - [ nggtags gallery=cologne,wordpress,.. ]
|
||||
|
||||
*Add Tag Clouds* - [ tagcloud]
|
||||
|
||||
*Single Pic Options* - [ singlepic id=x w=width h=height mode=web20|watermark float=left|right ]
|
||||
|
||||
*Template Engine for Gallery Types*<br>
|
||||
[ nggallery id=1 template=sample1 ]<br>
|
||||
[ nggallery id=1 template=sample2 ]<br>
|
||||
[ nggallery id=1 template=sample3 ]<br>
|
||||
[ nggallery id=1 template=sample4 ]<br>
|
||||
[ nggallery id=1 template=sample5 ]<br>
|
||||
[ nggallery id=1 template=sample6 ]<br>
|
||||
|
||||
*Integration with Third Party Plugins*<br>
|
||||
[ monoslideshow id=1 w=450 h=350 ]<br>
|
||||
[ nggallery id=1 template=galleryview images=0 ]<br>
|
||||
[ media id=6 width=320 height=240 plugins=revolt-1 ]<br>
|
||||
[ media id=3 width=320 height=240 plugins=rateit-2 ]<br>
|
||||
|
||||
For more information, feel free to visit the official website for the NextGEN Gallery <a href="http://www.nextgen-gallery.com" target="_blank">WordPress Gallery Plugin</a>.
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
= Will NextGEN Gallery work with my theme? =
|
||||
|
||||
Part of what makes the NextGEN Gallery WordPress gallery plugin so popular is its flexibility - it works with the vast majority of premium and free themes, without requiring any coding.
|
||||
|
||||
|
||||
= Are the galleries flash based? =
|
||||
|
||||
No, NextGEN Gallery uses Javascript (J-Query) based displays to ensure compatibility across the widest range of displays possible.
|
||||
|
||||
|
||||
= Are the galleries mobile friendly? =
|
||||
|
||||
Yes, since we use Javascript rather than flash, NextGEN Gallery is compatible with Android, iOS, and Blackberry.
|
||||
|
||||
|
||||
= What is the difference between a gallery and an album? =
|
||||
|
||||
In the simplest of terms, Galleries contain your images and Albums contain your Galleries. Albums act as links and placeholders to quickly and easily navigate your galleries - Galleries will actually display your images.
|
||||
|
||||
|
||||
= Can I upload multiple images at once? =
|
||||
|
||||
Yes, you can batch upload entire galleries at a time.
|
||||
|
||||
|
||||
= Can I password protect galleries? =
|
||||
|
||||
Yes, WordPress allows you to password protect pages by default - which includes all galleries and content for the entire page. Password protection of pages can be turned on and off at any time, with just a few clicks.
|
||||
|
||||
|
||||
= Can I add a watermark to the images/slideshows? =
|
||||
|
||||
Yes, you can add text or image watermarks to your gallery images.
|
||||
|
||||
|
||||
= Can I crop thumbnails? =
|
||||
|
||||
Yes, each thumbnail image can be individually adjusted to suit your needs.
|
||||
|
||||
|
||||
= Is there pagination for galleries? =
|
||||
|
||||
Yes, and you can adjust the amount of images to be shown on a page at any time.
|
||||
|
||||
|
||||
= Can I customize the lightbox? =
|
||||
|
||||
Yes, the lightbox can be configured with multiple options directly from the Dashboard, and there are multiple CSS styles which can be applied and modified as well.
|
||||
|
||||
|
||||
= Can I add HTML to the captions? =
|
||||
|
||||
Yes, caption areas are fully HMTL capable.
|
||||
|
||||
|
||||
= Can I add an external links to galleries? =
|
||||
|
||||
Since the captions are fully HTML capable, you can add external links and any other type of mark up you wish.
|
||||
|
||||
|
||||
= Is NextGEN Gallery available in foreign languages? =
|
||||
|
||||
Yes, the NextGEN Gallery WordPress gallery plugin has been translated into dozens of languages - <a href="http://www.nextgen-gallery.com/languages/" target="_blank">click here to find out more.</a>
|
||||
|
||||
= More Information =
|
||||
|
||||
For more information, feel free to visit the official website for the NextGEN Gallery <a href="http://www.nextgen-gallery.com" target="_blank">WordPress Gallery Plugin</a>.
|
||||
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= V1.9.13 - 06.11.2013 =
|
||||
* NEW: Slideshows are now centered to their content area
|
||||
* Secured: Ensure that only logged in users can upload images
|
||||
* Fixed: Import date is presered are no longer Jan 1 1970
|
||||
* Fixed: Removed mention of upgrade.php, which no longer exists
|
||||
|
||||
= V1.9.12 - 02.15.2013 =
|
||||
* Fixed: jQuery Conflict Detection was trying to dequeue irremovable scripts
|
||||
|
||||
= V1.9.11 - 02.12.2013 =
|
||||
* NEW: Added the ability to detect JQuery conflicts on NGG Admin Pages and auto-resolve
|
||||
* Changed: Added "nggalbum" shortcode. Use this when Jetpack is installed.
|
||||
* Changed: Using natural sorting algorithm for alphanumeric values
|
||||
* Changed: Database schema is automatically updated when out-of-date
|
||||
* Fixed: Fixed several incompatibility issues with Jetpack
|
||||
* Fixed: Empty drop-down for "Page Link To"
|
||||
* Fixed: Alphabetical image sorting
|
||||
* Fixed: Compatibility with Arjuna X theme
|
||||
* Fixed: “Creating default object from empty value” on album page
|
||||
* Fixed: Compatibility issues with PHP 5.4 on album page
|
||||
* Fixed: E_DEPRECATED warning when using get_userdatabylogin() function
|
||||
* Fixed: Removed many E_NOTICE errors
|
||||
* Fixed: Correct use of register_uninstall_hook across all PHP versions
|
||||
|
||||
= V1.9.10 - 12.18.2012 =
|
||||
* Fixed: XML-RPC error displayed when authenticating using WordPress 3.5
|
||||
* Fixed: Restored compatibility with NextGEN Gallery Export Plugin
|
||||
* Fixed: Removed some remaining references to database upgrade code
|
||||
* Fixed: Deleted galleries within an album are handed gracefully without warning messages
|
||||
* Fixed: Correct use of register_uninstall_hook
|
||||
* Fixed: CSS and usability issues with the TinyMCE window used to display galleries
|
||||
|
||||
* NEW: JW ImageRotator v3.17 is now bundled with the plugin and used by default.
|
||||
* Changed: Removed database upgrade code for versions of NextGEN Gallery earlier than 1.9.3
|
||||
* Fixed: Compatibility with WordPress v3.5 ( wpdb->prepare() warnings )
|
||||
* Fixed: Sorting by filename now produces expected results using a natural sorting algorithm
|
||||
|
||||
= V1.9.8 - 12.05.2012 =
|
||||
* Secured: Removed bundled version of swfupload. See fix below for SCM information.
|
||||
* Changed: All transients created by NextGEN are flushed when the plugin is activated.
|
||||
* Fixed: Our primary SCM is conducted at http://bitbucket.org/photocrati/nextgen-gallery, but was not synchronizing correctly with the WordPress Plugin SVN Repository
|
||||
* Fixed: The transient adjustment fixes: http://wordpress.org/support/topic/plugin-nextgen-gallery-_transient_ngg_request-entry-in-wp_options
|
||||
|
||||
= V1.9.7 - 11.13.2012 =
|
||||
* Secured: Removed bundled version of swfupload; using WordPress-bundled version instead for WordPress 3.2 instances
|
||||
* Changed: Using JQuery UI for the image sorting interface (thanks Tomás Soler)
|
||||
* Bugfix: Image uploads work in WP 3.2 when using Safari
|
||||
* Bugfix: Adjusted TinyMCE window to use built-in JavaScript libraries
|
||||
* Bugfix: Removed Photocrati acquisition announcement
|
||||
* Bugfix: Fixed incorrect usage of ImageJpeg() function
|
||||
* Bugfix: Switched from "template_redirect" to "wp_enqueue_script" hook to load scripts and styles
|
||||
|
||||
= V1.9.6 - 07.21.2012 =
|
||||
* Changed: Implemented workaround for bug found in WordPress SEO, resulting in no images being added to sitemap
|
||||
* Bugfix: Fixed an issue with users not being able to dismiss the "Photocrati Acquisition Notice"
|
||||
* Bugfix: Adjusted Javascript for activating social media pages to load on NextGEN Gallery pages only.
|
||||
* Bugfix: Fixed compatibility issue with Simple Facebook Connect
|
||||
* Bugfix: Using correct Facebook Page ID in Like button
|
||||
|
||||
= V1.9.5 - 18.07.2012 =
|
||||
* Changed: Branding changes following Photocrati acquisition (removed donation messages and updated links)
|
||||
* Secured: Use WordPress-bundled JavaScript libraries for swfobject and swfupload instead of bundling our own
|
||||
* Bugfix: Adjusted thickbox effect styling to ensure that the lightbox is always displayed in the foreground
|
||||
* Bugfix: Fixed compatibility issues with Contact Form 7 and other plugins by following WordPress Plugin conventions
|
||||
* Bugfix: Fixed network-wide activation in WordPress 3.4
|
||||
* Bugfix: Plugin is no longer dependent on it's folder name
|
||||
|
||||
= V1.9.3 - 26.02.2012 =
|
||||
* Bugfix : Ensure to set the slug for "all" albums
|
||||
* Bugfix : Updated german translation ( THX to Roger Hunziker )
|
||||
* Bugfix : Ensure error checking on IPTC array (THX to Kristian Edlund)
|
||||
* Bugfix : Handle IE8 cached images better in slideshow
|
||||
* Bugfix : Show album preview image if selected (THX to Kristian Edlund)
|
||||
|
||||
= V1.9.2 - 17.01.2012 =
|
||||
* NEW : Added more XMLRPC commands (THX to Vladimir Vinogradsky)
|
||||
* Changed : Rework Post-thumbnail function (THX to Kristian Edlund)
|
||||
* Bugfix : Check first for valid images on unzip (only Mac OS zip-files)
|
||||
* Bugfix : Increase z-index for twenty eleven theme
|
||||
* Bugfix : Support non latin chars in tagcloud
|
||||
* Bugfix : Allow other tinymce intance
|
||||
* Bugfix : Better support for WPML translation
|
||||
|
||||
= V1.9.1 - 10.12.2011 =
|
||||
* Bugfix : Security hardness for untrusted filenames/meta data (THX to Brian St. Pierre)
|
||||
* Bugfix : Fixed security vulnerability (TXH to Jon Cave)
|
||||
* Bugfix : Load piclens script via other function
|
||||
* Bugfix : IE7 script fix for add gallery
|
||||
* Bugfix : IE7/IE8 width set correctly for edit album autocomplete field
|
||||
|
||||
= V1.9.0 - 27.11.2011 =
|
||||
* NEW : Keep images transparency for PNG and GIF format
|
||||
* NEW : Switch to Plupload, support now HTML5 Upload (only with WordPress 3.3)
|
||||
* NEW : Added client side resize feature (only with WordPress 3.3)
|
||||
* NEW : Support for gallery templates in album shortcodes [ album id=x template="name" gallery="templatename" ]
|
||||
* NEW : Added new hook ngg_delete_picture
|
||||
* Changed : Updated to jQuery Cycle Version 2.9995
|
||||
* Changed : Always cache the single pictures, remove option
|
||||
* Bugfix : Couldn't use bulk operation for search results
|
||||
* Bugfix : Bugfix for Edit thumbnails under IE 8 + 9
|
||||
* Bugfix : Allow empty altext in ngg.editImage
|
||||
* Bugfix : Various PHP notice fixes
|
||||
* Bugfix : Resize fix for Shutter effect and mobile Browser
|
||||
* Bugfix : FTP Import missing slug field into database
|
||||
* Bugfix : Check also EXIF field "DateTimeOriginal" for timestamp
|
||||
|
||||
= V1.8.4 - 26.10.2011 =
|
||||
* Bugfix : Fixed security vulnerability (TXH to Alain Schneider)
|
||||
|
||||
= V1.8.3 - 07.08.2011 =
|
||||
* Changed : Support for simple custom permalink structures (i.e. /%category%/%postname%/)
|
||||
* Bugfix : Sub-Albums in Albums didn't create the correct link
|
||||
* Bugfix : AJAX Pagination didn't work anymore
|
||||
* Bugfix : Adding index.php to home_url()
|
||||
* Bugfix : Preview picture lost on backend gallery page 2 or higher
|
||||
|
||||
= V1.8.2 - 12.07.2011 =
|
||||
* Bugfix : Set pagination variables for search result, otherwise update failed
|
||||
* Bugfix : Update failed for paged galleries since WordPress 3.2
|
||||
|
||||
= V1.8.1 - 18.06.2011 =
|
||||
* Bugfix : Special case for pagination, instead of showing page-1, we show the clean url
|
||||
* Bugfix : Various PHP notice fixes
|
||||
* Bugfix : Typo in rewrite rules
|
||||
* Bugfix : Flush rewrite rules during upgrade later
|
||||
|
||||
= V1.8.0 - 12.06.2011 =
|
||||
* NEW : Full rework of permalink url structure
|
||||
* NEW : Adding Google Sitemaps for Images (require WordPress SEO plugin by YOAST )
|
||||
* NEW : Support for WPML ( WordPress Multilingual Plugin )
|
||||
* NEW : Adding support for arrow key in shutter effect (THX to Flyvans)
|
||||
* NEW : Adding sort operation for galleries overview page
|
||||
* Changed : Updated pagination to new WP3.1 style
|
||||
* Bugfix : Create unique slug in a better way
|
||||
* Bugfix : Rework screen options filter for gallery and image table
|
||||
* Bugfix : Empty values in XMLRPC update calls are ignored
|
||||
* Bugfix : Create gallery failed when safe-mode on
|
||||
* Bugfix : Permalink didn't work in combination with album & imagebrowser
|
||||
|
||||
= V1.7.4 - 15.02.2011 =
|
||||
* Bugfix : Disallow direct call of ajax file to avoid path disclosure (THX to High-Tech Bridge SA)
|
||||
* Bugfix : Rework jQuery Cycle slideshow for IE compat reason (THX to Justin Dickenson)
|
||||
* Bugfix : Resize only larger images in slideshow
|
||||
* Bugfix : Improved image format detection in gd.thumbnail class (THX to Kupar.b)
|
||||
|
||||
= V1.7.3 - 20.01.2011 =
|
||||
* NEW : Introduce plugin health check for conflicts with other plugins/themes
|
||||
* NEW : Adding new XMLRPC method ngg.deleteImage
|
||||
* NEW : Adding new XMLRPC method ngg.editImage
|
||||
* Changed : Rework register script for autocomplete feature
|
||||
* Bugfix : Bugfix for Multisite setup and flash upload
|
||||
* Bugfix : WP3.1 compat issue, show site admin page only on Multisite installation
|
||||
|
||||
= V1.7.2 - 13.12.2010 =
|
||||
* Bugfix : Adding images to database require slug (NOT NULL)
|
||||
|
||||
= V1.7.1 - 13.12.2010 =
|
||||
* Changed : Disable upgrade for PHP4 user
|
||||
* Changed : Disable colorpicker for option page
|
||||
* Bugfix : Compat fix for upgrade
|
||||
|
||||
= V1.7.0 - 11.12.2010 =
|
||||
* NEW : Publish a new post direct from the gallery admin page
|
||||
* NEW : Added filter hook 'ngg_get_image_metadata' to add more exif/iptc information
|
||||
* NEW : Adding Autocomplete field to TinyMCE Popup and Album page
|
||||
* NEW : More methods for XMLRPC interface
|
||||
* Changed : New hooks for gallery table (THX to Alexander Schneider)
|
||||
* Changed : Introduce jQuery dialog as new UI element
|
||||
* Changed : Call TinyMCE window via admin-ajax
|
||||
* Bugfix : Better support for SSL blogs
|
||||
* Bugfix : Install/Upgrade failed when table prefix contain captial letters
|
||||
* Bugfix : Fix validation issues in Media-RSS
|
||||
* Bugfix : Empty tags in XMP Meta causes PHP error
|
||||
* Bugfix : Rework load mechanism for slideshow
|
||||
* Bugfix : Copy meta data when image is copied
|
||||
* Bugfix : Icon Support for Ozh' Admin Drop Down Menu
|
||||
* Bugfix : Use correct sort order in slideshow
|
||||
|
||||
= V1.6.2 - 19.09.2010 =
|
||||
* NEW : Added constant NGG_SKIP_LOAD_SCRIPTS to avoid script load
|
||||
* Bugfix : Load Tags library with core files
|
||||
* Bugfix : Slideshow script failed in IE7, load script now in header
|
||||
* Bugfix : Load slideshow widget always
|
||||
* Changed : New admin notice for database upgrade
|
||||
* Changed : Rework crop feature for featured images
|
||||
* Changed : Use site_url() instead get_option ('siteurl'), required for SSL support
|
||||
|
||||
= V1.6.1 - 08.09.2010 =
|
||||
* Bugfix : Script load of swfobject.js failed
|
||||
* Bugfix : Show sideshow also with 1 or 2 images
|
||||
* Bugfix : Rework null byte check in zip upload
|
||||
|
||||
= V1.6.0 - 07.09.2010 =
|
||||
* NEW : Wordpress 3.0 Network (Multi-Site) support
|
||||
* NEW : Integrate jQuery Cycle as NON-Flash slideshow
|
||||
* NEW : Adding jQuery File Tree for import folder (THX to Sergey Pasyuk )
|
||||
* NEW : Added action hook 'ngg_show_imagebrowser_first' on custom request
|
||||
* NEW : Added filter hook 'ngg_slideshow_size' to resize sildeshow for mobile browser plugins
|
||||
* Changed : Reorder tabs for upload
|
||||
* Changed : New menu icon and screen icon (THX to Ben Dunkle)
|
||||
* Changed : Load frontend libs always
|
||||
* Changed : Rework of overview page
|
||||
* Bugfix : Security bugfix for Zip-Upload (THX to Dominic Szablewski)
|
||||
* Bugfix : Allow JPG, PNG, GIF extension
|
||||
* Bugfix : New German translation (THX to Martin Kramarz)
|
||||
* Bugfix : Copy/Move also backup file
|
||||
* Bugfix : Calculate correct ratio for fix thumbnail size (THX to Alekz Keck)
|
||||
|
||||
= V1.5.5 - 14.06.2010 =
|
||||
* Bugfix : Compat issue for post thumbnails with WP2.9
|
||||
* NEW : Adding more hooks for custom fields plugin
|
||||
|
||||
= V1.5.4 - 14.06.2010 =
|
||||
* Bugfix : No resize of smaller images
|
||||
* Bugfix : Compat issues for Post Thumbnails under WP3.0
|
||||
* Bugfix : Esc_URL in Media RSS
|
||||
|
||||
= V1.5.3 - 11.04.2010 =
|
||||
* New : Adding pagination to footer
|
||||
* Changed : Perpare new filter to replace slideshow
|
||||
* Bugfix : Remove non-breaking space from navigation
|
||||
* Bugfix : Pagination of galleries
|
||||
* Bugfix : Fixed brackets position for old shortcode query
|
||||
* Bugfix : Slideshow option 'Show next image on click" has wrong default value
|
||||
|
||||
= V1.5.2 - 25.03.2010 =
|
||||
* Bugfix : XSS security vulnerability (THX to Core Security Advisories Team , Pedro Varangot)
|
||||
* Bugfix : Missing $wpdb in shortcodes.php
|
||||
|
||||
= V1.5.1 - 23.03.2010 =
|
||||
* Bugfix : PHP4 compat issue for Add gallery & options page
|
||||
* Bugfix : Gallery widget can now have a empty title
|
||||
* Bugfix : Adding correct stripslash for gallery title
|
||||
|
||||
= V1.5.0 - 18.03.2010 =
|
||||
* NEW : Support for Post thumbnail feature
|
||||
* NEW : Backup and Recover function for images (THX to Simone Fumagalli)
|
||||
* NEW : Resize images after upload (THX to Simone Fumagalli)
|
||||
* NEW : Added a JSON class for fetching galleries in a RESTful way (see xml/json.php)
|
||||
* NEW : Adding various new capabilities for user roles
|
||||
* NEW : Auto downloader for translation file
|
||||
* Changed : Rename query var from slideshow to callback for compat reason with other plugin
|
||||
* Changed : Convert widget function to new WP structure
|
||||
* Changed : Include lookup for tags into the backend search
|
||||
* Changed : Restructure addgallery and settings page to enable custom tabs
|
||||
* Bugfix : Select album preview from gallery preview pics instead random list
|
||||
* Bugfix : Keep fix dimension in edit thumbnail operation
|
||||
* Bugfix : Import meta data didn't work correct for existing images
|
||||
* Bugfix : Fix onload bug for Chrome 4 in Shutter script
|
||||
* Bugfix : Remove various PHP notices for a better world
|
||||
* Removed : Canonical link is now part of Wordpress 2.9
|
||||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 1.5.5 =
|
||||
* Compatibility issue for post thumbnails with WP2.9 and WP3.0. No Database changes...
|
||||
@@ -89,6 +89,55 @@ shared_examples 'WpItem::Versionable' do
|
||||
@expected = '2.1.5'
|
||||
end
|
||||
end
|
||||
|
||||
context 'when parsing the changelog for version numbers' do
|
||||
it 'returns it' do
|
||||
@file = '/nextgen_gallery_2.txt'
|
||||
@expected = '1.9.13'
|
||||
end
|
||||
end
|
||||
|
||||
context 'when parsing the changelog for version numbers' do
|
||||
it 'returns it' do
|
||||
@file = '/advanced-most-recent-posts-mod.txt'
|
||||
@expected = '1.6.5.2'
|
||||
end
|
||||
end
|
||||
|
||||
context 'when parsing the changelog for version numbers' do
|
||||
it 'returns it' do
|
||||
@file = '/a-lead-capture-contact-form-and-tab-button-by-awebvoicecom.txt'
|
||||
@expected = '3.1'
|
||||
end
|
||||
end
|
||||
|
||||
context 'when parsing the changelog for version numbers' do
|
||||
it 'returns it' do
|
||||
@file = '/aa-health-calculator.txt'
|
||||
@expected = nil
|
||||
end
|
||||
end
|
||||
|
||||
context 'when parsing the changelog for version numbers' do
|
||||
it 'returns it' do
|
||||
@file = '/all-in-one-facebook.txt'
|
||||
@expected = nil
|
||||
end
|
||||
end
|
||||
|
||||
context 'when parsing the changelog for version numbers' do
|
||||
it 'returns it' do
|
||||
@file = '/backup-scheduler.txt'
|
||||
@expected = '1.5.9'
|
||||
end
|
||||
end
|
||||
|
||||
context 'when parsing the changelog for version numbers' do
|
||||
it 'returns it' do
|
||||
@file = '/blog-reordering.txt'
|
||||
@expected = nil
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user