Changeset 2665254
- Timestamp:
- 01/26/2022 04:03:52 AM (4 years ago)
- Location:
- woominecraft
- Files:
-
- 2 added
- 10 deleted
- 14 edited
- 1 copied
-
assets/banner-772x250.jpg (modified) (1 prop) (previous)
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
assets/screenshot-1.png (modified) (1 prop) (previous)
-
assets/screenshot-2.png (modified) (1 prop) (previous)
-
assets/screenshot-3.png (modified) (1 prop) (previous)
-
tags/testing (copied) (copied from woominecraft/trunk)
-
tags/testing/.gitattributes (added)
-
tags/testing/assets/sass (deleted)
-
tags/testing/includes/mojang.php (deleted)
-
tags/testing/readme.txt (modified) (2 diffs)
-
tags/testing/screenshot-1.png (deleted)
-
tags/testing/screenshot-2.png (deleted)
-
tags/testing/screenshot-3.png (deleted)
-
tags/testing/style.css (modified) (1 diff)
-
tags/testing/style.min.css (modified) (1 diff)
-
tags/testing/woominecraft.php (modified) (3 diffs)
-
trunk/.gitattributes (added)
-
trunk/assets/sass (deleted)
-
trunk/includes/mojang.php (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/screenshot-1.png (deleted)
-
trunk/screenshot-2.png (deleted)
-
trunk/screenshot-3.png (deleted)
-
trunk/style.css (modified) (1 diff)
-
trunk/style.min.css (modified) (1 diff)
-
trunk/woominecraft.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woominecraft/assets/banner-772x250.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
woominecraft/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
woominecraft/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
woominecraft/assets/screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
woominecraft/assets/screenshot-2.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
woominecraft/assets/screenshot-3.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
woominecraft/tags/testing/readme.txt
r2199844 r2665254 4 4 License: GPLv2 or later 5 5 Requires at least: 4.4.2 6 Tested up to: 5. 36 Tested up to: 5.8.2 7 7 Stable tag: 1.3.0 8 8 … … 53 53 54 54 == Changelog == 55 56 = 1.4.1 = 57 * Removes Mojang API requirements. 58 * Removes CSS and JS build processes in prep for wp-scripts 55 59 56 60 = 1.3.0 = -
woominecraft/tags/testing/style.css
r2199844 r2665254 38 38 font-size: 1.1em; 39 39 padding: 4px; 40 font-weight: bold;41 40 } 42 41 -
woominecraft/tags/testing/style.min.css
r2199844 r2665254 1 table.woominecraft.commands{margin:0 9px;width:100%}table.woominecraft.commands th{text-align:left}table.woominecraft.commands th.buttons{width:200px}table.woominecraft.commands .widefat{width:100%!important}table.woominecraft.commands td select{width:100%}.woocommerce_variable_attributes table.woominecraft.commands th.buttons{width:100px;padding:0}.woocommerce_variable_attributes table.woominecraft.commands td select{margin:0;display:block;font-size:14px;padding:4px;color:#555;line-height:2}.woocommerce_variable_attributes table.woominecraft.commands .wmc_delete_server{line-height:2;font-size:1.1em;padding:4px ;font-weight:700}.wp-list-table #wmc-delivered{width:78px}.wp-list-table td.wmc-delivered{text-align:center}1 table.woominecraft.commands{margin:0 9px;width:100%}table.woominecraft.commands th{text-align:left}table.woominecraft.commands th.buttons{width:200px}table.woominecraft.commands .widefat{width:100%!important}table.woominecraft.commands td select{width:100%}.woocommerce_variable_attributes table.woominecraft.commands th.buttons{width:100px;padding:0}.woocommerce_variable_attributes table.woominecraft.commands td select{margin:0;display:block;font-size:14px;padding:4px;color:#555;line-height:2}.woocommerce_variable_attributes table.woominecraft.commands .wmc_delete_server{line-height:2;font-size:1.1em;padding:4px}.wp-list-table #wmc-delivered{width:78px}.wp-list-table td.wmc-delivered{text-align:center} -
woominecraft/tags/testing/woominecraft.php
r2199844 r2665254 1 1 <?php 2 2 /* 3 Plugin Name: Minecraft WooCommerce3 Plugin Name: WooMinecraft 4 4 Plugin URI: http://woominecraft.com 5 Description: To be used in conjunction with the WooMinecraft Bukkit plugin. If you do not have it you can get it on the repository at <a href="https://github.com/JayWood/WooMinecraft">Github</a>. Please be sure and fork the repository and make pull requests.5 Description: A WooCommerce plugin which allows donations and commands to be sent to your Minecraft server. 6 6 Author: Jerry Wood 7 Version: 1. 3.07 Version: 1.4.1-pre 8 8 License: GPLv2 9 9 Text Domain: woominecraft … … 11 11 Author URI: http://plugish.com 12 12 WC requires at least: 3.0 13 WC tested up to: 3.813 WC tested up to: 6.0.0 14 14 */ 15 15 … … 18 18 define( 'WMC_INCLUDES', plugin_dir_path( __FILE__ ) . 'includes/' ); 19 19 define( 'WMC_URL', plugin_dir_url( __FILE__ ) ); 20 define( 'WMC_VERSION', '1. 3.0' );20 define( 'WMC_VERSION', '1.4.0-pre' ); 21 21 22 22 // Require the helpers file, for use in :allthethings: 23 23 require_once WMC_INCLUDES . 'helpers.php'; 24 24 Helpers\setup(); 25 26 // Everything to do with the Mojang API.27 require_once WMC_INCLUDES . 'mojang.php';28 Mojang\setup();29 25 30 26 // Handle everything order-related. -
woominecraft/trunk/readme.txt
r2199844 r2665254 4 4 License: GPLv2 or later 5 5 Requires at least: 4.4.2 6 Tested up to: 5. 36 Tested up to: 5.8.2 7 7 Stable tag: 1.3.0 8 8 … … 53 53 54 54 == Changelog == 55 56 = 1.4.1 = 57 * Removes Mojang API requirements. 58 * Removes CSS and JS build processes in prep for wp-scripts 55 59 56 60 = 1.3.0 = -
woominecraft/trunk/style.css
r2199844 r2665254 38 38 font-size: 1.1em; 39 39 padding: 4px; 40 font-weight: bold;41 40 } 42 41 -
woominecraft/trunk/style.min.css
r2199844 r2665254 1 table.woominecraft.commands{margin:0 9px;width:100%}table.woominecraft.commands th{text-align:left}table.woominecraft.commands th.buttons{width:200px}table.woominecraft.commands .widefat{width:100%!important}table.woominecraft.commands td select{width:100%}.woocommerce_variable_attributes table.woominecraft.commands th.buttons{width:100px;padding:0}.woocommerce_variable_attributes table.woominecraft.commands td select{margin:0;display:block;font-size:14px;padding:4px;color:#555;line-height:2}.woocommerce_variable_attributes table.woominecraft.commands .wmc_delete_server{line-height:2;font-size:1.1em;padding:4px ;font-weight:700}.wp-list-table #wmc-delivered{width:78px}.wp-list-table td.wmc-delivered{text-align:center}1 table.woominecraft.commands{margin:0 9px;width:100%}table.woominecraft.commands th{text-align:left}table.woominecraft.commands th.buttons{width:200px}table.woominecraft.commands .widefat{width:100%!important}table.woominecraft.commands td select{width:100%}.woocommerce_variable_attributes table.woominecraft.commands th.buttons{width:100px;padding:0}.woocommerce_variable_attributes table.woominecraft.commands td select{margin:0;display:block;font-size:14px;padding:4px;color:#555;line-height:2}.woocommerce_variable_attributes table.woominecraft.commands .wmc_delete_server{line-height:2;font-size:1.1em;padding:4px}.wp-list-table #wmc-delivered{width:78px}.wp-list-table td.wmc-delivered{text-align:center} -
woominecraft/trunk/woominecraft.php
r2199844 r2665254 1 1 <?php 2 2 /* 3 Plugin Name: Minecraft WooCommerce3 Plugin Name: WooMinecraft 4 4 Plugin URI: http://woominecraft.com 5 Description: To be used in conjunction with the WooMinecraft Bukkit plugin. If you do not have it you can get it on the repository at <a href="https://github.com/JayWood/WooMinecraft">Github</a>. Please be sure and fork the repository and make pull requests.5 Description: A WooCommerce plugin which allows donations and commands to be sent to your Minecraft server. 6 6 Author: Jerry Wood 7 Version: 1. 3.07 Version: 1.4.1-pre 8 8 License: GPLv2 9 9 Text Domain: woominecraft … … 11 11 Author URI: http://plugish.com 12 12 WC requires at least: 3.0 13 WC tested up to: 3.813 WC tested up to: 6.0.0 14 14 */ 15 15 … … 18 18 define( 'WMC_INCLUDES', plugin_dir_path( __FILE__ ) . 'includes/' ); 19 19 define( 'WMC_URL', plugin_dir_url( __FILE__ ) ); 20 define( 'WMC_VERSION', '1. 3.0' );20 define( 'WMC_VERSION', '1.4.0-pre' ); 21 21 22 22 // Require the helpers file, for use in :allthethings: 23 23 require_once WMC_INCLUDES . 'helpers.php'; 24 24 Helpers\setup(); 25 26 // Everything to do with the Mojang API.27 require_once WMC_INCLUDES . 'mojang.php';28 Mojang\setup();29 25 30 26 // Handle everything order-related.
Note: See TracChangeset
for help on using the changeset viewer.