Changeset 2194774
- Timestamp:
- 11/17/2019 08:48:45 AM (6 years ago)
- Location:
- goods-catalog
- Files:
-
- 55 added
- 2 edited
-
tags/2.4.1 (added)
-
tags/2.4.1/.editorconfig (added)
-
tags/2.4.1/.gitignore (added)
-
tags/2.4.1/.travis.yml (added)
-
tags/2.4.1/CHANGELOG.md (added)
-
tags/2.4.1/CONTRIBUTING.md (added)
-
tags/2.4.1/ISSUE_TEMPLATE.md (added)
-
tags/2.4.1/LICENSE (added)
-
tags/2.4.1/PULL_REQUEST_TEMPLATE.md (added)
-
tags/2.4.1/README.md (added)
-
tags/2.4.1/goods-cat.php (added)
-
tags/2.4.1/img (added)
-
tags/2.4.1/img/gc.png (added)
-
tags/2.4.1/img/gi.png (added)
-
tags/2.4.1/inc (added)
-
tags/2.4.1/inc/breadcrumbs.php (added)
-
tags/2.4.1/inc/class.goods-categories-taxonomy.php (added)
-
tags/2.4.1/inc/class.goods-post-type.php (added)
-
tags/2.4.1/inc/class.goods-tags-taxonomy.php (added)
-
tags/2.4.1/inc/class.metabox.php (added)
-
tags/2.4.1/inc/class.settings-page.php (added)
-
tags/2.4.1/inc/class.sidebar.php (added)
-
tags/2.4.1/inc/class.wrapper.php (added)
-
tags/2.4.1/inc/functions.php (added)
-
tags/2.4.1/inc/pagination.php (added)
-
tags/2.4.1/inc/shortcodes.php (added)
-
tags/2.4.1/inc/templates-include.php (added)
-
tags/2.4.1/inc/templates.php (added)
-
tags/2.4.1/inc/widgets (added)
-
tags/2.4.1/inc/widgets.php (added)
-
tags/2.4.1/inc/widgets/Widget_Goods_Categories.php (added)
-
tags/2.4.1/inc/widgets/Widget_Goods_Tags.php (added)
-
tags/2.4.1/languages (added)
-
tags/2.4.1/languages/goods-catalog-es_ES.mo (added)
-
tags/2.4.1/languages/goods-catalog-es_ES.po (added)
-
tags/2.4.1/languages/goods-catalog-fr_FR.mo (added)
-
tags/2.4.1/languages/goods-catalog-fr_FR.po (added)
-
tags/2.4.1/languages/goods-catalog-it_IT.mo (added)
-
tags/2.4.1/languages/goods-catalog-it_IT.po (added)
-
tags/2.4.1/languages/goods-catalog-ru_RU.mo (added)
-
tags/2.4.1/languages/goods-catalog-ru_RU.po (added)
-
tags/2.4.1/languages/goods-catalog.pot (added)
-
tags/2.4.1/readme.txt (added)
-
tags/2.4.1/style (added)
-
tags/2.4.1/style/catalog-style.css (added)
-
tags/2.4.1/style/goods-options-style.php (added)
-
tags/2.4.1/templates (added)
-
tags/2.4.1/templates/content-goods_category.php (added)
-
tags/2.4.1/templates/content-goods_grid.php (added)
-
tags/2.4.1/templates/home-goods_catalog.php (added)
-
tags/2.4.1/templates/sidebar-goods.php (added)
-
tags/2.4.1/templates/single-goods.php (added)
-
tags/2.4.1/templates/taxonomy-goods_category.php (added)
-
tags/2.4.1/templates/taxonomy-goods_tag.php (added)
-
tags/2.4.1/templates/wrapper.php (added)
-
trunk/goods-cat.php (modified) (1 diff)
-
trunk/style/catalog-style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
goods-catalog/trunk/goods-cat.php
r2185241 r2194774 5 5 Plugin URI: http://oriolo.wordpress.com/2014/03/25/goods-catalog-wordpress-plugin-that-creates-catalog-of-products/ 6 6 Description: Plugin that creates simple catalog of goods. 7 Version: 2.4. 07 Version: 2.4.1 8 8 Author: Irina Sokolovskaya 9 9 Author URI: http://oriolo.ru/ -
goods-catalog/trunk/style/catalog-style.css
r2185241 r2194774 141 141 } 142 142 143 .goods-catalog .breadcrumbs li { 144 display: inline-block; 145 } 146 143 147 /* Common */ 144 148 .clear {
Note: See TracChangeset
for help on using the changeset viewer.