Changeset 1873815
- Timestamp:
- 05/14/2018 07:10:20 AM (8 years ago)
- Location:
- review-content-type
- Files:
-
- 47 added
- 4 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/LICENSE.txt (added)
-
tags/1.0.4/README.txt (added)
-
tags/1.0.4/assets (added)
-
tags/1.0.4/assets/css (added)
-
tags/1.0.4/assets/css/admin.css (added)
-
tags/1.0.4/assets/css/admin.min.css (added)
-
tags/1.0.4/assets/css/frontend.css (added)
-
tags/1.0.4/assets/css/frontend.min.css (added)
-
tags/1.0.4/assets/css/jquery-ui-slider.css (added)
-
tags/1.0.4/assets/css/jquery-ui-slider.min.css (added)
-
tags/1.0.4/assets/images (added)
-
tags/1.0.4/assets/images/placeholder.png (added)
-
tags/1.0.4/assets/js (added)
-
tags/1.0.4/assets/js/admin.js (added)
-
tags/1.0.4/assets/js/admin.min.js (added)
-
tags/1.0.4/assets/js/frontend.js (added)
-
tags/1.0.4/assets/js/frontend.min.js (added)
-
tags/1.0.4/includes (added)
-
tags/1.0.4/includes/admin (added)
-
tags/1.0.4/includes/admin/class-rct-admin-meta-boxes.php (added)
-
tags/1.0.4/includes/admin/class-rct-admin-permalink-settings.php (added)
-
tags/1.0.4/includes/admin/class-rct-admin-post-types.php (added)
-
tags/1.0.4/includes/admin/class-rct-admin.php (added)
-
tags/1.0.4/includes/admin/index.php (added)
-
tags/1.0.4/includes/class-rct-activate.php (added)
-
tags/1.0.4/includes/class-rct-deactivate.php (added)
-
tags/1.0.4/includes/class-rct-post-types.php (added)
-
tags/1.0.4/includes/class-rct-scripts.php (added)
-
tags/1.0.4/includes/class-rct-settings.php (added)
-
tags/1.0.4/includes/index.php (added)
-
tags/1.0.4/includes/rct-functions.php (added)
-
tags/1.0.4/includes/rct-template-functions.php (added)
-
tags/1.0.4/index.php (added)
-
tags/1.0.4/languages (added)
-
tags/1.0.4/languages/review-content-type.pot (added)
-
tags/1.0.4/review-content-type.php (added)
-
tags/1.0.4/templates (added)
-
tags/1.0.4/templates/content-single-review-featured-image.php (added)
-
tags/1.0.4/templates/content-single-review-name.php (added)
-
tags/1.0.4/templates/content-single-review-price.php (added)
-
tags/1.0.4/templates/content-single-review-pros-cons.php (added)
-
tags/1.0.4/templates/content-single-review-rating.php (added)
-
tags/1.0.4/templates/content-single-review-summary.php (added)
-
tags/1.0.4/templates/content-single-review.php (added)
-
tags/1.0.4/templates/index.php (added)
-
tags/1.0.4/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/languages/review-content-type.pot (modified) (3 diffs)
-
trunk/review-content-type.php (modified) (2 diffs)
-
trunk/templates/content-single-review-price.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
review-content-type/trunk/README.txt
r1394306 r1873815 3 3 Tags: review, reviews, ratings, rich snippets, schema, hreview, star rating, stars, affiliate, product review, wp review 4 4 Requires at least: 3.8 5 Tested up to: 4. 56 Stable tag: 1.0. 35 Tested up to: 4.9 6 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 55 55 == Changelog == 56 = 1.0.4 - 2018-05-14 = 57 * Fix: Allow hardcoded string in `content-single-review-price.php` to be translated. 58 56 59 = 1.0.3 - 2016-04-13 = 57 60 * Fix: Span element not closed while displaying rating using `rct_rating_html()`. -
review-content-type/trunk/languages/review-content-type.pot
r1394306 r1873815 1 # Copyright (C) 201 6Chetan Chauhan1 # Copyright (C) 2018 Chetan Chauhan 2 2 # This file is distributed under the GPL-2.0+. 3 3 msgid "" … … 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://github.com/chetanchauhan/review-content-type/issues\n" 8 "POT-Creation-Date: 201 6-04-13 14:56:59+00:00\n"8 "POT-Creation-Date: 2018-05-14 05:22:10+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 201 6-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" 15 "X-Generator: grunt-wp-i18n 0.5.3\n"16 "X-Poedit-KeywordsList: "17 "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"18 "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"19 15 "Language: en\n" 20 16 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 21 17 "X-Poedit-Country: United States\n" 22 18 "X-Poedit-SourceCharset: UTF-8\n" 19 "X-Poedit-KeywordsList: " 20 "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" 21 "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" 23 22 "X-Poedit-Basepath: ../\n" 24 23 "X-Poedit-SearchPath-0: .\n" 25 24 "X-Poedit-Bookmarks: \n" 26 25 "X-Textdomain-Support: yes\n" 26 "X-Generator: grunt-wp-i18n1.0.2\n" 27 27 28 28 #: includes/admin/class-rct-admin-meta-boxes.php:32 … … 841 841 msgstr "" 842 842 843 #: templates/content-single-review-price.php:7 844 msgid "to" 845 msgstr "" 846 843 847 #: templates/content-single-review-rating.php:2 844 848 msgid "Editor's Rating:" -
review-content-type/trunk/review-content-type.php
r1394306 r1873815 4 4 * Plugin URI: https://github.com/chetanchauhan/review-content-type/ 5 5 * Description: Create and manage reviews easily with this feature-rich, extendable, powerful and free WordPress review plugin the right way. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Chetan Chauhan 8 8 * Author URI: https://github.com/chetanchauhan/ … … 117 117 private function define_constants() { 118 118 // Set the plugin version. 119 define( 'RCT_VERSION', '1.0. 3' );119 define( 'RCT_VERSION', '1.0.4' ); 120 120 121 121 // Set the plugin root file. -
review-content-type/trunk/templates/content-single-review-price.php
r1138395 r1873815 5 5 6 6 <div class="rct-review-price" itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer"> 7 <span><?php echo rct_format_price_amount( $min_price ); ?></span> to7 <span><?php echo rct_format_price_amount( $min_price ); ?></span> <?php esc_html_e( 'to', 'review-content-type' ); ?> 8 8 <span><?php echo rct_format_price_amount( $max_price ); ?></span> 9 9 <meta itemprop="lowPrice" content="<?php echo esc_attr( $min_price ); ?>">
Note: See TracChangeset
for help on using the changeset viewer.