Changeset 1604147
- Timestamp:
- 02/27/2017 01:53:04 AM (9 years ago)
- Location:
- advanced-twenty-seventeen/trunk
- Files:
-
- 3 edited
-
advanced-twenty-seventeen.php (modified) (2 diffs)
-
inc/admin/class-ats-admin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-twenty-seventeen/trunk/advanced-twenty-seventeen.php
r1603754 r1604147 4 4 * Plugin URI: https://saturnthemes.com/ 5 5 * Description: An toolkit that helps you customize the Twenty Seventeen theme completely. 6 * Version: 1.3 6 * Version: 1.3.1 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.3 ';21 public $version = '1.3.1'; 22 22 23 23 protected static $_instance = null; -
advanced-twenty-seventeen/trunk/inc/admin/class-ats-admin.php
r1603754 r1604147 9 9 add_action( 'init', array( $this, 'includes' ) ); 10 10 11 if ( empty( get_option( 'ats_dismiss_notice' ) ) ) { 11 $dismiss_notice = get_option( 'ats_dismiss_notice' ); 12 13 if ( empty( $dismiss_notice ) ) { 12 14 add_action( 'admin_notices', array( $this, 'notice' ) ); 13 15 add_action( 'wp_ajax_ats_dismiss_notice', array( $this, 'dismiss_notice' ) ); -
advanced-twenty-seventeen/trunk/readme.txt
r1603754 r1604147 5 5 Requires at least: 4.7 6 6 Tested up to: 4.7 7 Stable tag: 1.3 7 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.