Changeset 1564474
- Timestamp:
- 12/29/2016 04:38:16 PM (9 years ago)
- Location:
- advanced-twenty-seventeen/trunk
- Files:
-
- 2 edited
-
advanced-twenty-seventeen.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-twenty-seventeen/trunk/advanced-twenty-seventeen.php
r1564465 r1564474 4 4 * Plugin URI: https://saturnthemes.com/ 5 5 * Description: An toolkit that helps you customize the Twenty Seventeen theme completely. 6 * Version: 1.1. 46 * Version: 1.1.5 7 7 * Author: saturnplugins 8 8 * Author URI: https://saturnthemes.com … … 19 19 if ( ! class_exists( 'AdvancedTwentySeventeen' ) ) { 20 20 class AdvancedTwentySeventeen { 21 public $version = '1.1. 4';21 public $version = '1.1.5'; 22 22 23 23 protected static $_instance = null; -
advanced-twenty-seventeen/trunk/readme.txt
r1564465 r1564474 5 5 Requires at least: 4.7 6 6 Tested up to: 4.7 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 21 21 * Custom styles 22 22 * Custom code: Allow to add custom HTML like Google Analytics, Facebook Pixel, ... 23 23 24 Let's take a look at [video tutorial](https://www.youtube.com/watch?v=6qmxeD6x6PY) for more details. 24 25 [youtube https://www.youtube.com/watch?v=6qmxeD6x6PY]
Note: See TracChangeset
for help on using the changeset viewer.