Skip to content

Commit

Permalink
Getting ready for version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 2, 2015
1 parent cc42a61 commit 57e501e
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Client.php
Expand Up @@ -6,7 +6,7 @@
* Copyright: Copyright (c) 2005 - 2015
* Company: Pronamic
* @author Remco Tolsma
* @version 1.1.1
* @version 1.2.0
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_Client {
Expand Down
3 changes: 2 additions & 1 deletion src/Config.php
Expand Up @@ -6,7 +6,8 @@
* Copyright: Copyright (c) 2005 - 2015
* Company: Pronamic
* @author Remco Tolsma
* @version 1.0.0
* @version 1.2.0
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_Config extends Pronamic_WP_Pay_GatewayConfig {
public $website_key;
Expand Down
3 changes: 2 additions & 1 deletion src/ConfigFactory.php
Expand Up @@ -6,7 +6,8 @@
* Copyright: Copyright (c) 2005 - 2015
* Company: Pronamic
* @author Remco Tolsma
* @version 1.0.0
* @version 1.2.0
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_ConfigFactory extends Pronamic_WP_Pay_GatewayConfigFactory {
public function get_config( $post_id ) {
Expand Down
2 changes: 1 addition & 1 deletion src/Gateway.php
Expand Up @@ -6,7 +6,7 @@
* Copyright: Copyright (c) 2005 - 2015
* Company: Pronamic
* @author Remco Tolsma
* @version 1.1.1
* @version 1.2.0
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_Gateway extends Pronamic_WP_Pay_Gateway {
Expand Down
2 changes: 1 addition & 1 deletion src/Listener.php
Expand Up @@ -6,7 +6,7 @@
* Copyright: Copyright (c) 2005 - 2015
* Company: Pronamic
* @author Remco Tolsma
* @version 1.1.0
* @version 1.2.0
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_Listener implements Pronamic_Pay_Gateways_ListenerInterface {
Expand Down
3 changes: 2 additions & 1 deletion src/Parameters.php
Expand Up @@ -6,7 +6,8 @@
* Copyright: Copyright (c) 2005 - 2015
* Company: Pronamic
* @author Remco Tolsma
* @version 1.0.0
* @version 1.2.0
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_Parameters {
/**
Expand Down
3 changes: 2 additions & 1 deletion src/PaymentMethods.php
Expand Up @@ -6,7 +6,8 @@
* Copyright: Copyright (c) 2005 - 2015
* Company: Pronamic
* @author Remco Tolsma
* @version 1.0.0
* @version 1.2.0
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_PaymentMethods {
/**
Expand Down
3 changes: 2 additions & 1 deletion src/Security.php
Expand Up @@ -6,7 +6,8 @@
* Copyright: Copyright (c) 2005 - 2015
* Company: Pronamic
* @author Remco Tolsma
* @version 1.0.0
* @version 1.2.0
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_Security {
/**
Expand Down
3 changes: 2 additions & 1 deletion src/Statuses.php
Expand Up @@ -6,7 +6,8 @@
* Copyright: Copyright (c) 2005 - 2015
* Company: Pronamic
* @author Remco Tolsma
* @version 1.0.0
* @version 1.2.0
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_Statuses {
/**
Expand Down
3 changes: 2 additions & 1 deletion src/Util.php
Expand Up @@ -6,7 +6,8 @@
* Copyright: Copyright (c) 2005 - 2015
* Company: Pronamic
* @author Remco Tolsma
* @version 1.0.0
* @version 1.2.0
* @since 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Buckaroo_Util {
/**
Expand Down

0 comments on commit 57e501e

Please sign in to comment.