Changeset 2977379
- Timestamp:
- 10/11/2023 08:22:43 AM (2 years ago)
- Location:
- sell-media
- Files:
-
- 6 edited
- 1 copied
-
tags/2.5.8.3 (copied) (copied from sell-media/trunk)
-
tags/2.5.8.3/inc/ajax.php (modified) (1 diff)
-
tags/2.5.8.3/readme.txt (modified) (2 diffs)
-
tags/2.5.8.3/sell-media.php (modified) (5 diffs)
-
trunk/inc/ajax.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sell-media.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sell-media/tags/2.5.8.3/inc/ajax.php
r2672639 r2977379 144 144 function sell_media_ajax_filter_search( $param = array(), $output_the_value_or_return = true ){ 145 145 146 // Check if post is empty. 147 if( !empty( $_POST ) ) { 148 $param = $_POST; 149 } 150 146 151 // Check if parameters are empty. 147 152 if( empty( $param ) ){ -
sell-media/tags/2.5.8.3/readme.txt
r2973402 r2977379 6 6 Requires at least: 6.2.1 7 7 Tested up to: 6.3.1 8 Stable tag: 2.5.8. 28 Stable tag: 2.5.8.3 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 221 221 222 222 == Changelog == 223 224 = 2.5.8.3 = 225 * Fix: Search filter not showing results bug fix 223 226 224 227 = 2.5.8.2 = -
sell-media/tags/2.5.8.3/sell-media.php
r2973402 r2977379 4 4 * Plugin URI: http://graphpaperpress.com/plugins/sell-media/ 5 5 * Description: A plugin for selling photos, prints and other downloads. 6 * Version: 2.5.8. 26 * Version: 2.5.8.3 7 7 * Author: Graph Paper Press 8 8 * Author URI: http://graphpaperpress.com … … 25 25 * @category Core 26 26 * @author Thad Allender 27 * @version 2.5.8. 227 * @version 2.5.8.3 28 28 */ 29 29 … … 156 156 public function __clone() { 157 157 // Cloning instances of the class is forbidden. 158 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.8. 2' );158 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.8.3' ); 159 159 } 160 160 … … 168 168 public function __wakeup() { 169 169 // Unserializing instances of the class is forbidden. 170 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.8. 2' );170 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.8.3' ); 171 171 } 172 172 … … 182 182 // Plugin version. 183 183 if ( ! defined( 'SELL_MEDIA_VERSION' ) ) { 184 define( 'SELL_MEDIA_VERSION', '2.5.8. 2' );184 define( 'SELL_MEDIA_VERSION', '2.5.8.3' ); 185 185 } 186 186 -
sell-media/trunk/inc/ajax.php
r2672639 r2977379 144 144 function sell_media_ajax_filter_search( $param = array(), $output_the_value_or_return = true ){ 145 145 146 // Check if post is empty. 147 if( !empty( $_POST ) ) { 148 $param = $_POST; 149 } 150 146 151 // Check if parameters are empty. 147 152 if( empty( $param ) ){ -
sell-media/trunk/readme.txt
r2973402 r2977379 6 6 Requires at least: 6.2.1 7 7 Tested up to: 6.3.1 8 Stable tag: 2.5.8. 28 Stable tag: 2.5.8.3 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 221 221 222 222 == Changelog == 223 224 = 2.5.8.3 = 225 * Fix: Search filter not showing results bug fix 223 226 224 227 = 2.5.8.2 = -
sell-media/trunk/sell-media.php
r2973402 r2977379 4 4 * Plugin URI: http://graphpaperpress.com/plugins/sell-media/ 5 5 * Description: A plugin for selling photos, prints and other downloads. 6 * Version: 2.5.8. 26 * Version: 2.5.8.3 7 7 * Author: Graph Paper Press 8 8 * Author URI: http://graphpaperpress.com … … 25 25 * @category Core 26 26 * @author Thad Allender 27 * @version 2.5.8. 227 * @version 2.5.8.3 28 28 */ 29 29 … … 156 156 public function __clone() { 157 157 // Cloning instances of the class is forbidden. 158 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.8. 2' );158 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.8.3' ); 159 159 } 160 160 … … 168 168 public function __wakeup() { 169 169 // Unserializing instances of the class is forbidden. 170 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.8. 2' );170 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.8.3' ); 171 171 } 172 172 … … 182 182 // Plugin version. 183 183 if ( ! defined( 'SELL_MEDIA_VERSION' ) ) { 184 define( 'SELL_MEDIA_VERSION', '2.5.8. 2' );184 define( 'SELL_MEDIA_VERSION', '2.5.8.3' ); 185 185 } 186 186
Note: See TracChangeset
for help on using the changeset viewer.