Plugin Directory

Changeset 2447520


Ignore:
Timestamp:
12/29/2020 05:27:06 PM (5 years ago)
Author:
DrKnown
Message:

tested on latest wordpress, fixed sorting issue

Location:
rb-gallery/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rb-gallery/trunk/admin/rb-gallery-admin.php

    r1613700 r2447520  
    373373
    374374            $picorder = $_POST['pic_sorting'];
    375             $sort_check = $this->check_pic_sort_conflict($picid,$albumid);
    376             if ($sort_check) {
    377                 $picorder = $this->increment_pic_sort_id($albumid);
    378             }
    379375
    380376            $updated = $this->db->update(
  • rb-gallery/trunk/readme.txt

    r2168309 r2447520  
    33Tags: gallery, gallery short-code, photo gallery, simple gallery, Wordpress photo gallery, image, images, media, photo, photo albums, album, photos, picture, thumbnails, slider, one page gallery, best gallery plugin
    44Requires at least: 3.9 or higher
    5 Tested up to: 5.2.3
     5Tested up to: 5.6
    66Stable tag: 2.0.2
    77License: GPL-2.0+
     
    3838== Usage ==
    3939
    40 Go to the RB Gallery menu under 'Settings' and start creating your photo albums. 
     40Go to the RB Gallery menu under 'Settings' and start creating your photo albums.
    4141
    4242== Frequently Asked Questions ==
     
    6464= 1.0 =
    6565- Awaiting First commit to the WP repository.
    66 = 1.1 = 
     66= 1.1 =
    6767- Gallery JS updated along with ability to upload same image more than once.
    68 = 1.2 = 
     68= 1.2 =
    6969- Added Ability to upload and use jpg and png images
    70 = 2.0.1 = 
     70= 2.0.1 =
    7171- Complete re-write of the plugin for better stability and performance
Note: See TracChangeset for help on using the changeset viewer.