Changeset 2327348
- Timestamp:
- 06/19/2020 09:37:36 AM (6 years ago)
- Location:
- convertbox-auto-embed
- Files:
-
- 6 edited
- 3 copied
-
tags/1.0.17 (copied) (copied from convertbox-auto-embed/trunk)
-
tags/1.0.17/convert-box-plugin.php (copied) (copied from convertbox-auto-embed/trunk/convert-box-plugin.php) (1 diff)
-
tags/1.0.17/embed-page.php (modified) (1 diff)
-
tags/1.0.17/includes/rest/CB_REST_Abstract_Controller.php (modified) (1 diff)
-
tags/1.0.17/readme.txt (copied) (copied from convertbox-auto-embed/trunk/readme.txt) (1 diff)
-
trunk/convert-box-plugin.php (modified) (1 diff)
-
trunk/embed-page.php (modified) (1 diff)
-
trunk/includes/rest/CB_REST_Abstract_Controller.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
convertbox-auto-embed/tags/1.0.17/convert-box-plugin.php
r2298352 r2327348 4 4 Plugin URI: http://convertbox.com/plugin 5 5 Description: This plugin will automatically add the correct embed code to your site! 6 Version: 1.0.1 66 Version: 1.0.17 7 7 Author: ConvertBox 8 8 License: GPLv2 or later -
convertbox-auto-embed/tags/1.0.17/embed-page.php
r1855042 r2327348 29 29 </form> 30 30 <?php if ( $success === false || $success === null ): ?> 31 <?php 32 $website = parse_url(home_url(),PHP_URL_HOST); 31 <?php 32 $website = parse_url(home_url(),PHP_URL_HOST); 33 33 $website = 0 === strpos($website, 'www.') ? substr($website, 4) : $website; 34 34 ?> -
convertbox-auto-embed/tags/1.0.17/includes/rest/CB_REST_Abstract_Controller.php
r1883327 r2327348 2 2 3 3 abstract class CB_REST_Abstract_Controller extends WP_REST_Controller { 4 protected $namespace = ' /cb/v1';4 protected $namespace = 'cb/v1'; 5 5 6 6 public function get_items_permissions_check( $request ) { -
convertbox-auto-embed/tags/1.0.17/readme.txt
r2298352 r2327348 4 4 Requires at least: 3.0.0 5 5 Tested up to: 5.4 6 Stable tag: 1.0.1 66 Stable tag: 1.0.17 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
convertbox-auto-embed/trunk/convert-box-plugin.php
r2298352 r2327348 4 4 Plugin URI: http://convertbox.com/plugin 5 5 Description: This plugin will automatically add the correct embed code to your site! 6 Version: 1.0.1 66 Version: 1.0.17 7 7 Author: ConvertBox 8 8 License: GPLv2 or later -
convertbox-auto-embed/trunk/embed-page.php
r1855042 r2327348 29 29 </form> 30 30 <?php if ( $success === false || $success === null ): ?> 31 <?php 32 $website = parse_url(home_url(),PHP_URL_HOST); 31 <?php 32 $website = parse_url(home_url(),PHP_URL_HOST); 33 33 $website = 0 === strpos($website, 'www.') ? substr($website, 4) : $website; 34 34 ?> -
convertbox-auto-embed/trunk/includes/rest/CB_REST_Abstract_Controller.php
r1883327 r2327348 2 2 3 3 abstract class CB_REST_Abstract_Controller extends WP_REST_Controller { 4 protected $namespace = ' /cb/v1';4 protected $namespace = 'cb/v1'; 5 5 6 6 public function get_items_permissions_check( $request ) { -
convertbox-auto-embed/trunk/readme.txt
r2298352 r2327348 4 4 Requires at least: 3.0.0 5 5 Tested up to: 5.4 6 Stable tag: 1.0.1 66 Stable tag: 1.0.17 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.