Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 27783a8

Browse files
Merge pull request #50 from Codeinwp/production
Sync dev with production
2 parents f1d317d + ad6ac47 commit 27783a8

3 files changed

Lines changed: 25 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
### 2.0.1 - 12/07/2017
3+
**Changes:**
4+
- Fixed issues with type number options not visible in Mozilla
5+
6+
### 2.0.0 - 29/05/2017
7+
**Changes:**
8+
- Added About FlyMag page
9+
- Redid upsells
10+
- Make frontpage images clickable
11+
12+
### 1.10 - 03/06/2016
13+
**Changes:**
14+
- Updated documentation link
15+
- Fixed issue with recommended plugin WPPR
16+
17+
### 1.09 - 16/05/2016
18+
**Changes:**
19+
### 1.07 - 15/01/2016 Changes: flymag Merge pull request #8 from abaicus/development !!! Changed author name and uri. ### 1.06 - 14/12/2015 Changes: flymag Fixed #2, Notice: the called constructor method for WP_Widget is deprecated flymag Added TGM plugin activator flymag Merge pull request #5 from abaicus/development Added TGM plugin activator flymag Closed #6. Added Upsells in customizer flymag Fixed TGM plugin activator. flymag Fixed Extra Widget Areas section text. flymag Merge pull request #7 from abaicus/development Closed #6. Added Upsells in customizer

functions.php

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,10 @@ function flymag_setup() {
252252
'deactivate_label' => esc_html__( 'Deactivate', 'flymag' ),
253253
'content' => array(
254254
array(
255-
'slug' => 'pirate-forms',
256-
),
257-
array(
258-
'link' => 'http://themeisle.com/plugins/easy-content-types/',
255+
'slug' => 'themeisle-companion',
259256
),
260257
array(
261-
'slug' => 'siteorigin-panels',
258+
'slug' => 'pirate-forms',
262259
),
263260
array(
264261
'slug' => 'intergeo-maps',
@@ -405,20 +402,11 @@ function flymag_customizer_custom_css() {
405402
function flymag_register_required_plugins() {
406403
$plugins = array(
407404
array(
408-
'name' => 'WP Product Review',
409-
'slug' => 'wp-product-review',
410-
'required' => false,
411-
),
412-
array(
413-
'name' => 'Login customizer',
414-
'slug' => 'login-customizer',
415-
'required' => false,
416-
),
417-
array(
418-
'name' => 'Intergeo Maps - Google Maps Plugin',
419-
'slug' => 'intergeo-maps',
405+
'name' => 'Orbit Fox',
406+
'slug' => 'themeisle-companion',
420407
'required' => false,
421408
),
409+
422410
array(
423411
'name' => 'Pirate Forms',
424412
'slug' => 'pirate-forms',

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://themeisle.com/themes/flymag/
44
Author: Themeisle
55
Author URI: http://themeisle.com
66
Description: Flymag is a responsive magazine theme with a modern look. Flymag lets you use any of the 600+ Google Fonts, provides color options for a lot of the theme elements and also offers you some useful page templates. With Flymag you can easily build your front page magazine-layout using the built in widgets specifically designed for this task.
7-
Version: 2.0.1
7+
Version: 2.0.2
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: flymag

0 commit comments

Comments
 (0)