Changeset 2447520
- Timestamp:
- 12/29/2020 05:27:06 PM (5 years ago)
- Location:
- rb-gallery/trunk
- Files:
-
- 2 edited
-
admin/rb-gallery-admin.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rb-gallery/trunk/admin/rb-gallery-admin.php
r1613700 r2447520 373 373 374 374 $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 }379 375 380 376 $updated = $this->db->update( -
rb-gallery/trunk/readme.txt
r2168309 r2447520 3 3 Tags: 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 4 4 Requires at least: 3.9 or higher 5 Tested up to: 5. 2.35 Tested up to: 5.6 6 6 Stable tag: 2.0.2 7 7 License: GPL-2.0+ … … 38 38 == Usage == 39 39 40 Go to the RB Gallery menu under 'Settings' and start creating your photo albums. 40 Go to the RB Gallery menu under 'Settings' and start creating your photo albums. 41 41 42 42 == Frequently Asked Questions == … … 64 64 = 1.0 = 65 65 - Awaiting First commit to the WP repository. 66 = 1.1 = 66 = 1.1 = 67 67 - Gallery JS updated along with ability to upload same image more than once. 68 = 1.2 = 68 = 1.2 = 69 69 - Added Ability to upload and use jpg and png images 70 = 2.0.1 = 70 = 2.0.1 = 71 71 - Complete re-write of the plugin for better stability and performance
Note: See TracChangeset
for help on using the changeset viewer.