Changeset 1564465
- Timestamp:
- 12/29/2016 04:33:14 PM (9 years ago)
- Location:
- advanced-twenty-seventeen/trunk
- Files:
-
- 2 edited
-
advanced-twenty-seventeen.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-twenty-seventeen/trunk/advanced-twenty-seventeen.php
r1562791 r1564465 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. 36 * Version: 1.1.4 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. 3';21 public $version = '1.1.4'; 22 22 23 23 protected static $_instance = null; -
advanced-twenty-seventeen/trunk/readme.txt
r1562791 r1564465 5 5 Requires at least: 4.7 6 6 Tested up to: 4.7 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 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 Let's take a look at [video tutorial](https://www.youtube.com/watch?v=6qmxeD6x6PY) for more details. 24 24 [youtube https://www.youtube.com/watch?v=6qmxeD6x6PY] 25 25 … … 27 27 28 28 1. Install the plugin through Plugins > Add New > Upload or by copying the unzipped package to wp-content/plugins/. 29 2. Activate the Light Sliderplugin through the 'Plugins > Installed Plugins' menu in WordPress.29 2. Activate the Advanced Twenty Seventeen plugin through the 'Plugins > Installed Plugins' menu in WordPress. 30 30 31 31 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.