Changeset 2047166
- Timestamp:
- 03/09/2019 12:48:57 PM (7 years ago)
- Location:
- xo-for-angular/trunk
- Files:
-
- 3 edited
-
Includes/Options/Options.class.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
xo-angular.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xo-for-angular/trunk/Includes/Options/Options.class.php
r2042983 r2047166 144 144 */ 145 145 public function GetImageAsSvgBase64($file) { 146 $svgFile = $this->Xo->GetFile($file); 147 if (!$svgFile) 148 return false; 149 146 150 ob_start(); 147 $this->Xo->RequireOnce($file, false);151 echo file_get_contents($svgFile); 148 152 $data = ob_get_clean(); 149 153 -
xo-for-angular/trunk/readme.txt
r2044909 r2047166 3 3 Tags: angular, angular cli, angular cms, single page application, routes, dynamic routing, controllers, resolvers, annotations 4 4 Requires at least: 4.9 5 Tested up to: 5. 0.36 Stable tag: 1.0. 15 Tested up to: 5.1 6 Stable tag: 1.0.2 7 7 Requires PHP: 7.0.0 8 8 License: GPLv2 or later … … 34 34 == Changelog == 35 35 36 = 1.0.2 = 37 * Fix issue with SVG icon loading in admin options 38 36 39 = 1.0.1 = 37 40 * Added link target to menu item output -
xo-for-angular/trunk/xo-angular.php
r2044909 r2047166 4 4 Plugin URI: https://angularxo.io 5 5 Description: Angular theme development in WordPress with templates and a powerful API. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: Travis Brown 8 8 Author URI: http://www.xodustech.com
Note: See TracChangeset
for help on using the changeset viewer.