Skip to content

Commit

Permalink
Update 2.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgssandhu committed May 20, 2023
1 parent d37a045 commit 7775fb0
Show file tree
Hide file tree
Showing 1,448 changed files with 14 additions and 178,740 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,11 @@ UPDATED: Updated shortcode Social Share for Twitter
UPDATED: Remove bug in Import/Export

## 2.0.1.4 21-05-2022
FIX: CSS Fixes
FIX: CSS Fixes

## 2.0.1.5 07-10-2022
FIX: Bug in Tempate Edit


## 2.1.0.0 20-05-2023
FIX: Security FIX
6 changes: 4 additions & 2 deletions admin/class-template-edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,10 @@ private function save()
/******/
foreach ($custom_templates as $key => $array) {
foreach ($array['component'] as $k => $v) {
if(array_key_exists($k, $data['component'])){
unset($custom_templates[$key]['component'][$k]);
if(array_key_exists('component', $data)){
if(array_key_exists($k, $data['component'])){
unset($custom_templates[$key]['component'][$k]);
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions aione-app-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Aione App Builder
* Plugin URI: http://oxosolutions.com/products/wordpress-plugins/aione-app-builder/
* Description: Easily create custom post types and taxonomy and connect everything together.
* Version: 2.0.1.4
* Version: 2.1.0.0
* Author: OXO Solutions®
* Author URI: https://oxosolutions.com/
* License: GPL-2.0+
Expand All @@ -35,7 +35,7 @@
define( 'AIONE_PLUGIN_NAME', 'Aione App Builder' );
}
if ( ! defined( 'AIONE_VERSION' ) ) {
define( 'AIONE_VERSION', '2.0.0.0' );
define( 'AIONE_VERSION', '2.1.0.0' );
}

/*
Expand Down
4 changes: 0 additions & 4 deletions includes/class-aione-app-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ private function load_dependencies() {
* side of the site.
*/

// Require the bundled autoload file - the path may need to change
// based on where you downloaded and unzipped the SDK
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/twilio-php/Twilio/autoload.php';

require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-aione-app-builder-public.php';

if (!class_exists('ReallySimpleCaptcha')) {
Expand Down
12 changes: 0 additions & 12 deletions public/twilio-php/Dockerfile

This file was deleted.

74 changes: 0 additions & 74 deletions public/twilio-php/Services/Twilio.php

This file was deleted.

22 changes: 0 additions & 22 deletions public/twilio-php/Twilio/Deserialize.php

This file was deleted.

83 changes: 0 additions & 83 deletions public/twilio-php/Twilio/Domain.php

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions public/twilio-php/Twilio/Exceptions/DeserializeException.php

This file was deleted.

9 changes: 0 additions & 9 deletions public/twilio-php/Twilio/Exceptions/EnvironmentException.php

This file was deleted.

9 changes: 0 additions & 9 deletions public/twilio-php/Twilio/Exceptions/HttpException.php

This file was deleted.

32 changes: 0 additions & 32 deletions public/twilio-php/Twilio/Exceptions/RestException.php

This file was deleted.

9 changes: 0 additions & 9 deletions public/twilio-php/Twilio/Exceptions/TwilioException.php

This file was deleted.

9 changes: 0 additions & 9 deletions public/twilio-php/Twilio/Exceptions/TwimlException.php

This file was deleted.

11 changes: 0 additions & 11 deletions public/twilio-php/Twilio/Http/Client.php

This file was deleted.

Loading

0 comments on commit 7775fb0

Please sign in to comment.