Plugin Directory

Changeset 2660472


Ignore:
Timestamp:
01/20/2022 01:48:20 AM (4 years ago)
Author:
endortrails
Message:

Update to version 2.5.7.2 from GitHub

Location:
sell-media
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sell-media/tags/2.5.7.2/package.json

    r2660329 r2660472  
    11{
    22  "name": "Sell-Media",
    3   "version": "2.5.7",
     3  "version": "2.5.7.2",
    44  "description": "A plugin for selling photos, prints and other downloads.",
    55  "homepage": "https://graphpaperpress.com/plugins/sell-media/",
  • sell-media/tags/2.5.7.2/readme.txt

    r2660329 r2660472  
    66Requires at least: 5.8.3
    77Tested up to: 5.8.3
    8 Stable tag: 2.5.7
     8Stable tag: 2.5.7.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • sell-media/tags/2.5.7.2/sell-media.php

    r2655824 r2660472  
    44 * Plugin URI: http://graphpaperpress.com/plugins/sell-media/
    55 * Description: A plugin for selling photos, prints and other downloads.
    6  * Version: 2.5.7
     6 * Version: 2.5.7.2
    77 * Author: Graph Paper Press
    88 * Author URI: http://graphpaperpress.com
     
    2525 * @category Core
    2626 * @author Thad Allender
    27  * @version 2.5.5
     27 * @version 2.5.7.2
    2828 */
    2929
     
    156156        public function __clone() {
    157157            // Cloning instances of the class is forbidden.
    158             _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.5' );
     158            _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.7.2' );
    159159        }
    160160
     
    168168        public function __wakeup() {
    169169            // Unserializing instances of the class is forbidden.
    170             _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.5' );
     170            _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.7.2' );
    171171        }
    172172
     
    182182            // Plugin version.
    183183            if ( ! defined( 'SELL_MEDIA_VERSION' ) ) {
    184                 define( 'SELL_MEDIA_VERSION', '2.5.5' );
     184                define( 'SELL_MEDIA_VERSION', '2.5.7.2' );
    185185            }
    186186
  • sell-media/trunk/package.json

    r2660329 r2660472  
    11{
    22  "name": "Sell-Media",
    3   "version": "2.5.7",
     3  "version": "2.5.7.2",
    44  "description": "A plugin for selling photos, prints and other downloads.",
    55  "homepage": "https://graphpaperpress.com/plugins/sell-media/",
  • sell-media/trunk/readme.txt

    r2660329 r2660472  
    66Requires at least: 5.8.3
    77Tested up to: 5.8.3
    8 Stable tag: 2.5.7
     8Stable tag: 2.5.7.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • sell-media/trunk/sell-media.php

    r2655824 r2660472  
    44 * Plugin URI: http://graphpaperpress.com/plugins/sell-media/
    55 * Description: A plugin for selling photos, prints and other downloads.
    6  * Version: 2.5.7
     6 * Version: 2.5.7.2
    77 * Author: Graph Paper Press
    88 * Author URI: http://graphpaperpress.com
     
    2525 * @category Core
    2626 * @author Thad Allender
    27  * @version 2.5.5
     27 * @version 2.5.7.2
    2828 */
    2929
     
    156156        public function __clone() {
    157157            // Cloning instances of the class is forbidden.
    158             _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.5' );
     158            _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.7.2' );
    159159        }
    160160
     
    168168        public function __wakeup() {
    169169            // Unserializing instances of the class is forbidden.
    170             _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.5' );
     170            _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.7.2' );
    171171        }
    172172
     
    182182            // Plugin version.
    183183            if ( ! defined( 'SELL_MEDIA_VERSION' ) ) {
    184                 define( 'SELL_MEDIA_VERSION', '2.5.5' );
     184                define( 'SELL_MEDIA_VERSION', '2.5.7.2' );
    185185            }
    186186
Note: See TracChangeset for help on using the changeset viewer.