Projects by WooThemes - Version 1.4.1

Version Description

  • 2014.12.05
  • Fix - Redirect issue when setting projects page as homepage.
Download this release

Release Info

Developer jameskoster
Plugin Icon wp plugin Projects by WooThemes
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4.0 to 1.4.1

lang/projects-by-woothemes.pot CHANGED
@@ -1,10 +1,10 @@
1
- # Copyright (C) 2014
2
- # This file is distributed under the same license as the package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: \n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/projects-by-woothemes\n"
7
- "POT-Creation-Date: 2014-11-11 10:24:32+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -344,15 +344,15 @@ msgctxt "slug"
344
  msgid "uncategorized"
345
  msgstr ""
346
 
347
- #: projects-template.php:136
348
  msgid "Search Results: “%s”"
349
  msgstr ""
350
 
351
- #: projects-template.php:139
352
  msgid " – Page %s"
353
  msgstr ""
354
 
355
- #: projects-template.php:561
356
  msgid "Purchase"
357
  msgstr ""
358
 
@@ -396,4 +396,23 @@ msgstr ""
396
 
397
  #: templates/single-project/meta.php:54
398
  msgid "Visit project"
399
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Projects
2
+ # This file is distributed under the same license as the Projects package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Projects 1.4.1\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/projects\n"
7
+ "POT-Creation-Date: 2014-12-05 15:32:08+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
344
  msgid "uncategorized"
345
  msgstr ""
346
 
347
+ #: projects-template.php:140
348
  msgid "Search Results: “%s”"
349
  msgstr ""
350
 
351
+ #: projects-template.php:143
352
  msgid " – Page %s"
353
  msgstr ""
354
 
355
+ #: projects-template.php:565
356
  msgid "Purchase"
357
  msgstr ""
358
 
396
 
397
  #: templates/single-project/meta.php:54
398
  msgid "Visit project"
399
+ msgstr ""
400
+ #. Plugin Name of the plugin/theme
401
+ msgid "Projects"
402
+ msgstr ""
403
+
404
+ #. Plugin URI of the plugin/theme
405
+ msgid "http://woothemes.com/"
406
+ msgstr ""
407
+
408
+ #. Description of the plugin/theme
409
+ msgid "Hi, I'm your project showcase plugin for WordPress. Show off your recent work using our shortcode, widget or template tag."
410
+ msgstr ""
411
+
412
+ #. Author of the plugin/theme
413
+ msgid "WooThemes"
414
+ msgstr ""
415
+
416
+ #. Author URI of the plugin/theme
417
+ msgid "http://woothemes.com/"
418
+ msgstr ""
projects-template.php CHANGED
@@ -27,6 +27,10 @@ function projects_template_redirect() {
27
  wp_safe_redirect( get_post_type_archive_link( 'project' ) );
28
  exit;
29
  }
 
 
 
 
30
  }
31
 
32
  /**
27
  wp_safe_redirect( get_post_type_archive_link( 'project' ) );
28
  exit;
29
  }
30
+
31
+ if ( is_front_page() && is_page( projects_get_page_id( 'projects' ) ) ) {
32
+ wp_safe_redirect( get_post_type_archive_link( 'project' ) );
33
+ }
34
  }
35
 
36
  /**
projects.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://woothemes.com/
5
  * Description: Hi, I'm your project showcase plugin for WordPress. Show off your recent work using our shortcode, widget or template tag.
6
  * Author: WooThemes
7
- * Version: 1.4.0
8
  * Author URI: http://woothemes.com/
9
  *
10
  * @package WordPress
@@ -45,7 +45,7 @@ final class Projects {
45
  /**
46
  * @var string
47
  */
48
- public $version = '1.4.0';
49
 
50
  /**
51
  * Constructor function.
4
  * Plugin URI: http://woothemes.com/
5
  * Description: Hi, I'm your project showcase plugin for WordPress. Show off your recent work using our shortcode, widget or template tag.
6
  * Author: WooThemes
7
+ * Version: 1.4.1
8
  * Author URI: http://woothemes.com/
9
  *
10
  * @package WordPress
45
  /**
46
  * @var string
47
  */
48
+ public $version = '1.4.1';
49
 
50
  /**
51
  * Constructor function.
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://woothemes.com/
4
  Tags: portfolio, projects, project, showcase, artwork, work, creative, photography, art, images, woocommerce
5
  Requires at least: 3.8
6
  Tested up to: 4.0
7
- Stable tag: 1.4.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -118,6 +118,10 @@ You sure can! Read about how in the [documentation](http://docs.woothemes.com/do
118
 
119
  == Changelog ==
120
 
 
 
 
 
121
  = 1.4.0 =
122
  * 2014-11-11
123
  * Fix - Project gallery thumbnail sizes in admin. (Props @corvannoorloos).
4
  Tags: portfolio, projects, project, showcase, artwork, work, creative, photography, art, images, woocommerce
5
  Requires at least: 3.8
6
  Tested up to: 4.0
7
+ Stable tag: 1.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
118
 
119
  == Changelog ==
120
 
121
+ = 1.4.1 =
122
+ * 2014.12.05
123
+ * Fix - Redirect issue when setting projects page as homepage.
124
+
125
  = 1.4.0 =
126
  * 2014-11-11
127
  * Fix - Project gallery thumbnail sizes in admin. (Props @corvannoorloos).