Plugin Directory

Changeset 2665254


Ignore:
Timestamp:
01/26/2022 04:03:52 AM (4 years ago)
Author:
jaycodez
Message:

Update to version testing from GitHub

Location:
woominecraft
Files:
2 added
10 deleted
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woominecraft/assets/banner-772x250.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • woominecraft/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • woominecraft/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • woominecraft/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • woominecraft/assets/screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • woominecraft/assets/screenshot-3.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • woominecraft/tags/testing/readme.txt

    r2199844 r2665254  
    44License: GPLv2 or later
    55Requires at least: 4.4.2
    6 Tested up to: 5.3
     6Tested up to: 5.8.2
    77Stable tag: 1.3.0
    88
     
    5353
    5454== Changelog ==
     55
     56= 1.4.1 =
     57* Removes Mojang API requirements.
     58* Removes CSS and JS build processes in prep for wp-scripts
    5559
    5660= 1.3.0 =
  • woominecraft/tags/testing/style.css

    r2199844 r2665254  
    3838  font-size: 1.1em;
    3939  padding: 4px;
    40   font-weight: bold;
    4140}
    4241
  • 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}
     1table.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  
    11<?php
    22/*
    3 Plugin Name: Minecraft WooCommerce
     3Plugin Name: WooMinecraft
    44Plugin 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.
     5Description: A WooCommerce plugin which allows donations and commands to be sent to your Minecraft server.
    66Author: Jerry Wood
    7 Version: 1.3.0
     7Version: 1.4.1-pre
    88License: GPLv2
    99Text Domain: woominecraft
     
    1111Author URI: http://plugish.com
    1212WC requires at least: 3.0
    13 WC tested up to: 3.8
     13WC tested up to: 6.0.0
    1414*/
    1515
     
    1818define( 'WMC_INCLUDES', plugin_dir_path( __FILE__ ) . 'includes/' );
    1919define( 'WMC_URL', plugin_dir_url( __FILE__ ) );
    20 define( 'WMC_VERSION', '1.3.0' );
     20define( 'WMC_VERSION', '1.4.0-pre' );
    2121
    2222// Require the helpers file, for use in :allthethings:
    2323require_once WMC_INCLUDES . 'helpers.php';
    2424Helpers\setup();
    25 
    26 // Everything to do with the Mojang API.
    27 require_once WMC_INCLUDES . 'mojang.php';
    28 Mojang\setup();
    2925
    3026// Handle everything order-related.
  • woominecraft/trunk/readme.txt

    r2199844 r2665254  
    44License: GPLv2 or later
    55Requires at least: 4.4.2
    6 Tested up to: 5.3
     6Tested up to: 5.8.2
    77Stable tag: 1.3.0
    88
     
    5353
    5454== Changelog ==
     55
     56= 1.4.1 =
     57* Removes Mojang API requirements.
     58* Removes CSS and JS build processes in prep for wp-scripts
    5559
    5660= 1.3.0 =
  • woominecraft/trunk/style.css

    r2199844 r2665254  
    3838  font-size: 1.1em;
    3939  padding: 4px;
    40   font-weight: bold;
    4140}
    4241
  • 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}
     1table.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  
    11<?php
    22/*
    3 Plugin Name: Minecraft WooCommerce
     3Plugin Name: WooMinecraft
    44Plugin 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.
     5Description: A WooCommerce plugin which allows donations and commands to be sent to your Minecraft server.
    66Author: Jerry Wood
    7 Version: 1.3.0
     7Version: 1.4.1-pre
    88License: GPLv2
    99Text Domain: woominecraft
     
    1111Author URI: http://plugish.com
    1212WC requires at least: 3.0
    13 WC tested up to: 3.8
     13WC tested up to: 6.0.0
    1414*/
    1515
     
    1818define( 'WMC_INCLUDES', plugin_dir_path( __FILE__ ) . 'includes/' );
    1919define( 'WMC_URL', plugin_dir_url( __FILE__ ) );
    20 define( 'WMC_VERSION', '1.3.0' );
     20define( 'WMC_VERSION', '1.4.0-pre' );
    2121
    2222// Require the helpers file, for use in :allthethings:
    2323require_once WMC_INCLUDES . 'helpers.php';
    2424Helpers\setup();
    25 
    26 // Everything to do with the Mojang API.
    27 require_once WMC_INCLUDES . 'mojang.php';
    28 Mojang\setup();
    2925
    3026// Handle everything order-related.
Note: See TracChangeset for help on using the changeset viewer.