Changeset 2837162
- Timestamp:
- 12/21/2022 09:26:47 AM (3 years ago)
- Location:
- noor-starter-templates
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from noor-starter-templates/trunk)
-
tags/1.0.1/class-noor-starter-templates.php (modified) (2 diffs)
-
tags/1.0.1/noor-starter-templates.php (modified) (1 diff)
-
trunk/class-noor-starter-templates.php (modified) (2 diffs)
-
trunk/noor-starter-templates.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
noor-starter-templates/tags/1.0.1/class-noor-starter-templates.php
r2837127 r2837162 354 354 355 355 public function set_global_palette_fonts() { 356 $this->palette_presets = wp_json_file_decode( NOOR_STARTER_TEMPLATES_ URL. '/assets/colors.json', true );357 $this->default = wp_json_file_decode( NOOR_STARTER_TEMPLATES_ URL. '/assets/colors-default.json', true );356 $this->palette_presets = wp_json_file_decode( NOOR_STARTER_TEMPLATES_PATH . '/assets/colors.json', true ); 357 $this->default = wp_json_file_decode( NOOR_STARTER_TEMPLATES_PATH . '/assets/colors-default.json', true ); 358 358 359 359 if ( is_rtl() ) { … … 514 514 } 515 515 if ( ! defined( 'NOOR_STARTER_TEMPLATES_VERSION' ) ) { 516 define( 'NOOR_STARTER_TEMPLATES_VERSION', '1.0. 0' );516 define( 'NOOR_STARTER_TEMPLATES_VERSION', '1.0.1' ); 517 517 } 518 518 } -
noor-starter-templates/tags/1.0.1/noor-starter-templates.php
r2837127 r2837162 4 4 * Plugin Name: Noor Starter Templates 5 5 * Description: Choose the prebuilt website and click to import. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: PixelDima 8 8 * Author URI: https://pixeldima.com/ -
noor-starter-templates/trunk/class-noor-starter-templates.php
r2837127 r2837162 354 354 355 355 public function set_global_palette_fonts() { 356 $this->palette_presets = wp_json_file_decode( NOOR_STARTER_TEMPLATES_ URL. '/assets/colors.json', true );357 $this->default = wp_json_file_decode( NOOR_STARTER_TEMPLATES_ URL. '/assets/colors-default.json', true );356 $this->palette_presets = wp_json_file_decode( NOOR_STARTER_TEMPLATES_PATH . '/assets/colors.json', true ); 357 $this->default = wp_json_file_decode( NOOR_STARTER_TEMPLATES_PATH . '/assets/colors-default.json', true ); 358 358 359 359 if ( is_rtl() ) { … … 514 514 } 515 515 if ( ! defined( 'NOOR_STARTER_TEMPLATES_VERSION' ) ) { 516 define( 'NOOR_STARTER_TEMPLATES_VERSION', '1.0. 0' );516 define( 'NOOR_STARTER_TEMPLATES_VERSION', '1.0.1' ); 517 517 } 518 518 } -
noor-starter-templates/trunk/noor-starter-templates.php
r2837127 r2837162 4 4 * Plugin Name: Noor Starter Templates 5 5 * Description: Choose the prebuilt website and click to import. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: PixelDima 8 8 * Author URI: https://pixeldima.com/
Note: See TracChangeset
for help on using the changeset viewer.