Changeset 2660472
- Timestamp:
- 01/20/2022 01:48:20 AM (4 years ago)
- Location:
- sell-media
- Files:
-
- 6 edited
- 1 copied
-
tags/2.5.7.2 (copied) (copied from sell-media/trunk)
-
tags/2.5.7.2/package.json (modified) (1 diff)
-
tags/2.5.7.2/readme.txt (modified) (1 diff)
-
tags/2.5.7.2/sell-media.php (modified) (5 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sell-media.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sell-media/tags/2.5.7.2/package.json
r2660329 r2660472 1 1 { 2 2 "name": "Sell-Media", 3 "version": "2.5.7 ",3 "version": "2.5.7.2", 4 4 "description": "A plugin for selling photos, prints and other downloads.", 5 5 "homepage": "https://graphpaperpress.com/plugins/sell-media/", -
sell-media/tags/2.5.7.2/readme.txt
r2660329 r2660472 6 6 Requires at least: 5.8.3 7 7 Tested up to: 5.8.3 8 Stable tag: 2.5.7 8 Stable tag: 2.5.7.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
sell-media/tags/2.5.7.2/sell-media.php
r2655824 r2660472 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.7 6 * Version: 2.5.7.2 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. 527 * @version 2.5.7.2 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. 5' );158 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.7.2' ); 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. 5' );170 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.7.2' ); 171 171 } 172 172 … … 182 182 // Plugin version. 183 183 if ( ! defined( 'SELL_MEDIA_VERSION' ) ) { 184 define( 'SELL_MEDIA_VERSION', '2.5. 5' );184 define( 'SELL_MEDIA_VERSION', '2.5.7.2' ); 185 185 } 186 186 -
sell-media/trunk/package.json
r2660329 r2660472 1 1 { 2 2 "name": "Sell-Media", 3 "version": "2.5.7 ",3 "version": "2.5.7.2", 4 4 "description": "A plugin for selling photos, prints and other downloads.", 5 5 "homepage": "https://graphpaperpress.com/plugins/sell-media/", -
sell-media/trunk/readme.txt
r2660329 r2660472 6 6 Requires at least: 5.8.3 7 7 Tested up to: 5.8.3 8 Stable tag: 2.5.7 8 Stable tag: 2.5.7.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
sell-media/trunk/sell-media.php
r2655824 r2660472 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.7 6 * Version: 2.5.7.2 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. 527 * @version 2.5.7.2 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. 5' );158 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.7.2' ); 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. 5' );170 _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'sell_media' ), '2.5.7.2' ); 171 171 } 172 172 … … 182 182 // Plugin version. 183 183 if ( ! defined( 'SELL_MEDIA_VERSION' ) ) { 184 define( 'SELL_MEDIA_VERSION', '2.5. 5' );184 define( 'SELL_MEDIA_VERSION', '2.5.7.2' ); 185 185 } 186 186
Note: See TracChangeset
for help on using the changeset viewer.